sijie opened a new pull request #257: Issue 256: BookieInitializationTest.testWithDiskFullAndAbilityToCreateNewIndexFile failed URL: https://github.com/apache/bookkeeper/pull/257 Descriptions of the changes in this PR: in c49621b, we allow creating FileInfo even when disk is full to allow fence requests succeed at this case. it is conflicted with Charan's change. Since there is already a setting to configure the min usable size to allow index file creation. if we configure that to be zero, it is same as allowing index file creation even disks are full. so removing the fallback logic introduced in c49621b. ---------------------------------------------------------------- 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