Hello

We're experiencing strange behavior with sequoia 2.10.8 configured in a
raid1 cluster with 2 postgresql database backends.

It seems like the Recovery mechanism doesn't honor the caseSensitiveParsing
attribute in the virtualdatabase configuration file.
<RequestManager caseSensitiveParsing="true">
...
</RequestManager>



When i try to activate the database backend on the 2nd controller I get
hundreds of these error messages.

Errors:
2007-06-29 11:01:54,187 INFO  controller.recoverylog.RecoverThread Starting
recovery
2007-06-29 11:02:55,390 WARN  DatabaseBackend.xxx.xxx Parsing of request
insert into "Log_AdditionalInfo"  <...>
java.sql.SQLException: Unknown table '"log_additionalinfo"' in this INSERT
statement: 'insert into "Log_AdditionalInfo" <...>
   at org.continuent.sequoia.controller.requests.InsertRequest.parse(
InsertRequest.java:228)
   at
org.continuent.sequoia.controller.loadbalancer.BackendTaskQueues.fetchNextQueryFromBackendTotalOrderQueue
(BackendTaskQueues.java:837)
   at
org.continuent.sequoia.controller.loadbalancer.BackendTaskQueues.getNextEntryToExecute
(BackendTaskQueues.java:1693)
   at
org.continuent.sequoia.controller.loadbalancer.BackendWorkerThread.run(
BackendWorkerThread.java:185)
2007-06-29 11:02:55,690 WARN  DatabaseBackend.xxx.xxx Parsing of request
insert into "Log_AdditionalInfo"  <...>
java.sql.SQLException: Unknown table '"log_additionalinfo"' in this INSERT
statement: 'insert into "Log_AdditionalInfo" <...>
   at org.continuent.sequoia.controller.requests.InsertRequest.parse(
InsertRequest.java:228)
   at
org.continuent.sequoia.controller.loadbalancer.BackendTaskQueues.fetchNextQueryFromBackendTotalOrderQueue
(BackendTaskQueues.java:837)
   at
org.continuent.sequoia.controller.loadbalancer.BackendTaskQueues.getNextEntryToExecute
(BackendTaskQueues.java:1693)
   at
org.continuent.sequoia.controller.loadbalancer.BackendWorkerThread.run(
BackendWorkerThread.java:185)
...
...
...


Is there some configuration setting that I'm missing?

Any help would be appreciated

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

Reply via email to