Skip to content

Fix Snapshot Shard Status Request Deduplication#50788

Merged
original-brownbear merged 3 commits intoelastic:masterfrom
original-brownbear:shard-status-request-dedup
Jan 10, 2020
Merged

Fix Snapshot Shard Status Request Deduplication#50788
original-brownbear merged 3 commits intoelastic:masterfrom
original-brownbear:shard-status-request-dedup

Conversation

@original-brownbear
Copy link
Copy Markdown
Contributor

The request deduplication didn't actually work for these requests
since they had no equals and hashCode so the deduplicator wouldn't
actually recognize equal requests.

The request deduplication didn't actually work for these requests
since they had no `equals` and `hashCode` so the deduplicator wouldn't
actually recognize equal requests.
@original-brownbear original-brownbear added >non-issue :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs v8.0.0 v7.6.0 labels Jan 9, 2020
@elasticmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-distributed (:Distributed/Snapshot/Restore)

@original-brownbear
Copy link
Copy Markdown
Contributor Author

Jenkins run elasticsearch-ci/2 (known ILM test failure)

Copy link
Copy Markdown
Member

@dnhatn dnhatn left a comment

Choose a reason for hiding this comment

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

Good catch. LGTM.

Copy link
Copy Markdown
Member

@dnhatn dnhatn left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks Armin for an extra iteration :).

@original-brownbear
Copy link
Copy Markdown
Contributor Author

Jenkins run elasticsearch-ci/2 (failure is known ILM test failure)

@original-brownbear
Copy link
Copy Markdown
Contributor Author

Jenkins run elasticsearch-ci/2 (failure is known ILM test failure again ...)

@original-brownbear
Copy link
Copy Markdown
Contributor Author

Thanks Nhat!

@original-brownbear original-brownbear merged commit a7f8409 into elastic:master Jan 10, 2020
@original-brownbear original-brownbear deleted the shard-status-request-dedup branch January 10, 2020 08:32
original-brownbear added a commit that referenced this pull request Jan 10, 2020
* Fix Snapshot Shard Status Request Deduplication

The request deduplication didn't actually work for these requests
since they had no `equals` and `hashCode` so the deduplicator wouldn't
actually recognize equal requests.
SivagurunathanV pushed a commit to SivagurunathanV/elasticsearch that referenced this pull request Jan 23, 2020
* Fix Snapshot Shard Status Request Deduplication

The request deduplication didn't actually work for these requests
since they had no `equals` and `hashCode` so the deduplicator wouldn't
actually recognize equal requests.
@original-brownbear original-brownbear restored the shard-status-request-dedup branch August 6, 2020 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >non-issue v7.6.0 v8.0.0-alpha1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants