java.lang.StackOverflowError in
org.continuent.sequoia.driver.Driver.connectToNextController
--------------------------------------------------------------------------------------------
Key: SEQUOIA-993
URL: https://forge.continuent.org/jira/browse/SEQUOIA-993
Project: Sequoia
Type: Bug
Components: JDBC Driver
Versions: Sequoia 2.10.9
Environment: Linux Redhat 5, MySQL 5.0.22, jdk 1.6
Reporter: Malte Altmann
I built a cluster with around 500 vdbs. When I try to check the connectivity
(by connecting to every instance), I only reach the vdbs from 1-~203.
Then the jdbc driver throws the following exception:
Exception in thread "pool-2-thread-1" java.lang.StackOverflowError
at java.lang.Exception.<init>(Exception.java:41)
at java.io.IOException.<init>(IOException.java:41)
at java.net.SocketException.<init>(SocketException.java:29)
at java.net.PlainSocketImpl.socketCreate(Native Method)
at java.net.PlainSocketImpl.create(PlainSocketImpl.java:107)
at java.net.Socket.createImpl(Socket.java:385)
at java.net.Socket.connect(Socket.java:517)
at java.net.Socket.connect(Socket.java:469)
at
org.continuent.sequoia.driver.Driver.connectToNextController(Driver.java:520)
at
org.continuent.sequoia.driver.Driver.connectToNextController(Driver.java:552)
at
org.continuent.sequoia.driver.Driver.getConnectionToNewController(Driver.java:414)
at org.continuent.sequoia.driver.Driver.connect(Driver.java:356)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia