fix OmtNodeBalancer hang

This commit is contained in:
nroskill
2023-04-04 00:11:21 +00:00
committed by ob-robot
parent c8173884d0
commit 669e679f03
10 changed files with 123 additions and 85 deletions

View File

@ -679,6 +679,7 @@ class EventTable
EN_TX_FREE_ROUTE_STATE_SIZE = 2003,
// Transaction common
EN_TX_RESULT_INCOMPLETE = 2011,
EN_THREAD_HANG = 2022,
EVENT_TABLE_MAX = SIZE_OF_EVENT_TABLE
};