Our application does continuous bulkload through out the day and at the same
time we are also doing query. From the logs i can see minor compaction
happening timings of which range from ~2sec to ~2mints at the same time
query hbase response time shoots up ranging ~2sec to ~27sec.

Our application is using output format 
https://issues.apache.org/jira/browse/HBASE-18161
<https://issues.apache.org/jira/browse/HBASE-18161>  

Now my question is if minor compaction should really cause this response
time if so what changes can be done to minimize the latency.

One solution that i can come up with is to use puts in reducer it self by
writing some custom output format.
By this data will be always in memstore and minor compaction can be stopped
for every bulkload.



--
Sent from: http://apache-hbase.679495.n3.nabble.com/HBase-User-f4020416.html

Reply via email to