poorbarcode opened a new pull request, #16679:
URL: https://github.com/apache/pulsar/pull/16679
Master Issue: #15370
### Motivation
see #15370
### Modifications
When the writer thread processes slowly, the scheduleAtFixedRate task will
continue to append tasks to the ledger thread, this burdens the ledger thread
and leads to an avalanche.
Changes: After a scheduled task is executed, add the next one.
### Documentation
- [x] `doc-required`
- [ ] `doc-not-needed`
- [ ] `doc`
- [ ] `doc-complete`
--
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]