Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
commit: c2b05e6
code at : storage/diskmetricstore.go line 246:
checkPersist() // In case something has been written in the meantime.
at this moment,
lastPersist
is updated, and thelastWrite
is still unchanged, the value oflastWrite.After(lastPersist)
is always false, so the checkPersist doesn't do work.Or, Am I misunderstanding something?
Beta Was this translation helpful? Give feedback.
All reactions