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
The length of keyspace is not limited to 1000 anymore in v3. To avoid performance degradation and eventual storage space exhaustion, operation compact could drop all information about keys superseded prior to a given keyspace revision. And the compacted ones could not be accessed by get or watch. Normally, there would be auto compaction when etcd is running.
Detail could be found here.
The text was updated successfully, but these errors were encountered:
The length of keyspace is not limited to 1000 anymore in v3. To avoid performance degradation and eventual storage space exhaustion, operation
compact
could drop all information about keys superseded prior to a given keyspace revision. And the compacted ones could not be accessed byget
orwatch
. Normally, there would be auto compaction when etcd is running.Detail could be found here.
The text was updated successfully, but these errors were encountered: