[
https://issues.apache.org/jira/browse/SCB-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607944#comment-16607944
]
ASF GitHub Bot commented on SCB-856:
------------------------------------
WillemJiang commented on a change in pull request #291: SCB-856 Alpha TCC data
persistence WIP
URL:
https://github.com/apache/incubator-servicecomb-saga/pull/291#discussion_r216123899
##########
File path: alpha/alpha-server/src/main/resources/schema-postgresql.sql
##########
@@ -68,3 +68,35 @@ CREATE TABLE IF NOT EXISTS TxTimeout (
);
CREATE INDEX IF NOT EXISTS saga_timeouts_index ON TxTimeout (surrogateId,
expiryTime, globalTxId, localTxId, status);
+
+CREATE TABLE IF NOT EXISTS TccParticipateEvent (
Review comment:
How about the TCC start event, we need to know it for timeout.
----------------------------------------------------------------
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]
> Implement reaction of the event in Alpha Server
> ------------------------------------------------
>
> Key: SCB-856
> URL: https://issues.apache.org/jira/browse/SCB-856
> Project: Apache ServiceComb
> Issue Type: Sub-task
> Components: Saga
> Reporter: Willem Jiang
> Assignee: cherrylzhao
> Priority: Major
> Fix For: saga-0.3.0
>
>
> Alpha Server create a tracker when the TransactionStartEvent is received,
> and record the register of other participate once the participate event is
> received.
> When AlphaServer received the TransactionEndEvent, it sends the
> CoordinateCommand to the participant client with cancel or confirmation
> message type.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)