Investigate adding ASYNC methods to Accumulo
Open
task
- Dominant language
- Java
- Stars
- 200
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
In #593 async commit was added. The actual asynchronous writes to Accumulo were done in a hacky way that works, but is sub-optimal. The reason the current method is sub-optimal is that mutations and conditional mutations that are finished may not trigger follow on actions immediately until other unrelated data is processed. If the Accumulo itself supported async callbacks it could make the callbacks immediately when something finished processing.
Contributor guide
Assessment
This issue has not been assessed yet.