lhotari commented on issue #10054: URL: https://github.com/apache/pulsar/issues/10054#issuecomment-822564089
> To "fix" the test I just put a `Thread.sleep(2 * config1.getReplicatedSubscriptionsSnapshotFrequencyMillis())` before the producer gets started. > > One other minor thing in the test is that we don't need to create the subscription in R2 ( Thanks for checking this @merlimat . I tried these changes in this experiment: https://github.com/lhotari/pulsar/commit/2892e25d1654ea0e2c71891ffc89502a637612e3 However, if the subscription isn't created before the producer is created, no messages are received on R2. I wonder if the test case is missing some necessary configuration? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
