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

Fix snapshotting of a single closed index #8047

Merged
merged 1 commit into from Oct 15, 2014

Conversation

imotov
Copy link
Contributor

@imotov imotov commented Oct 10, 2014

Snapshot of a closed index can leave snapshot hanging in initializing state.

Fixes #8046

@@ -805,6 +805,28 @@ public void snapshotClosedIndexTest() throws Exception {
}

@Test
@TestLogging("snapshots:TRACE")
Copy link
Contributor

Choose a reason for hiding this comment

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

do we need trace here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Debuging leftovers. I will remove.

@s1monw
Copy link
Contributor

s1monw commented Oct 13, 2014

LGTM

@s1monw s1monw removed the review label Oct 13, 2014
Snapshot of a closed index can leave snapshot hanging in initializing state.

Fixes elastic#8046
@imotov imotov force-pushed the issue-8046-snpashot-of-closed-index branch from de367fd to e3d379f Compare October 15, 2014 23:27
@imotov imotov merged commit e3d379f into elastic:master Oct 15, 2014
@clintongormley clintongormley changed the title Snapshot/Restore: fix snapshot of a single closed index Snapshot/Restore: Fix snapshotting of a single closed index Nov 3, 2014
@clintongormley clintongormley added the :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs label Mar 19, 2015
@clintongormley clintongormley changed the title Snapshot/Restore: Fix snapshotting of a single closed index Fix snapshotting of a single closed index Jun 8, 2015
@imotov imotov deleted the issue-8046-snpashot-of-closed-index branch May 1, 2020 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Snapshot of a closed index can leave snapshot hanging in initializing state
3 participants