incubator-doris [Bug] Routine load task is paused when table is altering

agyaoht7  于 2022-04-22  发布在  Java
关注(0)|答案(0)|浏览(151)

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.

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题