Replies: 1 comment 5 replies
-
Issue #220 addresses the safepoint parsing issue. @kcpeppe - What say you about the time travel issue? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have some logs that came from a Kubernetes JVM app and I noticed these warnings happen a lot.
That somehow seems expected when different GC threads work in parallel. But the log is odd. And there's not even an API to aggregate on this.
Reference method
GCLogParser.advanceClock
to look at.Warning log snippet
Indeed the logs timestamp are not ordered.
GC logs snippet
Note: edited for hopefully more clarity
Beta Was this translation helpful? Give feedback.
All reactions