-
Type:
Bug
-
Status: Resolved
-
Priority:
Normal
-
Resolution: Fixed
-
Component/s: Local/SSTable, Local/Startup and Shutdown
-
Labels:None
-
Bug Category:Degradation - Other Exception
-
Severity:Normal
-
Complexity:Low Hanging Fruit
-
Discovered By:Code Inspection
-
Platform:All
-
Impacts:None
-
Since Version:
-
Source Control Link:
-
Test and Documentation Plan:
https://bugs.openjdk.java.net/browse/JDK-8177809 made File.lastModified include milliseconds while java8 always has them as 000.
This causes problems in LogFile.java where we compare the timestamps with what we have in the logfile: LogFile.java. This means that we can throw errors when changing between java11 and 8