kaka11chen opened a new issue #9426: Router sometimes throws http 500 response error. URL: https://github.com/apache/druid/issues/9426 Router sometimes throws http 500 response error. ### Affected Version 0.12.0 ### Description Router sometimes throws http 500 response error. It will throw these errors: `Remote driver error: IllegalStateException: Statement[1] does not exist at org.apache.calcite.avatica.Helper.createException(Helper.java:54) at org.apache.calcite.avatica.Helper.createException(Helper.java:41) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:163) at org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:217) at org.apache.commons.dbcp2.DelegatingStatement.execute(DelegatingStatement.java:290) at org.apache.commons.dbcp2.DelegatingStatement.execute(DelegatingStatement.java:290) at org.apache.ibatis.executor.statement.SimpleStatementHandler.query(SimpleStatementHandler.java:72) at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:73) at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:60) at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:267) at org.apache.ibatis.executor.BaseExecutor.query$original$CIFRz3Y4(BaseExecutor.java:137) at org.apache.ibatis.executor.BaseExecutor.query$original$CIFRz3Y4$accessor$xDotG0yh(BaseExecutor.java) at org.apache.ibatis.executor.BaseExecutor$auxiliary$kwAxUlmp.call(Unknown Source) at com.youzan.rontgen.sniffer.instrument.intercept.InstMethodsInter.intercept(InstMethodsInter.java:94) at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java) at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:96) at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:77) at sun.reflect.GeneratedMethodAccessor356.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49) at com.youzan.platform.service_chain.interceptor.MybatisInterceptor.intercept(MybatisInterceptor.java:64) at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:60) at com.sun.proxy.$Proxy346.query(Unknown Source) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:108) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:102) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:66) at sun.reflect.GeneratedMethodAccessor364.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:358) ... 122 common frames omitted`
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
