Fix unexpected is_synced flag after error
This commit is contained in:

committed by
wangzelin.wzl

parent
118f0e1943
commit
de361652db
@ -1843,7 +1843,9 @@ int ObSyncTabletAutoincSeqCtx::sync()
|
||||
LOG_WARN("failed to call and process", K(ret));
|
||||
}
|
||||
}
|
||||
is_synced_ = true;
|
||||
if (OB_SUCC(ret)) {
|
||||
is_synced_ = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user