Flaky-test: MetadataStoreStatsTest#testBatchMetadataStoreMetrics
Search before asking
- [X] I searched in the issues and found nothing similar.
Example failure
https://github.com/labuladong/pulsar/actions/runs/3376057575/jobs/5603501145#step:10:1208
Exception stacktrace
Full exception stacktrace
Error: Tests run: 7, Failures: 2, Errors: 0, Skipped: 5, Time elapsed: 28.876 s
Are you willing to submit a PR?
- [ ] I'm willing to submit a PR!
I notice this test is added in https://github.com/apache/pulsar/pull/17072 yesterday.
cc @tjiuming
another one:
- https://github.com/apache/pulsar/actions/runs/3437251092/jobs/5731951247
sorry for missed the issue, I'll check it later
Another one: https://github.com/apache/pulsar/actions/runs/3471025967/jobs/5800196390
Another one: https://github.com/apache/pulsar/actions/runs/3496355710/jobs/5854319305
cannot reproduce the issue on my local. When MetadataStoreConfig#metadataStoreName is a empty string, this issue happens, but I've checked everywhere, the field must not be empty
The issue had no activity for 30 days, mark with Stale label.
Yet another one: https://github.com/apache/pulsar/actions/runs/3995672027/jobs/6855066875#step:11:1233
cannot reproduce the issue on my local. When MetadataStoreConfig#metadataStoreName is a empty string, this issue happens, but I've checked everywhere, the field must not be empty
@tjiuming This was fairly easy to reproduce with @Test(invocations = 100). I created a fix in #19329. Please review
The problem remains. Example failure: https://github.com/apache/pulsar/actions/runs/4072071397/jobs/7016199219#step:11:1265
There's more debug logging after the #19329 changes so it might be easier to find out what is going on.
The issue had no activity for 30 days, mark with Stale label.