Details
Description
Currently we use a blocking queue for group commit in KUDU. We could get additional performance benefit (e.g., avoiding additional allocation) if we used a ring buffer.
See HBASE-10156
Currently we use a blocking queue for group commit in KUDU. We could get additional performance benefit (e.g., avoiding additional allocation) if we used a ring buffer.
See HBASE-10156