horizonzy opened a new pull request, #4219:
URL: https://github.com/apache/bookkeeper/pull/4219

   ### Motivation
   In BenchReadThroughputLatency, it generates the ledger zk node path using 
   `String.format("/ledgers/L%010d", ledger.get());`
   
   But if the user uses `HierarchicalLedgerManager`, 
`LegacyHierarchicalLedgerManager`, or `LongHierarchicalLedgerManager`, the 
ledger zk node path is not the same as the way in the 
BenchReadThroughputLatency.
   
   So we need support config the `genLedgerWay` to match the custom 
LedgerManager.


-- 
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]

Reply via email to