hexian55 opened a new issue #2916: doris on es report 500 Internal Privoxy Error URL: https://github.com/apache/incubator-doris/issues/2916 **Describe the bug** A clear and concise description of what the bug is. test doris on es, create es table: CREATE EXTERNAL TABLE `doris_table_test`( `id` int, `name` varchar, `info` varchar, `age` int ) ENGINE=ELASTICSEARCH PROPERTIES( "hosts"="http://xxx:9201", "index"="doris_table_test", "type"="_doc" ); select * from doris_table_test doris version:0.11 es version:7.4.2/6.8.6 Description: from the Doris log, you can see that after the creation of the ES table, Doris can connect to the ES cluster to query the cluster information doris error log 2020-02-13 17:47:17,589 WARN 196 [Coordinator.updateFragmentExecStatus():1171] one instance report fail, query_id=a7e3e63ba43b489b-9df29d7c7a45226f instance_id=a7e3e63ba43b489b-9df29d7c7a452270 2020-02-13 17:47:17,589 WARN 196 [Coordinator.updateStatus():599] one instance report fail throw updateStatus(), need cancel. job id: -1, query id: a7e3e63ba43b489b-9df29d7c7a45226f, instance id: a7e3e63ba43b489b-9df29d7c7a452270 2020-02-13 17:47:17,590 WARN 994 [Coordinator.getNext():617] get next fail, need cancel. query id: a7e3e63ba43b489b-9df29d7c7a45226f 2020-02-13 17:47:17,590 WARN 994 [Coordinator.getNext():637] query failed: Failed to connect to ES server, errmsg is: The requested URL returned error: 500 Internal Privoxy Error 2020-02-13 17:47:17,590 WARN 790 [Coordinator.updateFragmentExecStatus():1171] one instance report fail, query_id=a7e3e63ba43b489b-9df29d7c7a45226f instance_id=a7e3e63ba43b489b-9df29d7c7a452271 2020-02-13 17:47:17,591 WARN 994 [StmtExecutor.execute():298] execute Exception org.apache.doris.common.UserException: Failed to connect to ES server, errmsg is: The requested URL returned error: 500 Internal Privoxy Error at org.apache.doris.qe.Coordinator.getNext(Coordinator.java:644) ~[palo-fe.jar:?] at org.apache.doris.qe.StmtExecutor.handleQueryStmt(StmtExecutor.java:559) ~[palo-fe.jar:?] at org.apache.doris.qe.StmtExecutor.execute(StmtExecutor.java:226) [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