morningman opened a new pull request #3106: [Alter] Alter job got stuck because 
of table is untable
URL: https://github.com/apache/incubator-doris/pull/3106
 
 
   This CL solve the issue #3105 
   
   I add a new temporary table state `WAITING_STABLE`. 
   
   When an alter job is ready to start, it checks whether the table is stable. 
If it is not stable,
   the table state is set to `WAITING_STABLE`. In this state, the tablet repair 
logic will continue to 
   repair the tablet until the table becomes stable.
   
   After that, the table state will be reset to SCHEMA_CHANGE/ROLLUP and alter 
operations will begin.
   
   This is just a temporary state, it does not need to be persistent, and only 
the master FE can see this state.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to