jamesnetherton opened a new issue #2814:
URL: https://github.com/apache/camel-quarkus/issues/2814


   With Camel 3.11 tests that use the `solrCloud` endpoint scheme are failing. 
Seems there's an endless attempt trying to connect to ZooKeeper.
   
   ```
   2021-06-21 10:41:58,525 INFO  [org.apa.zoo.ZooKeeper] (executor-thread-0) 
Initiating client connection, connectString=localhost:49466/solr/collection1 
sessionTimeout=45000 
watcher=org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor@1471977f
   2021-06-21 10:41:58,525 INFO  [org.apa.zoo.ClientCnxnSocket] 
(executor-thread-0) jute.maxbuffer value is 1048575 Bytes
   2021-06-21 10:41:58,526 INFO  [org.apa.zoo.ClientCnxn] (executor-thread-0) 
zookeeper.request.timeout value is 0. feature enabled=false
   2021-06-21 10:41:58,526 INFO  [org.apa.sol.com.clo.ConnectionManager] 
(executor-thread-0) Waiting for client to connect to ZooKeeper
   2021-06-21 10:41:58,526 INFO  [org.apa.zoo.ClientCnxn] 
(executor-thread-0-SendThread(localhost:49466)) Opening socket connection to 
server localhost/127.0.0.1:49466.
   2021-06-21 10:41:58,527 INFO  [org.apa.zoo.ClientCnxn] 
(executor-thread-0-SendThread(localhost:49466)) SASL config status: Will not 
attempt to authenticate using SASL (unknown error)
   2021-06-21 10:41:58,527 INFO  [org.apa.zoo.ClientCnxn] 
(executor-thread-0-SendThread(localhost:49466)) Socket connection established, 
initiating session, client: /127.0.0.1:40638, server: localhost/127.0.0.1:49466
   2021-06-21 10:41:58,529 WARN  [org.apa.zoo.ClientCnxn] 
(executor-thread-0-SendThread(localhost:49466)) Session 0x0 for sever 
localhost/127.0.0.1:49466, Closing socket connection. Attempting reconnect 
except it is a SessionExpiredException.: java.io.IOException: Packet len 
1213486160 is out of range!
        at 
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:121)
        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:84)
        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
   ```
   
   I'm disabling the problem tests for now.


-- 
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


Reply via email to