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

Not receiving G1 Full GC event/data #379

Open
AlinaHovakimyan opened this issue Sep 2, 2024 · 2 comments
Open

Not receiving G1 Full GC event/data #379

AlinaHovakimyan opened this issue Sep 2, 2024 · 2 comments

Comments

@AlinaHovakimyan
Copy link
Contributor

We are not receiving G1 Full GC event/data – when full gc is generated via System.gc(): Also saw that in parser there is G1GCFull and Full gc-types and this could be connected with the issue at a first glance.

@dsgrieve
Copy link
Member

dsgrieve commented Sep 4, 2024

System.gc is going to be a GCCause of a full gc. Again, we'll need a log or fragment since there are a lot of possible variations.

@AlinaHovakimyan
Copy link
Contributor Author

AlinaHovakimyan commented Sep 12, 2024

Please use the following log for the reference. For example to collect pause data, I am listening to G1GCPauseEvent and looking for GarbageCollectionTypes.G1GCFull gc type, and I am not receiving it. Comment about System.gc() reason was optional and specific to one of my gc log files generations, please ignore it.
details_reference.log

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