Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear async-context inside RRLB health checking (#2220)
Motivation: Health checking is an indefinite process (for as long as the host is present), and relying on async-context can lead to misbehavior with code storing stuff in it. Modification: Upon subscribing for the health-check process, we clear async-context. Result: No state maintained in async-context for the lifetime of health-checking.
- Loading branch information