devinbost opened a new issue #6288: Hanging ManagedLedgerBkTest.setUp URL: https://github.com/apache/pulsar/issues/6288 When I try to run any of the ManagedLedgerBkTest instances locally, the tests are hanging on the setUp method. The log messages are stuck in a loop with messages like this: > 17:32:25.009 [LedgerDirsMonitorThread:org.apache.bookkeeper.util.DiskChecker@156] ERROR org.apache.bookkeeper.util.DiskChecker - Space left on device /var/folders/zg/mg9pbwns01d3hnc5p2y0hxnr0000gp/T/bookie3504632864196205720test/current : 8410619904, Used space fraction: 0.9664495 > threshold 0.95. > 17:32:35.008 [LedgerDirsMonitorThread:org.apache.bookkeeper.bookie.LedgerDirsMonitor@110] WARN org.apache.bookkeeper.bookie.LedgerDirsMonitor - LedgerDirsMonitor check process: All ledger directories are non writable > 17:32:35.009 [LedgerDirsMonitorThread:org.apache.bookkeeper.util.DiskChecker@156] ERROR org.apache.bookkeeper.util.DiskChecker - Space left on device /var/folders/zg/mg9pbwns01d3hnc5p2y0hxnr0000gp/T/bookie3504632864196205720test/current : 8410492928, Used space fraction: 0.96645004 > threshold 0.95. > 17:32:45.007 [LedgerDirsMonitorThread:org.apache.bookkeeper.bookie.LedgerDirsMonitor@110] WARN org.apache.bookkeeper.bookie.LedgerDirsMonitor - LedgerDirsMonitor check process: All ledger directories are non writable > 17:32:45.008 [LedgerDirsMonitorThread:org.apache.bookkeeper.util.DiskChecker@156] ERROR org.apache.bookkeeper.util.DiskChecker - Space left on device /var/folders/zg/mg9pbwns01d3hnc5p2y0hxnr0000gp/T/bookie3504632864196205720test/current : 8432586752, Used space fraction: 0.9663619 > threshold 0.95. > > Process finished with exit code 130 (interrupted by signal 2: SIGINT) If there's a disk space issue (which seems odd because I have 9 GB free), we need a condition to check for that and throw an exception instead of loop infinitely.
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services