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

Replace nonpublic Accumulo Threads with new Datawave equivalent #2519

Closed
wants to merge 6 commits into from

Conversation

SethSmucker
Copy link
Collaborator

org.apache.accumulo.core.util.threads.Threads is not part of Accumulo's public API. The variable UEH is the only part used in Datawave.

Created datawave.util.threads.DatawaveUncaughtExceptionHandler and datawave.util.threads.Threads which are similar to the Accumulo classes.

Replace all references of Accumulo's Threads and AccumuloUncaughtExceptionHandler with the Datawave classes.

part of #2443

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.

2 participants