continously print log "fileutil: file already locked" #15100
-
etcd version: v3.5.6 etcd cluster status:
etcd log:
I can read/write etcd normaly, but etcd continously print warning log. Anyone can tell me the reason and fix solution? Thanks a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Guessing:
|
Beta Was this translation helpful? Give feedback.
-
I know the reason. commit 5746d6 involve this . If etcd can remove this error log or user can modify command param |
Beta Was this translation helpful? Give feedback.
I know the reason. commit 5746d6 involve this . If
--snapshot-count
set big and--max-wals
set small, and value size is big, this error log easily happened.etcd can remove this error log or user can modify command param
--snapshot-count
and--max-wals