You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/09/27 21:34:27 UTC

[GitHub] [hbase] sandeepvinayak opened a new pull request #668: calling rollwriter after initialization of the config variables since…

sandeepvinayak opened a new pull request #668: calling rollwriter after initialization of the config variables since…
URL: https://github.com/apache/hbase/pull/668
 
 
   Rollwriter eventually calls `postSync` which checks for if there is a need for rolling log based on `rollOnSyncNs` and `slowSyncNs`. So, everytime the FSLog is initialized it requests a log roll because the values of these two variables are zero. Moving this call after the initialization of variables. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services