[ https://forge.continuent.org/jira/browse/SEQUOIA-930?page=all ] Mathieu Peltier closed SEQUOIA-930: -----------------------------------
Tested > Transaction not started when trying to execute write request after failover > on read request within a transaction > ---------------------------------------------------------------------------------------------------------------- > > Key: SEQUOIA-930 > URL: https://forge.continuent.org/jira/browse/SEQUOIA-930 > Project: Sequoia > Type: Bug > Components: Core > Versions: Sequoia 2.10.6 > Reporter: Damian Arregui > Assignee: Mathieu Peltier > Priority: Critical > Fix For: Sequoia 2.10.7 > > > Test case: > - start cluster and enable all backends > - start transaction on controller 1 > - execute read request: will start real transaction only locally on > controller 1 (because the transaction is read only at this point) > - before that controller 1 sends results to client, close connection between > client and controller 1 > - client gets EOFException: will abort local transaction on controller 1 and > then reconnects on controller 2 > - the read request is then executed again on controller 2 (failover) > - execute write request on controller 2: request will be broadcasted on > controller 1 but the transaction is not reopened here. The backend of > controller 1 is then disabled because write request succeeds on controller 2 > but fails on controller 1 <--- ERROR -- 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
