Hi, I'm trying to setup a nested RAIDb-10 configuration over four nodes (A, B, C, and D). Two nodes (B and D) will provide the (replicated) RAIDb-1 controller, and will point to nodes A and C respectively. Nodes A and C will actually both be RAIDb-0 controllers where the full database is distributed on the pairs of nodes A+B, and C+D. The problem that I'm having is that there are no example configuration files for such a nested configuration, and I'm getting a rather worrying error on the RAIDb-1 controllers when I attempt to complete the setup:
java.sql.SQLException: Driver org.continuent.sequoia.driver.Driver is not Sequoia compliant I suspect that this is because when I tell the RAIDb-1 controllers on nodes B and D to connect to nodes A and C, they are actually connecting to Sequoia controllers (using org.continuent.sequoia.driver.Driver), rather than physical databases (using org.postgresql.Driver). This suggests that either such a nested configuration isn't actually possible, or I'm missing something in the configuration. I'm using Sequoia 2.10.5. Any help (especially sample configuration files for a nested setup!) would be very much appreciated. Thanks, Jim _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
