[ https://forge.continuent.org/jira/browse/SEQUOIA-1110?page=comments#action_15051 ]
Emmanuel Cecchet commented on SEQUOIA-1110: ------------------------------------------- I have committed a new version in CVS HEAD to simplify the timeout management. The main issue is whatever we do, wait or getCurrentTimeInMs might not have a granularity that is fine enough. Therefore we can just rely on wait and check if the task has completed or not when wait returns. > Error message "No backend thread succeeded to commit transaction" sometimes > shows in the log files > -------------------------------------------------------------------------------------------------- > > Key: SEQUOIA-1110 > URL: https://forge.continuent.org/jira/browse/SEQUOIA-1110 > Project: Sequoia > Type: Bug > Components: Core > Versions: sequoia 2.10.10 > Reporter: Stephane Giron > Assignee: Robert Hodges > Priority: Critical > Fix For: sequoia 2.10.11 > > > In this case, the CommitTask did not succeed (success=0) but the exceptions > List is null. > SQLException while executing distributed commit > java.sql.SQLException: No backend thread succeeded to commit transaction 929 > at > org.continuent.sequoia.controller.loadbalancer.raidb1.RAIDb1.commit(RAIDb1.java:1320) > > at > org.continuent.sequoia.controller.virtualdatabase.protocol.DistributedCommit.executeCommand(DistributedCommit.java:125) > > at > org.continuent.sequoia.controller.virtualdatabase.protocol.DistributedTransactionMarker.handleMessageMultiThreaded(DistributedTr\ > > ansactionMarker.java:131) > at > org.continuent.sequoia.controller.virtualdatabase.DistributedVirtualDatabase.handleMessageMultiThreaded(DistributedVirtualDataba\ > > se.java:364) > at > org.continuent.hedera.adapters.MulticastRequestAdapterThread.run(MulticastRequestAdapterThread.java:102 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://forge.continuent.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
