Replies: 3 comments
-
Hey @xrkCode - Thanks for raising this issue. Can you please clarify what you mean by Please provide clear steps we can follow to reproduce the issue. |
Beta Was this translation helpful? Give feedback.
-
Hey, Thank you for your reply. |
Beta Was this translation helpful? Give feedback.
-
@xrkCode I don't want to dismiss this issue, but 3.4.10 seems fairly old. Did you try upgrading to a newer version? IIRC #13766 was only in 3.5, #11651 might be applicable - are you using auth? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions