Skip to content
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

Migrate async search to use an auto-created system index #66154

Merged
merged 3 commits into from
Dec 15, 2020

Conversation

pugnascotia
Copy link
Contributor

Part of #61656.

Migrate async search to use an auto-created system index. This does change the behaviour of AsyncTaskIndexService - previously, it would ensure the index existed before carrying out any operation, whereas now the index is only created when a document is created. For any other operation, the wrapped IndexNotFoundException will be allowed to bubble up.

@pugnascotia pugnascotia added >enhancement :Core/Infra/Core Core issues without another label :Search/Search Search-related issues that do not fall into other categories v8.0.0 v7.11.0 labels Dec 10, 2020
@elasticmachine elasticmachine added Team:Core/Infra Meta label for core/infra team Team:Search Meta label for search team labels Dec 10, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search (Team:Search)

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

Copy link
Contributor

@jimczi jimczi left a comment

Choose a reason for hiding this comment

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

Nice work, thanks @pugnascotia !

Copy link
Member

@jaymode jaymode left a comment

Choose a reason for hiding this comment

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

LGTM

@pugnascotia pugnascotia merged commit 06938dd into elastic:master Dec 15, 2020
@pugnascotia pugnascotia deleted the 61656-auto-create-async branch December 15, 2020 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Core Core issues without another label >enhancement >refactoring :Search/Search Search-related issues that do not fall into other categories Team:Core/Infra Meta label for core/infra team Team:Search Meta label for search team v7.11.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants