TSG-1198:自检分流规则添加读写锁的释放
This commit is contained in:
@@ -423,5 +423,7 @@ int tfe_mgr_alive_node_RR_get(struct tfe_mgr *mgr,int *last_tfe_id_index){
|
||||
*last_tfe_id_index = i;
|
||||
tfe_id = mgr->tfe_alive_nodes[i];
|
||||
}
|
||||
pthread_rwlock_unlock(&(mgr->rwlock));
|
||||
return tfe_id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user