JacksonYao287 opened a new pull request #496:
URL: https://github.com/apache/ratis/pull/496
## What changes were proposed in this pull request?
```
//LeaderStateImpl.java
void notifySenders() {
senders.forEach(LogAppender::notifyLogAppender);
}
```
if raft , one slow log sender should not block others sender
## What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/RATIS-1399
## How was this patch tested?
no need
--
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]