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

Indices API: Add open and close index #447

Closed
kimchy opened this issue Oct 23, 2010 · 1 comment
Closed

Indices API: Add open and close index #447

kimchy opened this issue Oct 23, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Oct 23, 2010

Allow to close and index and open an index. A closed index has almost no overhead on the cluster (except for maintaining its metadata), and is blocked for read/write operations. A closed index can be opened which will then go through the normal recovery process.

The REST endpoints are POST for /{index}/_close and /{index}/_open.

@kimchy
Copy link
Member Author

kimchy commented Oct 23, 2010

Indices API: Add open and close index, closed by ca7a746.

medcl pushed a commit to medcl/elasticsearch that referenced this issue Jul 1, 2011
ClaudioMFreitas pushed a commit to ClaudioMFreitas/elasticsearch-1 that referenced this issue Nov 12, 2019
require admin role to use update-alternatives
williamrandolph pushed a commit to williamrandolph/elasticsearch that referenced this issue Jun 4, 2020
Cascading and Storm have plenty of dependencies which reside outside
Maven central. This can cause issues for tools that ignore the
optional flag and try to download these dependencies.
The POMs now set the custom repositories so hopefully this will reduce
this problem.

relates elastic#447
mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
costin pushed a commit to costin/elasticsearch that referenced this issue Dec 19, 2022
Keep only the unresolved attributes for further checks in the verifier
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant