Closed freeekanayaka closed 9 months ago
Attention: 4 lines
in your changes are missing coverage. Please review.
Comparison is base (
e57e29c
) 73.86% compared to head (4c3ff2b
) 73.98%.
Files | Patch % | Lines |
---|---|---|
src/replication.c | 80.00% | 0 Missing and 3 partials :warning: |
src/recv_append_entries.c | 80.00% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
If a follower is not persisting entries fast enough (e.g. because the disk is full), it will now stop accepting new entries, and will set a status flag for informing the leader of this.
In turn, the leader will stop sending new entries until the follower clears the flag.