Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
total read in bytes of each bucket
total write in bytes of each bucket
total read qps of each bucket
total write qps of each bucket
total read keys of each bucket
total write keys of each bucket
Used in:
, , , ,A hint indicate if keys have changed.
keys of buckets, include start/end key of region
bucket stats
The period in milliseconds that stats are collected with in
Used in:
,max peer count for a region. pd will do the auto-balance if region peer count mismatches.
more attributes......
NodeState is going to replace StoreState to make the state concept more clear. "Up" is devided into "Preparing" and "Serving" stages so that we can better describe the online process. "Removing" is just like previous `Offline` which is more accurate. "Removed" has the same meaning with `Tombstone`.
Used in:
,Used in:
, , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,Used in:
Voter -> Voter
Learner/None -> Learner
Learner/None -> Voter
Voter -> Learner
We forbid Voter -> None, it can introduce unavailability as discussed in etcd-io/etcd#7625 Learner -> None can be apply directly, doesn't need to be stored as joint state.
Used in:
, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,Region key range [start_key, end_key).
Encryption metadata for start_key and end_key. encryption_meta.iv is IV for start_key. IV for end_key is calculated from (encryption_meta.iv + len(start_key)). The field is only used by PD and should be ignored otherwise. If encryption_meta is empty (i.e. nil), it means start_key and end_key are unencrypted.
The flashback state indicates whether this region is in the flashback state. TODO: only check by `flashback_start_ts` in the future. Keep for compatibility now.
The start_ts that the current flashback progress is using.
Used in:
, , , , , , , , , , , , , , , ,Conf change version, auto increment when add or remove peer
Region version, auto increment when split or merge
Used in:
, , ,Address to handle client requests (kv, cop, etc.)
Address to handle peer requests (raft messages from other store). Empty means same as address.
Status address provides the HTTP service for external components
The start timestamp of the current store
The last heartbeat timestamp of the store.
If the store is physically destroyed, which means it can never up again.
NodeState is used to replace StoreState which will be deprecated in the future.
Case insensitive key/value for replica constraints.
Used in:
Used in: