dlmarion opened a new pull request, #5561: URL: https://github.com/apache/accumulo/pull/5561
Added SharedBatchWriterQueue interface for use with the SharedBatchWriter. This allows producers to put work on the queue while the single consumer thread writes to the configured table. Modified the CompactionFinalizer's use of the SharedBatchWriter to create a SharedBatchWriterQueue for the External Compaction Final State mutations and wired up the DeadCompactionDetector to inspect the SharedBatchWriterQueues for queued writes when determining whether a compaction is dead or not. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org