Skip to content

Fix Empty Step Info not Comparing Correctly (#78442)#78447

Merged
original-brownbear merged 1 commit intoelastic:7.xfrom
original-brownbear:78442-7.x
Sep 29, 2021
Merged

Fix Empty Step Info not Comparing Correctly (#78442)#78447
original-brownbear merged 1 commit intoelastic:7.xfrom
original-brownbear:78442-7.x

Conversation

@original-brownbear
Copy link
Copy Markdown
Contributor

Follow up to #78390. The EmptyInfo would not compare
correctly because it doesn't implement equals or hashcode,
breaking deduplication for SetStepInfoUpdateTask.

=> just making it a singleton to fix this and have a fast comp via
instance equality.

Follow up to #78390. The `EmptyInfo` would not compare
correctly because it doesn't implement equals or hashcode,
breaking deduplication for `SetStepInfoUpdateTask`.

=> just making it a singleton to fix this and have a fast comp via
instance equality.
@original-brownbear original-brownbear added >non-issue :Data Management/ILM+SLM DO NOT USE. Use ":StorageEngine/ILM" or ":Distributed Coordination/SLM" instead. backport labels Sep 29, 2021
@original-brownbear
Copy link
Copy Markdown
Contributor Author

Jenkins run elasticsearch-ci/part-1

@original-brownbear original-brownbear merged commit 216b1e4 into elastic:7.x Sep 29, 2021
@original-brownbear original-brownbear deleted the 78442-7.x branch September 29, 2021 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport :Data Management/ILM+SLM DO NOT USE. Use ":StorageEngine/ILM" or ":Distributed Coordination/SLM" instead. >non-issue v7.16.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants