Fixes to group commit --------------------- Key: HBASE-2040 URL: https://issues.apache.org/jira/browse/HBASE-2040 Project: Hadoop HBase Issue Type: Bug Reporter: Jean-Daniel Cryans Assignee: Jean-Daniel Cryans Fix For: 0.21.0 Attachments: HBASE-2040.patch
Two (somewhat) major things. First when the LogSyncer thread is created it's expecting optionalFlushInterval but we pass logflushentries. What it means is that it will run every 100ms by default. Also when the optional flush is running (meaning that no entries came in for that interval) and that logflushentries>1 then it won't do the hflush because we don't enforce it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.