You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by "Nicklee007 (via GitHub)" <gi...@apache.org> on 2023/05/09 07:38:04 UTC

[GitHub] [bookkeeper] Nicklee007 opened a new pull request, #3950: Add dynamic set InFlightReadEntryNumInLedgerChecker command

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

   ### Motivation
   Through dynamic change `InFlightReadEntryNumInLedgerChecker` config to control auditor check ledger rate which too fast will cause much read entry timeout exception and cause some bad influence for bookie performance.
   
   ### Changes
   1.  Auditor will get `InFlightReadEntryNumInLedgerChecker` from znode `/ledgers/underreplication/inFlightReadEntryNumInLedgerChecker`;
   2. Add the shell command to change `InFlightReadEntryNumInLedgerChecker` from znode;
   3. Add some unit test.
   


-- 
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: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org