Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
cdc-3.2.0
-
None
-
None
Description
Unlike StarRocks, Doris metadata applier doesn't check if state is finished. So if we're executing schema changes consecutively, Doris connector will complain with:
- <TABLE>'s state(SCHEMA_CHANGE) is not NORMAL. Do not allow doing ALTER ops
this exception. Adding loopcheck and ensures table state to be NORMAL before returning should help.