Angus Chen

Results 29 comments of Angus Chen

latest micronaut uses 3.1.5, I think it's better to upgrade. RxJava3.0 user could still use the old version

> Hi @tuxredux! 👋 > > Thank you for your feedback. I'm happy to hear that you find cookiecutter useful. > > As to your question, hooks cannot modify the...

we still try to compare what's the different between our producer and perf tool will feedback later once we have any conclusion.

@lhotari we do many tests current broker setting is ``` maxMessageSize=5242880 ```` and producer setting (small batch message and big max bytes) ``` batchingMaxMessages: 500 batchingMaxBytes: 3145728 batchingMaxPublishDelayMicros: 500 ```...

I tried to upgrade to bookkeeper 4.17.0 but still have the same issue :( ``` [pulsar@cockroach308 lib]$ ls |grep bookkeeper org.apache.bookkeeper-bookkeeper-benchmark-4.17.0.jar org.apache.bookkeeper-bookkeeper-common-4.17.0.jar org.apache.bookkeeper-bookkeeper-common-allocator-4.17.0.jar org.apache.bookkeeper-bookkeeper-perf-4.17.0.jar org.apache.bookkeeper-bookkeeper-proto-4.17.0.jar org.apache.bookkeeper-bookkeeper-server-4.17.0.jar org.apache.bookkeeper-bookkeeper-slogger-api-4.17.0.jar org.apache.bookkeeper-bookkeeper-slogger-slf4j-4.17.0.jar org.apache.bookkeeper-bookkeeper-tools-4.17.0.jar org.apache.bookkeeper-bookkeeper-tools-framework-4.17.0.jar...

> > we also tried to reproduce by perf tool but it didn't always happen. > > @semistone Please share a way how to reproduce it. It's not a problem...

I almost could reproduce by perf tool when very few payload > 30K bytes. others are 3K bytes then error happen when messageKeyGenerationMode=random if without messageKeyGenerationMode, then error disappear I...

Hi @lhotari I update perf tool in https://github.com/semistone/pulsar/tree/debug_ssues_22601 it only include one commit which modify PerformanceProducer.java to include big payload ( -bp 5 means 5 percent big payload) and BatcherBuilder.KEY_BASED...

> @semistone since you have some way to reproduce this in your own tests, would you be able to test if this can be reproduced with `dispatcherDispatchMessagesInSubscriptionThread=false`? I tested, still...

When I run Gradle6 build, it shows `The baseName property has been deprecated. This is scheduled to be removed in Gradle 7.0. Please use the archiveBaseName property instead.` `The runtimeClasspath...