-
Notifications
You must be signed in to change notification settings - Fork 313
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
Drop support for Elasticsearch 1.x #716
Merged
danielmitterdorfer
merged 3 commits into
elastic:master
from
danielmitterdorfer:drop-1x-support
Jul 11, 2019
Merged
Drop support for Elasticsearch 1.x #716
danielmitterdorfer
merged 3 commits into
elastic:master
from
danielmitterdorfer:drop-1x-support
Jul 11, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
With this commit we remove support in Rally to benchmark Elasticsearch 1.x. Closes elastic#715
danielmitterdorfer
added
:Load Driver
Changes that affect the core of the load driver such as scheduling, the measurement approach etc.
blocked
This item cannot be finished because of a dependency
breaking
Non-backwards compatible change
enhancement
Improves the status quo
and removed
blocked
This item cannot be finished because of a dependency
labels
Jun 17, 2019
3 tasks
danielmitterdorfer
added a commit
to danielmitterdorfer/rally
that referenced
this pull request
Jul 8, 2019
With this commit we add the JVM flag `ExitOnOutOfMemoryError` unconditionally when Elasticsearch is configured by Rally. Previously we had to check whether the JVM in use supports this flag because we supported Elasticsearch 1.x which can be run with Java 1.7. As the JVM flag has only been introduced with Java 8, we had a check in place. Now that we have dropped support for Elasticsearch 1.x (in elastic#716), we can safely assume that the JVM supports this flag and unconditionally set it. Relates elastic#715
Merged
drawlerr
approved these changes
Jul 10, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks for the review! :) |
danielmitterdorfer
added a commit
that referenced
this pull request
Jul 11, 2019
With this commit we add the JVM flag `ExitOnOutOfMemoryError` unconditionally when Elasticsearch is configured by Rally. Previously we had to check whether the JVM in use supports this flag because we supported Elasticsearch 1.x which can be run with Java 1.7. As the JVM flag has only been introduced with Java 8, we had a check in place. Now that we have dropped support for Elasticsearch 1.x (in #716), we can safely assume that the JVM supports this flag and unconditionally set it. Relates #715 Relates #723
danielmitterdorfer
added a commit
to danielmitterdorfer/rally
that referenced
this pull request
Jul 16, 2019
With this commit we remove support for Elasticsearch 1.x when retrieving cluster metadata. This is a leftover from elastic#716 Relates elastic#716
ebadyano
pushed a commit
to ebadyano/rally
that referenced
this pull request
Jul 16, 2019
With this commit we remove support in Rally to benchmark Elasticsearch 1.x. Relates elastic#715 Relates elastic#716
ebadyano
pushed a commit
to ebadyano/rally
that referenced
this pull request
Jul 16, 2019
With this commit we add the JVM flag `ExitOnOutOfMemoryError` unconditionally when Elasticsearch is configured by Rally. Previously we had to check whether the JVM in use supports this flag because we supported Elasticsearch 1.x which can be run with Java 1.7. As the JVM flag has only been introduced with Java 8, we had a check in place. Now that we have dropped support for Elasticsearch 1.x (in elastic#716), we can safely assume that the JVM supports this flag and unconditionally set it. Relates elastic#715 Relates elastic#723
ebadyano
pushed a commit
to ebadyano/rally
that referenced
this pull request
Jul 16, 2019
With this commit we remove support for Elasticsearch 1.x when retrieving cluster metadata. This is a leftover from elastic#716 Relates elastic#716 Relates elastic#729
novosibman
pushed a commit
to novosibman/rally
that referenced
this pull request
Aug 12, 2019
With this commit we remove support in Rally to benchmark Elasticsearch 1.x. Relates elastic#715 Relates elastic#716
novosibman
pushed a commit
to novosibman/rally
that referenced
this pull request
Aug 12, 2019
With this commit we add the JVM flag `ExitOnOutOfMemoryError` unconditionally when Elasticsearch is configured by Rally. Previously we had to check whether the JVM in use supports this flag because we supported Elasticsearch 1.x which can be run with Java 1.7. As the JVM flag has only been introduced with Java 8, we had a check in place. Now that we have dropped support for Elasticsearch 1.x (in elastic#716), we can safely assume that the JVM supports this flag and unconditionally set it. Relates elastic#715 Relates elastic#723
novosibman
pushed a commit
to novosibman/rally
that referenced
this pull request
Aug 12, 2019
With this commit we remove support for Elasticsearch 1.x when retrieving cluster metadata. This is a leftover from elastic#716 Relates elastic#716 Relates elastic#729
novosibman
pushed a commit
to novosibman/rally
that referenced
this pull request
Aug 12, 2019
With this commit we remove support in Rally to benchmark Elasticsearch 1.x. Relates elastic#715 Relates elastic#716
novosibman
pushed a commit
to novosibman/rally
that referenced
this pull request
Aug 12, 2019
With this commit we add the JVM flag `ExitOnOutOfMemoryError` unconditionally when Elasticsearch is configured by Rally. Previously we had to check whether the JVM in use supports this flag because we supported Elasticsearch 1.x which can be run with Java 1.7. As the JVM flag has only been introduced with Java 8, we had a check in place. Now that we have dropped support for Elasticsearch 1.x (in elastic#716), we can safely assume that the JVM supports this flag and unconditionally set it. Relates elastic#715 Relates elastic#723
novosibman
pushed a commit
to novosibman/rally
that referenced
this pull request
Aug 12, 2019
With this commit we remove support for Elasticsearch 1.x when retrieving cluster metadata. This is a leftover from elastic#716 Relates elastic#716 Relates elastic#729
novosibman
pushed a commit
to novosibman/rally
that referenced
this pull request
Aug 12, 2019
With this commit we remove support in Rally to benchmark Elasticsearch 1.x. Relates elastic#715 Relates elastic#716
novosibman
pushed a commit
to novosibman/rally
that referenced
this pull request
Aug 12, 2019
With this commit we add the JVM flag `ExitOnOutOfMemoryError` unconditionally when Elasticsearch is configured by Rally. Previously we had to check whether the JVM in use supports this flag because we supported Elasticsearch 1.x which can be run with Java 1.7. As the JVM flag has only been introduced with Java 8, we had a check in place. Now that we have dropped support for Elasticsearch 1.x (in elastic#716), we can safely assume that the JVM supports this flag and unconditionally set it. Relates elastic#715 Relates elastic#723
novosibman
pushed a commit
to novosibman/rally
that referenced
this pull request
Aug 12, 2019
With this commit we remove support for Elasticsearch 1.x when retrieving cluster metadata. This is a leftover from elastic#716 Relates elastic#716 Relates elastic#729
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking
Non-backwards compatible change
enhancement
Improves the status quo
:Load Driver
Changes that affect the core of the load driver such as scheduling, the measurement approach etc.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
With this commit we remove support in Rally to benchmark Elasticsearch
1.x.
Closes #715