Apache9 commented on a change in pull request #1015: HBASE-23668 Master log
start filling with "Flush journal status" messages
URL: https://github.com/apache/hbase/pull/1015#discussion_r365084016
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/procedure2/store/region/RegionProcedureStore.java
##########
@@ -382,7 +383,8 @@ public void recoverLease() throws IOException {
if (conf.get(USE_HSYNC_KEY) != null) {
conf.set(HRegion.WAL_HSYNC_CONF_KEY, conf.get(USE_HSYNC_KEY));
}
- conf.setInt(AbstractFSWAL.RING_BUFFER_SLOT_COUNT,
IntMath.ceilingPowerOfTwo(16 * numThreads));
+ conf.setInt(AbstractFSWAL.RING_BUFFER_SLOT_COUNT,
Review comment:
emmmm, why this format change? What is the max line width in your formatter
config?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services