buffaloDeveloper commented on issue #5326: URL: https://github.com/apache/druid/issues/5326#issuecomment-1887457771
I am seeing the same issue. Did anyone find a way to resolve this? ``` 2024-01-11T14:30:46,784 DEBUG [HttpClient-Netty-Worker-2] org.apache.druid.java.util.http.client.NettyHttpClient - [POST http://192.168.156.244:8088/druid/indexer/v1/action] Caught exception org.jboss.netty.handler.timeout.ReadTimeoutException: null at org.jboss.netty.handler.timeout.ReadTimeoutHandler.<clinit>(ReadTimeoutHandler.java:84) ~[netty-3.10.6.Final.jar:?] at org.apache.druid.java.util.http.client.NettyHttpClient.go(NettyHttpClient.java:180) ~[druid-core-25.0.0.jar:25.0.0] at org.apache.druid.rpc.ServiceClientImpl.lambda$tryRequest$2(ServiceClientImpl.java:162) ~[druid-server-25.0.0.jar:25.0.0] at org.apache.druid.rpc.ServiceClientImpl$2.onSuccess(ServiceClientImpl.java:391) ~[druid-server-25.0.0.jar:25.0.0] at org.apache.druid.rpc.ServiceClientImpl$2.onSuccess(ServiceClientImpl.java:381) ~[druid-server-25.0.0.jar:25.0.0] at com.google.common.util.concurrent.Futures$4.run(Futures.java:1181) ~[guava-16.0.1.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?] 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:829) ~[?:?] ``` -- 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]
