Skip to content

Conversation

@milleruntime
Copy link
Contributor

No description provided.

log.info("Wait for compaction to be cancelled");
sleepUninterruptibly(5, TimeUnit.SECONDS);
}
assertTrue(finished.get());
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't this be false and ex.get() != null if the compaction was interrupted by the delete?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Possibly. I am not sure what will happen with the client yet as we haven't implemented the cancel.

@dlmarion
Copy link
Contributor

dlmarion commented Jul 1, 2021

@milleruntime - I think this can be closed. I resolved #2030 in a different PR.

@ctubbsii ctubbsii closed this Jul 1, 2021
@milleruntime milleruntime deleted the DeleteCancelsMajCIT branch July 2, 2021 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants