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

FST serializer: fixes to intermittent, concurrency failures #1037

Merged
merged 2 commits into from
Jan 16, 2020
Merged

Conversation

denis-bogdanas
Copy link
Contributor

@denis-bogdanas denis-bogdanas commented Jan 16, 2020

Without this PR K Jenkins fails in ~20% of runs. When definition cache will be merged, it is expected to fail more often.
Proof, 15 K builds passed on Jenkins: #1034

References:
RuedigerMoeller/fast-serialization#274

Copy link
Collaborator

@dwightguth dwightguth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From what I can see, Java 8 already uses ParallelGC as the default, so that's not a change, but newer versions of Java use the G1 collector by default. Apparently ParallelGC has higher throughput than G1 but at the expense of higher pause times. Given that the Java code in K is not typically interactive, throughput is more important than latency, so this seems like a reasonable alteration to me.

@dwightguth dwightguth merged commit c1c2cad into master Jan 16, 2020
@dwightguth dwightguth deleted the FST-fix branch January 16, 2020 17:54
Baltoli pushed a commit that referenced this pull request Apr 9, 2024
Co-authored-by: devops <[email protected]>
Co-authored-by: Tamás Tóth <[email protected]>
Baltoli pushed a commit that referenced this pull request Apr 9, 2024
Co-authored-by: devops <[email protected]>
Co-authored-by: Tamás Tóth <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants