-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Test/107515 RestoreTemplateWithMatchOnlyTextMapperIT #120392
Open
drempapis
wants to merge
29
commits into
elastic:main
Choose a base branch
from
drempapis:test/107515_RestoreTemplateWithMatchOnlyTextMapperIT_fail
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Test/107515 RestoreTemplateWithMatchOnlyTextMapperIT #120392
drempapis
wants to merge
29
commits into
elastic:main
from
drempapis:test/107515_RestoreTemplateWithMatchOnlyTextMapperIT_fail
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
elasticsearchmachine
added
needs:triage
Requires assignment of a team area label
v9.0.0
labels
Jan 17, 2025
drempapis
added
Team:Search Foundations
Meta label for the Search Foundations team in Elasticsearch
:Search Foundations/Search
Catch all for Search Foundations
>bug
and removed
needs:triage
Requires assignment of a team area label
labels
Jan 17, 2025
Hi @drempapis, I've created a changelog YAML for you. |
Pinging @elastic/es-search-foundations (Team:Search Foundations) |
drempapis
added
auto-backport
Automatically create backport pull requests when merged
v8.18.0
labels
Jan 17, 2025
drempapis
changed the title
Test/107515 restore template with match only text mapper it fail
Test/107515 rRestoreTemplateWithMatchOnlyTextMapperIT
Jan 17, 2025
drempapis
changed the title
Test/107515 rRestoreTemplateWithMatchOnlyTextMapperIT
Test/107515 RestoreTemplateWithMatchOnlyTextMapperIT
Jan 17, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
auto-backport
Automatically create backport pull requests when merged
>bug
:Search Foundations/Search
Catch all for Search Foundations
Team:Search Foundations
Meta label for the Search Foundations team in Elasticsearch
v8.18.0
v9.0.0
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.
Closes #107515
I observed that when comparing the cluster states,
local
andmaster
were equal, but the order was different in some cases. Converting to a byte array and getting the length can introduce junk data. Alternatively, the comparison can be made by checking if the returned state strings are anagrams, they contain the same characters.