Skip to content

Upgrade to ES 6.3#7806

Merged
mergify[bot] merged 2 commits intomasterfrom
j/es63
Oct 25, 2018
Merged

Upgrade to ES 6.3#7806
mergify[bot] merged 2 commits intomasterfrom
j/es63

Conversation

@mfussenegger
Copy link
Copy Markdown
Member

  • User relevant changes are recorded in CHANGES.txt
  • Touched code is covered by tests
  • Documentation has been updated if necessary
  • CLA is signed


@Override
public Version getMinimalSupportedVersion() {
return Version.V_6_0_0;
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

We probably have to think about how we make use of this in the future. For now I chose 6.0.0 everywhere. We shipped CrateDB 3.0 with ES 6.1 and it's not supported to do rolling upgrades from earlier versions to it. So this should be safe.

@mfussenegger mfussenegger changed the base branch from j/bytesrefs-strings to master October 24, 2018 08:43
Copy link
Copy Markdown
Contributor

@smakalias smakalias left a comment

Choose a reason for hiding this comment

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

lgtm

@mfussenegger mfussenegger added the ready-to-merge Let Mergify merge the PR once approved and checks pass label Oct 25, 2018
@mergify mergify bot merged commit 59403a7 into master Oct 25, 2018
@mfussenegger mfussenegger deleted the j/es63 branch October 31, 2018 10:44
BaurzhanSakhariev added a commit that referenced this pull request Nov 21, 2025
…onException

Catching EsRejectedExecutionException won't catch RejectedExecutionException
However, this is not a bug fix as we don't throw RejectedExecutionException anywhere
and use executors that throw EsRejectedExecutionException

See also elastic/elasticsearch#29075, it made catching only RejectedExecutionException sufficient, and we inherited it and cleaned up our EsRejectedExecutionException usages in
#7806.

This change is a follow-up #7806
BaurzhanSakhariev added a commit that referenced this pull request Nov 21, 2025
…onException

Catching EsRejectedExecutionException won't catch RejectedExecutionException
However, this is not a bug fix as we don't throw RejectedExecutionException anywhere
and use executors that throw EsRejectedExecutionException

See also elastic/elasticsearch#29075, it made catching only RejectedExecutionException sufficient, and we inherited it and cleaned up our EsRejectedExecutionException usages in
#7806.

This change is a follow-up #7806
mergify bot pushed a commit that referenced this pull request Nov 24, 2025
…onException

Catching EsRejectedExecutionException won't catch RejectedExecutionException
However, this is not a bug fix as we don't throw RejectedExecutionException anywhere
and use executors that throw EsRejectedExecutionException

See also elastic/elasticsearch#29075, it made catching only RejectedExecutionException sufficient, and we inherited it and cleaned up our EsRejectedExecutionException usages in
#7806.

This change is a follow-up #7806
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-merge Let Mergify merge the PR once approved and checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants