Yes [1]. But if the number number of store files are beyond hbase.hstore.blockingStoreFiles, updates are blocked. So you should tune the heap settings properly depending on your load pattern.
https://github.com/apache/hbase/blob/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java#L366 On Mon, Jul 14, 2014 at 11:35 AM, vito <[email protected]> wrote: > Yes. I've seen it. > So after hbase.hstore.blockingWaitTime is over, we can still flush memstore > to disk even when compaction is still ongoing. Right? > > > > > -- > View this message in context: > http://apache-hbase.679495.n3.nabble.com/Will-compaction-block-memstore-flush-to-disk-tp4061302p4061313.html > Sent from the HBase User mailing list archive at Nabble.com. > -- Bharath Vissapragada <http://www.cloudera.com>
