lhotari commented on issue #21958: URL: https://github.com/apache/pulsar/issues/21958#issuecomment-2329835010
I'm not able to reproduce. compiling Pulsar branch with rebased flux-test patch for pulsar-perf ``` git clone --depth 1 -b lh-issue21958-flux-test https://github.com/lhotari/pulsar cd pulsar mvn -Pcore-modules,-main -T 1C clean install -DskipTests -Dspotbugs.skip=true -Dcheckstyle.skip=true -Dlicense.skip=true -DnarPluginPhase=none ``` running Pulsar from master branch. ``` rm -rf data PULSAR_STANDALONE_USE_ZOOKEEPER=1 bin/pulsar standalone -nss -nfw 2>&1 | tee standalone.log ``` running consumer ``` bin/pulsar-perf consume test --test-reactor -sp Earliest -st Key_Shared -ss sub1 ``` running producer ``` bin/pulsar-perf produce test -mk random -r 50000 ``` @semistone @pqab Are you able to reproduce with master branch version of Pulsar? how about of branches/releases? Is this issue resolved? -- 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]
