remote execute hang because of plan diff with ctrl ser and runner ser

This commit is contained in:
obdev
2021-07-14 10:24:13 +08:00
committed by wangzelin.wzl
parent 42a6e1268b
commit 131c2cf658
12 changed files with 78 additions and 37 deletions

View File

@ -469,6 +469,10 @@ public:
EN_ENABLE_HASH_JOIN_CACHE_AWARE = 251,
EN_SET_DISABLE_HASH_JOIN_BATCH = 252,
// only work for remote execute
EN_DISABLE_REMOTE_EXEC_WITH_PLAN = 255,
EN_REMOTE_EXEC_ERR = 256,
EN_XA_PREPARE_ERROR = 260,
EN_XA_UPDATE_COORD_FAILED = 261,
EN_XA_PREPARE_RESP_LOST = 262,