Fix up the hbase-default.xml descriptions; in particular, note interaction 
between flush and write buffer
---------------------------------------------------------------------------------------------------------

                 Key: HBASE-1983
                 URL: https://issues.apache.org/jira/browse/HBASE-1983
             Project: Hadoop HBase
          Issue Type: Improvement
            Reporter: stack
             Fix For: 0.21.0


I was wondering why I was only flushing every 1k edits though I'd set 
hbase.regionserver.flushlogentries to 100.  Couldn't figure why.  J-D set me 
straight.  Flush is done up in HRS now at end of a put.  If the put is a big 
batch put, then 1k edits will go in before I sync.  In our descriptions in 
hbase-default.xml, need to bring this out.  I'm sure this file could do with a 
good clean up by now too... Let this issue cover that too.  For 0.21.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to