liaoxin01 commented on code in PR #67539:
URL: https://github.com/apache/doris/pull/67539#discussion_r3958125603
##########
fe/fe-core/src/main/java/org/apache/doris/load/ExportMgr.java:
##########
@@ -515,8 +519,11 @@ public void replayCreateExportJob(ExportJob job) {
public void replayUpdateJobState(ExportJobStateTransfer stateTransfer) {
writeLock();
try {
- LOG.info("replay update export job: {}, {}",
stateTransfer.getJobId(), stateTransfer.getState());
ExportJob job = exportIdToJob.get(stateTransfer.getJobId());
+ if (job == null) {
Review Comment:
add a warning log.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]