Possible lastUpdateCheck
timestamp file corruption in UpdateChecker
#2348
Labels
Milestone
lastUpdateCheck
timestamp file corruption in UpdateChecker
#2348
This looks like a very similar (or the same) problem to #2294. However, this is a fairly minor and low-priority problem and mostly benign, because we auto-generate and overwrite the file every time. It will just be that Jib may do more frequent, unintended update checks.
In #2335, I saw this log:
I am only guessing, but the message sounds like the file was empty.
We overwrite the file with
Files.write()
, and the JDK code works by opening anOutputStream
. So I think it can have the same truncating issue with #2294.The text was updated successfully, but these errors were encountered: