Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown gc event warnings when parsing #219

Open
stubarlow opened this issue Mar 18, 2019 · 3 comments
Open

Unknown gc event warnings when parsing #219

stubarlow opened this issue Mar 18, 2019 · 3 comments

Comments

@stubarlow
Copy link

Hi. I found a number of WARNING messages after parsing my gc log.
Version 1.36-SNAPSHOT
jdk1.8.0_144

parser output

WARNING [DataReaderSun1_6_0]: could not find name of event before 56
WARNING [DataReaderSun1_6_0]: com.tagtraum.perf.gcviewer.imp.ParseException: com.tagtraum.perf.gcviewer.imp.UnknownGcTypeException: Unknown gc type: 'Preclean SoftR' Line 130170: 2019-03-15T21:47:02.331+0100: 277395.331: [Preclean SoftR2019-03-15T21:47:02.338+0100: 277395.339: [CMS-concurrent-preclean: 0.007/0.008 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]

gc log entry
2019-03-18T12:19:49.065+0100: 502562.066: [Preclean SoftReferences, 0.0001084 secs]2019-03-18T12:19:49.065+0100: 502562.066: [Preclean WeakReferences, 0.0000868 secs]2019-03-18T12:19:49.066+0100: 502562.066: [Preclean FinalReferences, 0.0000938 secs]2019-03-18T12:19:49.066+0100: 502562.066: [Preclean PhantomReferences, 0.0000054 secs]2019-03-18T12:19:49.073+0100: 502562.073: [CMS-concurrent-preclean: 0.008/0.008 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]

Great tool by the way. I've just started using it. Apologies if I inadvertently created this problem myself by setting incorrect JVM parameters.

JVM Parameters
-XX:+PrintGCDetails -XX:+PrintReferenceGC -XX:+PrintGCApplicationStoppedTime -XX:+PrintTenuringDistribution -Xloggc:/path/to/log/gc.log -XX:+PrintGCDateStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=2 -XX:GCLogFileSize=10m

@chewiebug
Copy link
Owner

chewiebug commented Mar 18, 2019 via email

@stubarlow
Copy link
Author

gcviewer_219.zip

@stubarlow
Copy link
Author

stubarlow commented Mar 19, 2019

Hi Jörg. There were 7 occurrences of the offending event over a 3 day period. Each occurrence results in 4 separate log entries. There's one example in that sample I attached. Let me know if you need more data. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants