Igor Soarez

Results 13 comments of Igor Soarez

Can you write a unit test showing the failure?

Hi Divij, thanks for having a look at this. The metric [is documented](https://github.com/apache/kafka/blob/89c057397ec5ae320aee7e12e1a984b2c14a7fa5/docs/ops.html#L1424-L1428). The goal is to bring it to KRaft.

@mumrah could you review this PR? Thanks

Thanks for the review @mumrah. I've applied your suggestion. It feels a bit strange to have the queue size supplier as an argument in `QuorumControllerMetrics`, but I like that the...

@mumrah a couple of the builds succeeded but some failed with a flaky test — `testFencedLeaderRecovery`. There is already a JIRA for it https://issues.apache.org/jira/browse/KAFKA-14093

@mumrah could you take another look? Thanks

Rebased and simplified the changes. PTAL @mumrah

This breaks anchor navigation. I'm resorting to this terrible hack: ``` js var interval = setInterval(function() { if (window.location.hash) window.location = window.location.hash; }, 100); setTimeout(function() { clearInterval(interval); }, 1000); ```

@showuon could you have a look at this one?

@showuon no worries! Yes, I agree. I think we should backport this to the 3.8 branch. I'm testing the cherry-pick locally against 3.8 now. @jlprat Let us know if you...