apache / linkis

Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
https://linkis.apache.org/
Apache License 2.0
3.29k stars 1.16k forks source link

Fix linkis cli npe error #4919

Closed sjgllgh closed 11 months ago

sjgllgh commented 11 months ago

What is the purpose of the change

fix bug :When a task is submitted concurrently, the linkis-cli client reports a null pointer and exits abnormally, and the background of the task runs normally

Related issues/PRs

Related issues: #4918

Brief change log

Checklist