You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/03/20 14:12:17 UTC

[GitHub] [incubator-doris] morningman opened a new issue #3168: [Bug] Routine load task is paused when table is altering

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org