shoothzj opened a new pull request, #4407: URL: https://github.com/apache/bookkeeper/pull/4407
### Motivation This PR addresses the issue where RocksDB configurations fail to correctly resolve paths on Windows systems in the `ServerConfiguration` class. See windows daily build failed in https://github.com/apache/bookkeeper/actions/runs/9294883674 > Note: Currently, windows is limited to some development jobs, there are still problems to be solved ### Changes - Updated `ServerConfiguration.java` to utilize `java.nio.file.Paths` for path normalization and resolution. - Refactored the `getDefaultRocksDBConf`, `getEntryLocationRocksdbConf`, and `getLedgerMetadataRocksdbConf` methods to use a new method `getFilePath`. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
