This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
One of three nodes revision inconsistency cause the node compaction abnormal #16106
Closed
2 of 4 tasks
Labels
Bug report criteria
What happened?
1、one node db size is full, achieve 2g, the log is
_ util.go:129: Warning: failed to apply request "header:<ID:3842561065849928906 username:"" auth_revision:1 > put:<key:"" value_size:313 lease:3842561065759985782 >" with response "size:8" took (147.544µs) to execute, err is etcdserver: no space_
2、the compact is abnormal,the log is
util.go:129: Warning: failed to apply request "header:<ID:3842561065849944060 > compaction:<revision:385317169 > " with response "" took (9.894µs) to execute, err is mvcc: required revision is a future revision
3、the revision of three node is inconsistency,two of the three is same, the remaining abnormal node is different,In addition, the mod_revision of the same key is different.
What did you expect to happen?
the three node revision is the same, the compact is normal, db size is not full.
How can we reproduce it (as minimally and precisely as possible)?
No triggers have been found so far.
In addition, etcd does not restart during the problem include abnormal node
Anything else we need to know?
No response
Etcd version (please run commands below)
VERSION:
3.4.10
API VERSION:
3.4
Etcd configuration (command line flags or environment variables)
paste your configuration here
auto-compaction-mode: 'periodic'
auto-compaction-retention: '30m'
snapshot-count: 10000
heartbeat-interval: 100
election-timeout: 1000
quota-backend-bytes: 0
Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: