Hi Stéphane,

All seems to be fine but I have many logs like that on both controllers:
17:09:14,557 WARN jgroups.protocols.UDP discarded message from different group "alpha" (our group is "debug"). Sender was 10.1.100.1:32803
This is because you are using the same multicast address for both virtual databases. You should use a different JGroups configuration file for each to specify a different multicast address.
And it seems that my modifications are not executed :
jdbc:sequoia://controller1,controller2/alpha (admin) > load /usr/local/sequoia-2.10.10-bin/backup/foo
Loading from /usr/local/sequoia-2.10.10-bin/backup/foo
CREATE TABLE pg_ts_dict ( dict_name text NOT NULL, dict_init regprocedure, dict_initoption text, dict_lexize regprocedure NOT NULL, dict_comment text);
Query executed in 0 s 139 ms .
Query executed in 0 s 0 ms .
I am not sure what that second query execution time is for?
jdbc:sequoia://controller1,controller2/alpha (admin) > show tables
+------------+
| tables     |
+------------+
| pg_ts_dict |
+------------+
Well it looks like the table was created but as I don't know what's in your configuration file, it's hard to tell on which backends/database it has been created. Double-check your DatabaseBackend definitions.

Hope this helps,
Emmanuel

--
Emmanuel Cecchet
FTO @ Frog Thinker Open Source Development & Consulting
--
Web: http://www.frogthinker.org
email: [EMAIL PROTECTED]
Skype: emmanuel_cecchet

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

Reply via email to