chenlinzhong opened a new issue, #9441: URL: https://github.com/apache/incubator-doris/issues/9441
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 98bfeaf560f7ac04f2324499e4dc7cc3bbf0a437 ### What's Wrong? ## All Export job exec error now 2022-05-07 16:48:38,626 INFO (export checker pending|91) [ExportChecker.runPendingJobs():115] run pending export job. job: ExportJob [jobId=19010, label=clzlabel, dbId=10005, tableId=14005, state=PENDING, path=hdfs://szwg-palo-be04.szwg01.baidu.com:9000/user/palo/clz/output/xixi, partitions=(null), progress=0, createTimeMs=2022-05-07 16:48:31, exportStartTimeMs=\N, exportFinishTimeMs=\N, failMsg=ExportFailMsg [cancelType=UNKNOWN, msg=], files=()] 2022-05-07 16:48:38,626 ERROR (export_pending_job_pool-2|217) [MasterTask.run():33] task exec error java.lang.NumberFormatException: For input string: "" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:1.8.0_91] at java.lang.Integer.parseInt(Integer.java:592) ~[?:1.8.0_91] at java.lang.Integer.parseInt(Integer.java:615) ~[?:1.8.0_91] at org.apache.doris.task.ExportPendingTask.makeSnapshots(ExportPendingTask.java:114) ~[palo-fe.jar:1.0-SNAPSHOT] at org.apache.doris.task.ExportPendingTask.exec(ExportPendingTask.java:76) ~[palo-fe.jar:1.0-SNAPSHOT] at org.apache.doris.task.MasterTask.run(MasterTask.java:31) ~[palo-fe.jar:1.0-SNAPSHOT] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_91] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_91] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[?:1.8.0_91] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[?:1.8.0_91] at java.lang.Thread.run(Thread.java:745) ~[?:1.8.0_91] ## Caused by #9005   @caiconghui @yiguolei ### What You Expected? no error ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
