WeBankFinTech / Exchangis

Exchangis is a lightweight,highly extensible data exchange platform that supports data transmission between structured and unstructured heterogeneous data sources
https://github.com/WeBankFinTech/Exchangis.git
Apache License 2.0
448 stars 208 forks source link

[Bug] When hive imports mysql and reports an error due to primary key conflict, the task cannot be stopped #331

Closed jefftlin closed 2 years ago

jefftlin commented 2 years ago

Search before asking

Exchangis Component

exchangis-plugins

What happened + What you expected to happen

When hive imports data into mysql, it reports an error in the background due to the primary key conflict, but the front-end task will always run and not be terminated (Figure 1). Without actively killing manually, it will lead to:

  1. the sqoop process always exists;

  2. Error when viewing detailed task log (Figure 2);

  3. There is no specific error reason in the returned real-time log, which is unfriendly. image image

Relevent platform

Browser

Reproduction script

appconn

Anything else

No response

Are you willing to submit a PR?

jefftlin commented 2 years ago

This issue have been completed by pr 347