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

Using different Java runtimes with OpenSearch. #670

Merged
merged 21 commits into from
Mar 29, 2022

Conversation

dblock
Copy link
Member

@dblock dblock commented Feb 8, 2022

Signed-off-by: dblock dblock@amazon.com

Description

A draft for a blog post to be published with 1.3.0 on Java Runtimes.

Requesting feedback and additions from @reta @smortex @dvenable @martin-gaievski and others.

Issues Resolved

#628

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.

@dblock dblock force-pushed the java-628 branch 2 times, most recently from d0fd32e to 9e41bed Compare February 9, 2022 21:14

### Benchmarking JDKs

TODO
Copy link
Member

Choose a reason for hiding this comment

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

Benchmarking tests were run across JDK 8, 11, 14, 15, and 17 with both the x64 and arm versions of OpenSearch. Latency and throughput were the primary metrics recorded. JDK 17 consistently performed superior to the rest for both versions. JDK 15 was the closest to the metrics of JDK 17, followed by JDK 8 and 11. Meanwhile, JDK 14 was significantly slower than the other choices. Based on the results, JDK 17 is decisively the best option for running OpenSearch.

Copy link
Member Author

Choose a reason for hiding this comment

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

I've added almost as is and linked to OpenSearch#1276 for details.

Do you have a meaty example of how much better JDK 17 is? Something like "For example, searching through an index with XYZ data in such and such cluster reduced latency by X% and increased throughput by Z%."?

@muralikpbhat
Copy link

nice. Can we share more details on the tests with JDK17? Did it perform better irrespective GC type (CMS or G1)

Copy link
Member

@dlvenable dlvenable left a comment

Choose a reason for hiding this comment

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

I made a few comments. I happened to come across this issue and noticed that you tagged dvenable in it. I assume you meant to tag me - @dlvenable .

_posts/2022-02-08-opensearch-java-runtime.markdown Outdated Show resolved Hide resolved
_posts/2022-02-08-opensearch-java-runtime.markdown Outdated Show resolved Hide resolved
_posts/2022-02-08-opensearch-java-runtime.markdown Outdated Show resolved Hide resolved
_posts/2022-02-08-opensearch-java-runtime.markdown Outdated Show resolved Hide resolved
_posts/2022-02-08-opensearch-java-runtime.markdown Outdated Show resolved Hide resolved
_posts/2022-02-08-opensearch-java-runtime.markdown Outdated Show resolved Hide resolved
@stockholmux
Copy link
Member

@dblock How far out is this blog post?

@dblock
Copy link
Member Author

dblock commented Mar 17, 2022

nice. Can we share more details on the tests with JDK17? Did it perform better irrespective GC type (CMS or G1)

@ryanbogan ^

@dblock dblock marked this pull request as ready for review March 17, 2022 16:30
@dblock dblock requested a review from a team as a code owner March 17, 2022 16:30
@dblock
Copy link
Member Author

dblock commented Mar 17, 2022

@stockholmux This is ready.

@stockholmux
Copy link
Member

Thanks @dblock I'll review. Next publish ideal date will be on Tuesday. Sound good?

@dblock
Copy link
Member Author

dblock commented Mar 17, 2022

Thanks @dblock I'll review. Next publish ideal date will be on Tuesday. Sound good?

Sure. LMK if you want me to adjust the date in the filename and post.

Adjusted date to Monday.

@dblock dblock mentioned this pull request Mar 17, 2022
dlvenable
dlvenable previously approved these changes Mar 18, 2022
reta
reta previously approved these changes Mar 18, 2022
@stockholmux
Copy link
Member

@dblock Monday is a meh day for a blog post.

We may want to push it past the data prepper blog that just came in (#729).

Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
@dblock
Copy link
Member Author

dblock commented Mar 28, 2022

@stockholmux Can we please ship this? Updated the date to today.

@dblock
Copy link
Member Author

dblock commented Mar 28, 2022

I was hoping to get community feedback for opensearch-project/opensearch-plugins#132 out of this, too.

@dblock dblock requested a review from stockholmux March 28, 2022 18:57
Copy link

@dimwetoth dimwetoth left a comment

Choose a reason for hiding this comment

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

This looks complete and ready to publish. Apologies for the delay.

Copy link
Member

@peternied peternied left a comment

Choose a reason for hiding this comment

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

Love me a technical blog post, nice work everyone

Copy link
Member

@stockholmux stockholmux left a comment

Choose a reason for hiding this comment

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

LGTM

@stockholmux stockholmux merged commit ca71c4d into opensearch-project:main Mar 29, 2022
@stockholmux
Copy link
Member

Congrats, folks: https://opensearch.org/blog/technical-post/2022/03/opensearch-java-runtime/

@dblock dblock deleted the java-628 branch December 20, 2022 19:02
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.