WindyGao commented on issue #5914: URL: https://github.com/apache/incubator-doris/issues/5914#issuecomment-848601559
 Arthas monitor is used to monitor when ExportJob task is canceled when it has timed out: `watch org.apache.doris.load.ExportJob cancel "{params,returnObj}" -x 2`  We can see that the parameter passed in cancel() when the task was canceled is null  so failMsg is null when we use showexport stmt:  Arthas monitor watch org.apache.doris.load.ExportJob getFailMsg "{params,returnObj}" -x 2  -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
