Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Watcher - workaround for potential deadlock (#47603)
7.3.0 fixes this issue by changing the locking strategy in #41451. However, that change is not part of 6.x and the change here is a minimal workaround to prevent the potential of deadlock. This change will no longer retry failed bulk requests that go through the BulkProcessor for Watcher. Specifically this removes the retry logic when adding Watcher history and Triggered watches when the Bulk request failed. Related #47599
- Loading branch information