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

Remove nonpublic Accumulo InterruptibleIterator #2562

Open
wants to merge 13 commits into
base: integration
Choose a base branch
from

Conversation

SethSmucker
Copy link
Collaborator

IterationInterruptedException and InterruptibleIterator are not part of Accumulo's public API.

Remove InterruptibleIterator, replacing it with SortedKeyValueIterator. InterruptibleIterator was the only reference to IterationInterruptedException.

part of #2443

@SethSmucker SethSmucker self-assigned this Sep 27, 2024
avgAGB
avgAGB previously approved these changes Oct 3, 2024

@Override
public void setInterruptFlag(AtomicBoolean flag) {
this.interruptFlag = flag;
Copy link
Collaborator

Choose a reason for hiding this comment

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

I believe we can now remove this flag as well and places where we use it in this class.

@ivakegg ivakegg added the MXTC label Oct 31, 2024
Copy link
Collaborator

@ivakegg ivakegg left a comment

Choose a reason for hiding this comment

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

Remote unused flag

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.

3 participants