-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SQL] In InsertIntoFSBasedRelation.insert, log cause before abort job/task. #6105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32576 has started for PR 6105 at commit |
|
Test build #32576 has finished for PR 6105 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
|
LGTM, merging to master and branch-1.4. |
…/task. We need to add a log entry before calling `abortTask`/`abortJob`. Otherwise, an exception from `abortTask`/`abortJob` will shadow the real cause. cc liancheng Author: Yin Huai <[email protected]> Closes #6105 from yhuai/logCause and squashes the following commits: 8dfe0d8 [Yin Huai] Log cause. (cherry picked from commit b061bd5) Signed-off-by: Cheng Lian <[email protected]>
…/task. We need to add a log entry before calling `abortTask`/`abortJob`. Otherwise, an exception from `abortTask`/`abortJob` will shadow the real cause. cc liancheng Author: Yin Huai <[email protected]> Closes apache#6105 from yhuai/logCause and squashes the following commits: 8dfe0d8 [Yin Huai] Log cause.
…/task. We need to add a log entry before calling `abortTask`/`abortJob`. Otherwise, an exception from `abortTask`/`abortJob` will shadow the real cause. cc liancheng Author: Yin Huai <[email protected]> Closes apache#6105 from yhuai/logCause and squashes the following commits: 8dfe0d8 [Yin Huai] Log cause.
…/task. We need to add a log entry before calling `abortTask`/`abortJob`. Otherwise, an exception from `abortTask`/`abortJob` will shadow the real cause. cc liancheng Author: Yin Huai <[email protected]> Closes apache#6105 from yhuai/logCause and squashes the following commits: 8dfe0d8 [Yin Huai] Log cause.
We need to add a log entry before calling
abortTask/abortJob. Otherwise, an exception fromabortTask/abortJobwill shadow the real cause.cc @liancheng