-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove global locking in gossip logging
In go-logging there is a concurrency related bug (it's not thread safe). Before 5f9f6a9 was merged, we fixed our logger locally using this nasty global lock. I'm removing this global lock now because it causes contention and isn't necessary. Better 3 months late than never... Change-Id: I1d1b1530f1ef47258e35297d708b8397be472856 Signed-off-by: Yacov Manevich <yacovm@il.ibm.com>
- Loading branch information
Showing
1 changed file
with
2 additions
and
100 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