-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51785/
-----------------------------------------------------------

(Updated Sept. 15, 2016, 12:03 p.m.)


Review request for mesos.


Repository: hbase-git


Description
-------

This is a step toward final compacting memstore that allowes two modes of work: 
index-compaction and data-compaction. 

The index-compaction means that when the new segment is pushed into the 
pipeline, it is flattened and probably merged with old segments in the 
pipeline. The new merge "feature" induces no data-copy-compaction and no 
speculative SQM scan. 
The compacting memstore of the data-compaction type means the usage of the 
data-copy-compaction.


Diffs (updated)
-----

  src/Makefile.am 2dd7913a1477f3c3560be4e2c1450b93fb3afc78 
  src/launcher/default_executor.cpp PRE-CREATION 

Diff: https://reviews.apache.org/r/51785/diff/


Testing
-------


Thanks,

Anastasia Braginsky

Reply via email to