apache / apache/accumulo-fluo

Investigate adding ASYNC methods to Accumulo

Open
#651 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.