-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't update retry state when failed to get ack response. fix #1665
Ack failure is not buffer flush error so it should not update retry state. The problematic node is disabled and its node is excluded at next flush after rollback. To resolve this problem, we add update_retry parameter to Output#rollback_write. This parameter controls rollback behaviour considers retry or not.
- Loading branch information
1 parent
d14ea82
commit 2f40abb
Showing
2 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters