Hi,

I've set up two controllers with two backends mirrored as raid 1 with mysql.

all seems to work fine, but when i try to create tables within the sequoia controller's mysql client the following happens:


jdbc:sequoia://10.0.0.2:25322/test (test) > create table barfoo (i integer, vc varchar); An error occured while executing SQL query (org.continuent.sequoia.common.exceptions.driver.DriverSQLException: Message of cause: Internal exception org.continuent.hedera.adapters.TimeoutException)


a very simple table structure works on the fly, but only with integer fields:

jdbc:sequoia://10.0.0.2:25322/test (test) > create table barfoo (i integer); Affected rows: 0
Query executed in 0 s 130 ms .


ok, perhaps I have an error in my sql statements, but what really concerns me is that a (maybe) wrong statement produces a timeout instead of an error message.

see my confiuration here:

http://kulturbeutel.org/sequoia/controller.xml
http://kulturbeutel.org/sequoia/mysql-raid1.xml

Any Ideas?

best regards,

David
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to