Skip to content
Snippets Groups Projects
Commit ceb5890d authored by LaurenceLiZhixin's avatar LaurenceLiZhixin
Browse files

fix

parent ec11801a
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@ func GetAndRefreshState() bool {
}
// TryRefreshBlackList start 3 gr to check at most block=16 invokers in black list
// if is available remove from black list
// if target invoker is available, then remove it from black list
func TryRefreshBlackList() {
if atomic.CompareAndSwapInt32(&blackListRefreshing, 0, 1) {
wg := sync.WaitGroup{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment