This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused sleepForBackoff() (#3432)
**Goals (and why)**: - Fix #3402 (by removing the confusing method) **Implementation Description (bullets)**: - Remove the sleepForBackoff() method from `AbstractTransactionManager`, and calls to it when retrying **Testing (What was existing testing like? What have you done to improve it?)**: - There wasn't a test that we backoff (but this is expected, since no implementations exist in the Atlas codebase, nor in internal repositories, looking at a code-search) **Concerns (what feedback would you like?)**: - Did I miss any places where this is actually used? I did a find-usages + a search for `sleepForBackoff()` on internal github. - Should we support some kind of backoff? **Where should we start reviewing?**: `AbstractTransactionManager.java` **Priority (whenever / two weeks / yesterday)**: Whenever. This is more a cleanliness/hygiene thing.
- Loading branch information
1 parent
fd7f35b
commit 17a282e
Showing
4 changed files
with
6 additions
and
6 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
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