morningman opened a new issue #3168: [Bug] Routine load task is paused when 
table is altering
URL: https://github.com/apache/incubator-doris/issues/3168
 
 
   **Describe the bug**
   First, create a routine load job, than begin to alter the table, the job may 
be pause
   because following error:
   
   ```
   Mapping column is not in table. column: __doris_shadow_k2
   ```
   
   **How to resolve**
   This is because before each task is executed, the `columnExprs` of the job
   is modified without being restored. This can also cause memory leaks.
   

----------------------------------------------------------------
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