You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Problem Description
When using the
etcdutl snapshot status
command, I've observed the following characteristics of TotalKey calculation:Case
During testing, I discovered that the TotalKey calculation includes keys from various internal buckets beyond the main key-value store:
Identified Included Keys
meta
bucket:term
scheduledCompactRev
confState
auth
bucket:authRevision
Specific Questions
Potential Implementation Approach
Besides this solution, could we possibly add a field to count the number of non-built-in key-value pairs in etcd?
Proposed Improvement
If appropriate, I am willing to submit a PR to implement this change.
Beta Was this translation helpful? Give feedback.
All reactions