Lari Hotari
Lari Hotari
Nice improvement!
What I'm wondering about ensemblePlacementPolicyOrderSlowBookies is that I don't see [getEnsemblePlacementPolicySlowBookies](https://github.com/apache/bookkeeper/blob/c31dff9ff8dc3ec7454a62d71a9fff2af8505ee9/bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ClientConfiguration.java#L1274)() method being called in the code base at all. Is it a dead option? Am I missing some magical...
Good work @horizonzy
btw. It's worth considering thread safety issues and preventing them. In Pulsar, https://github.com/apache/pulsar/issues/14436 seems to be caused by a thread safety issue in Bookkeeper client. It might be caused by...
@poorbarcode This is a really good initiative. Thanks for starting this!
There are some memory leaks in tests that cause slow down. Pulsar CI collects a heap dump when an OOM happens. There are 2 recent examples of this: #17714 and...
I noticed this while working on #17252
There's now #10855 to add a scheduled OWASP Dependency Check to scan library vulnerabilities once per day.
The results of the scheduled OWASP Dependency Check scans can be found here: https://github.com/apache/pulsar/actions/workflows/ci-owasp-dependency-check.yaml
> With this high number of dependencies of all kinds and different ages the main question that is bothering me: > > => Is it enough (or a least the...