hexian55 commented on issue #2916: doris on es report 500 Internal Privoxy Error URL: https://github.com/apache/incubator-doris/issues/2916#issuecomment-587312127 I'm sure it's not the ES cluster configuration and network problems. please see my issue Description,if i set es Index does not exist,the error msg like this: 2020-02-18 14:58:43,266 WARN 4691 [StmtExecutor.analyze():465] Analyze failed because java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_242] at java.util.ArrayList.get(ArrayList.java:433) ~[?:1.8.0_242] at org.apache.doris.planner.EsScanNode.getShardLocations(EsScanNode.java:220) ~[palo-fe.jar:?] at org.apache.doris.planner.EsScanNode.finalize(EsScanNode.java:102) ~[palo-fe.jar:?] at org.apache.doris.planner.Planner.createPlanFragments(Planner.java:162) ~[palo-fe.jar:?] at org.apache.doris.planner.Planner.plan(Planner.java:78) ~[palo-fe.jar:?] at org.apache.doris.qe.StmtExecutor.analyze(StmtExecutor.java:453) [palo-fe.jar:?] at org.apache.doris.qe.StmtExecutor.execute(StmtExecutor.java:213) [palo-fe.jar:?] at org.apache.doris.qe.ConnectProcessor.handleQuery(ConnectProcessor.java:168) [palo-fe.jar:?] at org.apache.doris.qe.ConnectProcessor.dispatch(ConnectProcessor.java:259) [palo-fe.jar:?] at org.apache.doris.qe.ConnectProcessor.processOnce(ConnectProcessor.java:393) [palo-fe.jar:?] at org.apache.doris.qe.ConnectProcessor.loop(ConnectProcessor.java:403) [palo-fe.jar:?] at org.apache.doris.qe.ConnectScheduler$LoopHandler.run(ConnectScheduler.java:172) [palo-fe.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_242] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_242] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_242] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_242] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org