You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/03/22 07:08:34 UTC

[GitHub] [incubator-doris] killxdcj opened a new issue #5548: [Enhancement] StreamLoadPlanner's error log needs to be improved.

killxdcj opened a new issue #5548:
URL: https://github.com/apache/incubator-doris/issues/5548


   StreamLoadPlanner's error log needs to be improved.
   
   1. In OlapTableSink checked partitionIds without error message.
   2021-03-09 17:12:47,464 WARN (thrift-server-pool-42|222) [FrontendServiceImpl.streamLoadPut():841] catch unknown result.
   
   > java.lang.IllegalStateException: null
   >         at com.google.common.base.Preconditions.checkState(Preconditions.java:492) ~[spark-dpp-1.0.0.jar:?]
   >         at org.apache.doris.planner.OlapTableSink.<init>(OlapTableSink.java:88) ~[palo-fe.jar:?]
   >         at org.apache.doris.planner.StreamLoadPlanner.plan(StreamLoadPlanner.java:145) ~[palo-fe.jar:?]
   >         at org.apache.doris.service.FrontendServiceImpl.streamLoadPutImpl(FrontendServiceImpl.java:885) ~[palo-fe.jar:?]
   >         at org.apache.doris.service.FrontendServiceImpl.streamLoadPut(FrontendServiceImpl.java:835) [palo-fe.jar:?]
   >         at org.apache.doris.thrift.FrontendService$Processor$streamLoadPut.getResult(FrontendService.java:1753) [palo-fe.jar:?]
   >         at org.apache.doris.thrift.FrontendService$Processor$streamLoadPut.getResult(FrontendService.java:1738) [palo-fe.jar:?]
   >         at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39) [libthrift-0.9.3.jar:0.9.3]
   >         at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39) [libthrift-0.9.3.jar:0.9.3]
   >         at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:286) [libthrift-0.9.3.jar:0.9.3]
   >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
   >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
   >         at java.lang.Thread.run(Thread.java:834) [?:?]
   
   2. Then we can't see a specific cause of failure on the BE Coordinator and Client side.
   
   > W0309 17:12:47.464723 2456184 stream_load.cpp:448] plan streaming load failed. errmsg=id=19479a48662e05e6-14a4b93823a73594, job_id=-1, txn_id=958866, label=aEGyQWOhLLBrboppmiBT


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] yangzhg closed issue #5548: [Enhancement] StreamLoadPlanner's error log needs to be improved.

Posted by GitBox <gi...@apache.org>.
yangzhg closed issue #5548:
URL: https://github.com/apache/incubator-doris/issues/5548


   


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org