incubator-doris [Bug] 1.0.0-rc3 show routine load task raise NullPointerException when no BE scheduled for job

8e2ybdfx  于 2022-04-22  发布在  Java
关注(0)|答案(0)|浏览(121)

Search before asking

  • I had searched in the issues and found no similar issues.

Version

1.0.0-rc3

What's Wrong?

mysql> show routine load task where jobname='xxxx_job';
ERROR 1105 (HY000): NullPointerException, msg: null

What You Expected?

Show task info all time.

+-----------------------------------+-------+-----------+--------+---------------------+------------------+---------+------+---------------------------------------------+
| TaskId                            | TxnId | TxnStatus | JobId  | CreateTime          | ExecuteStartTime | Timeout | BeId | DataSourceProperties                        |
+-----------------------------------+-------+-----------+--------+---------------------+------------------+---------+------+---------------------------------------------+
| ba13af7c8fdb4e2f-8756c88ce9352ed4 | -1    | UNKNOWN   | 308736 | 2022-04-21 17:11:13 | NULL             | 10      | -1   | {"3":129276321,"12":18835284}               |
| 5ece38431c3e4186-be8048d8c22aceda | -1    | UNKNOWN   | 308736 | 2022-04-21 17:11:13 | NULL             | 10      | -1   | {"4":129958242,"13":19052482}               |
| f1ead71cea5d41c2-98dbeed292d39b18 | -1    | UNKNOWN   | 308736 | 2022-04-21 17:11:34 | NULL             | 10      | -1   | {"0":132406911,"18":18535652,"9":18576499}  |
| e76ade4414744eb5-b423f251409fa045 | -1    | UNKNOWN   | 308736 | 2022-04-21 17:11:44 | NULL             | 10      | -1   | {"1":129408719,"19":19057938,"10":18656484} |
| d671050af6834cc7-ade6f62ad86ae3ae | -1    | UNKNOWN   | 308736 | 2022-04-21 17:11:44 | NULL             | 10      | -1   | {"16":18588334,"7":19159072}                |
| 4e238b0175ea4578-a87a30b4901a53f4 | -1    | UNKNOWN   | 308736 | 2022-04-21 17:12:06 | NULL             | 10      | -1   | {"6":132060045,"15":18454673}               |
| ecce1f995ae041cf-b89e6b06e3df5eb4 | -1    | UNKNOWN   | 308736 | 2022-04-21 17:12:27 | NULL             | 10      | -1   | {"5":131483023,"14":19072369}               |
| a2253d8919148d7-9035d94e4fb7ad21  | -1    | UNKNOWN   | 308736 | 2022-04-21 17:12:27 | NULL             | 10      | -1   | {"17":18439411,"8":18572752}                |
| 8cc641790b2340fa-b9198f2ce6bc3e79 | -1    | UNKNOWN   | 308736 | 2022-04-21 17:12:31 | NULL             | 10      | -1   | {"2":131871911,"20":18791239,"11":18841226} |
+-----------------------------------+-------+-----------+--------+---------------------+------------------+---------+------+---------------------------------------------+

How to Reproduce?

  • No response*

Anything Else?

  • No response*

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

暂无答案!

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

相关问题