lhotari opened a new pull request #14576: URL: https://github.com/apache/pulsar/pull/14576
### Motivation - see https://github.com/netty/netty/commit/9fe97103 which renamed the property `io.netty.recycler.maxCapacity.default` to `io.netty.recycler.maxCapacity` in 2014 for netty-4.1.0.Beta1 - current implementation in https://github.com/netty/netty/blob/51eda20432568ffdf736a673abc6b5a44839413f/common/src/main/java/io/netty/util/Recycler.java#L62-L90 used `io.netty.recycler.maxCapacityPerThread` as the primary setting and falls back to `io.netty.recycler.maxCapacity` ### Modifications - Remove `-Dio.netty.recycler.maxCapacity.default=1000` settings since there has been no impact of this setting. It would be a breaking change to set the correct setting to the value of 1000. Therefore it's better to simply drop the invalid property name. -- 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]
