RE: [DISCUSS] Replace Customized Map with ConcurrentHashMap

2023-09-05 Thread the tumbled
l significantly. > Worse, these customize util class cannot ensure consistence in method forEach > as PR https://github.com/apache/pulsar/pull/21110 shows, which is > disquieting, although it may not cause any problem. > > Thanks, > The Tumbled. > The benchmark results is provided

[DISCUSS] PIP-331: Replace configuration brokerServiceCompactionPhaseOneLoopTimeInSeconds with brokerServiceCompactionPhaseOneMessageReadTimeoutInSeconds

2024-01-16 Thread the tumbled
Hi Pulsar Community, I want to replace the conf brokerServiceCompactionPhaseOneLoopTimeInSeconds with brokerServiceCompactionPhaseOneMessageReadTimeoutInSeconds to fix the ambiguity. Please have a look at the pip: https://github.com/apache/pulsar/pull/21910. Thanks, TheTumbled.