ghajos opened a new pull request #381: ACCUMULO-4413 Avoid Copy/Sort column on 
WAL recovery exceeds 100%
URL: https://github.com/apache/accumulo/pull/381
 
 
   The Math.max() will solve the issue I hope.
   
   I'm not sure what happens if `Property.TSERV_WAL_BLOCKSIZE` is not 0 and 
smaller than `Property.TSERV_WALOG_MAX_SIZE`. The problem is that 
`TabletServerLogger` still uses `Property.TSERV_WALOG_MAX_SIZE` [to check data 
size](https://github.com/apache/accumulo/blob/master/server/tserver/src/main/java/org/apache/accumulo/tserver/log/TabletServerLogger.java#L456)
 stored in one file. While file size  [is set 
to](https://github.com/apache/accumulo/blob/master/server/tserver/src/main/java/org/apache/accumulo/tserver/log/DfsLogger.java#L452)
 `Property.TSERV_WAL_BLOCKSIZE`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to