fengyubiao
fengyubiao
/pulsarbot rerun-failure-checks
@shibd @Technoboy- This flaky test has been fixed in #16679, we can close this issue now.
assigned to me
Hi @RobertIndie , @coderzc > https://github.com/apache/pulsar/pull/16878 didn't fix the issue. The problem still exists in the latest code. > https://github.com/apache/pulsar/runs/7718272297?check_suite_focus=true #16878 fixed `testManagedCursorMetrics`, the log you provided is another method...
 this test is still flaky
Cause of the problem: - Messages are received out of order. see #17418 - There may be bugs when enabled `streaming dispatch`
Hi @tjiuming > I don't see where the `TxnLogBufferedWriterMetricsDefinition.java`'s `labelNames` and `labelValues` has been set, except in the tests. - `TxnLogBufferedWriterMetricsDefinition` will create by `MlTransactionLogImpl` and `MlPendingAckStore` in next PR....
/pulsarbot rerun-failure-checks
Hi @asafm > Here is what I suggest IMO to make it a bit simpler: 1-6 I've taken care of all the suggestions, could you review this PR again?
Hi @asafm > There is a way to solve this issue by making sure we're not defining metrics twice: We know that we plan to create only one Metrics instance...