The below is committed without a chance of someone reviewing it.

Its also committed and the issue closed with no comment on the performance issue raised in HBASE-1148.


[email protected] wrote:
+      boolean sync = regionInfo.isMetaRegion() || regionInfo.isRootRegion();
+      doWrite(logKey, logEdit, sync);

I thought isMetaRegion returned true whether .META. or -ROOT- region (so its javadoc says).
+          (regionInfo.isMetaRegion() || regionInfo.isRootRegion()));
Same here.

St.Ack

Reply via email to