-
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.
Resolved race condition in collector when calling
Shutdown
(#4878)
* Refactored collector shutdown pattern to remove race condition Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com> * Updated changelog Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com> * Remove Created state from collector to make shutdown behave more in line with language standards Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com> * Removed log from shutdown recover that caused race condition Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com> * Added lint ignore for shutdown recover Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com>
- Loading branch information
Corbin Phelps
authored
Mar 2, 2022
1 parent
5f2d874
commit 02d0fe5
Showing
3 changed files
with
47 additions
and
7 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