-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(3/x) Disable retries (for now) if this is an ExecuteStatement call
I don't like using state for this. But thrift doesn't make it easy to pass arbitrary flags to its execution methods. AFAIK thread pools are thread local so this shouldn't cause race conditions. This could affect our plans for async execution in in the future, though Signed-off-by: Jesse Whitehouse <[email protected]>
- Loading branch information
Jesse Whitehouse
committed
Jul 26, 2023
1 parent
6278365
commit 6a5635b
Showing
2 changed files
with
24 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