修复宕机问题
This commit is contained in:
parent
5f0e4c444c
commit
30248885d0
@ -203,7 +203,7 @@ GSNode* GSMgr::AllocNode(int channel)
|
|||||||
{
|
{
|
||||||
sorted_node_hash_.size(),
|
sorted_node_hash_.size(),
|
||||||
node_key_hash_.size(),
|
node_key_hash_.size(),
|
||||||
sorted_nodes->size(),
|
sorted_nodes ? sorted_nodes->size() : 0,
|
||||||
channel
|
channel
|
||||||
});
|
});
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user