Hi,
I try to add a second virtualdatabase named "alpha" ( first is "debug") to my cluster.
I followed this way:

* on controller1 then controller2:
load virtualdatabase configuration /usr/local/sequoia-2.10.10-bin/config/virtualdatabase/alpha.xml init
* on controller1:
backup node1 alpha-initial-2008092300 pgsql /usr/local/sequoia-2.10.10-bin/backup/
enable node1
transfer dump alpha-initial-2008092300 10.1.100.2:1090
expert on
restore log alpha-initial-2008092300 10.1.100.2:1090
* on controller2:
restore backend node2 alpha-initial-2008092300
enable node2

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 17:09:15,561 WARN jgroups.protocols.UDP discarded message from different group "alpha" (our group is "debug"). Sender was 10.1.100.1:32803 17:09:19,354 WARN jgroups.protocols.UDP discarded message from different group "debug" (our group is "alpha"). Sender was 10.1.100.2:32785 17:09:19,521 WARN jgroups.protocols.UDP discarded message from different group "debug" (our group is "alpha"). Sender was 10.1.100.1:32799 17:09:20,981 WARN jgroups.protocols.UDP discarded message from different group "debug" (our group is "alpha"). Sender was 10.1.100.1:32799

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 .
jdbc:sequoia://controller1,controller2/alpha (admin) > show tables
+------------+
| tables     |
+------------+
| pg_ts_dict |
+------------+

but

>psql -h node1 -U admin alpha
alpha=> \d
No relations found.
same on node2

Do i have forgotten something ? (i think yes, but what ? :) )

Have a nice day.
--
Stéphane Salès
Yooget
http://www.yooget.com

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

Reply via email to