-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finagle-Core: add MinSendBackupAfterMs to config in BackupRequestFilter
Problem The `MinSendBackupAfterMs` is now set to 1 ms. Unfortunately this causes backup requests to be send when there is low load. Solution Added `MinSendBackupAfterMs` to the stack param Configured in BackupRequestFilter and propagated changes to MethodBuilder by adding new versions of idempotent function. Result Developers will be able to set their own value of MinSendBackupAfterMs if necessary. Closes #905 fixes #923 Signed-off-by: Helen Woldesenbet <[email protected]> JIRA Issues: CSL-11648 Differential Revision: https://phabricator.twitter.biz/D825503
- Loading branch information
1 parent
c06e520
commit b0b8a6b
Showing
8 changed files
with
286 additions
and
17 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
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
Oops, something went wrong.