fix error of stop state do not retry bug
This commit is contained in:
@ -54,6 +54,7 @@ public:
|
|||||||
static bool in_ddl_retry_white_list(const int ret_code)
|
static bool in_ddl_retry_white_list(const int ret_code)
|
||||||
{
|
{
|
||||||
return is_not_master(ret_code)
|
return is_not_master(ret_code)
|
||||||
|
|| is_stop_state(ret_code)
|
||||||
|| is_not_exist(ret_code)
|
|| is_not_exist(ret_code)
|
||||||
|| is_retry(ret_code)
|
|| is_retry(ret_code)
|
||||||
|| is_timeout(ret_code)
|
|| is_timeout(ret_code)
|
||||||
|
|||||||
Reference in New Issue
Block a user