EmmyMiao87 commented on a change in pull request #1235: Support SSL
authentication with Kafka in routine load job
URL: https://github.com/apache/incubator-doris/pull/1235#discussion_r290564252
##########
File path: fe/src/main/java/org/apache/doris/load/Load.java
##########
@@ -2348,7 +2354,7 @@ public boolean updateLoadJobState(LoadJob job, JobState
destState, CancelType ca
Catalog.getInstance().getEditLog().logLoadDone(job);
break;
case CANCELLED:
- processCancelled(job, cancelType, errMsg);
+ processCancelled(job, cancelType, errMsg, failedMsg);
Review comment:
please keep neat
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]