WillemJiang commented on issue #253: when AbortEvent is late URL: https://github.com/apache/incubator-servicecomb-saga/issues/253#issuecomment-414056660 Normally the TxStartedEvent can only come with TxEndedEvent or TxAbortedEvent. If you send the event like this ``` blockingStub.onTxEvent(someGrpcEvent(TxStartedEvent, anotherSagaGlobalId, anotherEndPointLocalId)); blockingStub.onTxEvent(someGrpcEvent(TxEndedEvent, anotherSagaGlobalId, anotherEndPointLocalId)); blockingStub.onTxEvent(someGrpcEvent(TxAbortedEvent, anotherSagaGlobalId, anotherEndPointLocalId)); ``` Alpha Server cannot tell if the TxEvent is right or not. BTW, Alpha Server won't componestate the other event if they are not share the same global transaction id.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
