A quick solution is to set diskWarnThreshold and diskThreshold to a very large value for example 0.99, 0.9999. so the tests will be less impacted.
On Fri, Jun 30, 2017 at 1:17 AM, Enrico Olivelli <eolive...@gmail.com> wrote: > Hi, > Sometimes tests fail due to this kind of errors: > > org.apache.bookkeeper.bookie.LedgerDirsManager$ > NoWritableLedgerDirException: > All ledger directories are non writable > > do you think that it is due to "small disks" on Jenkins slaves ? > > is there any way to address this problem ? > > -- Enrico >