coolbeevip commented on a change in pull request #531: [SCB 1411] Add alpha-ui 
module to provide a simple Web GUI
URL: https://github.com/apache/servicecomb-pack/pull/531#discussion_r312495584
 
 

 ##########
 File path: 
alpha/alpha-fsm/src/main/java/org/apache/servicecomb/pack/alpha/fsm/model/SagaData.java
 ##########
 @@ -34,6 +35,8 @@
   private Date endTime;
   private String globalTxId;
   private Date expirationTime;
+  private int timeout;
+  private SuspendedType suspendedType = SuspendedType.NULL;
 
 Review comment:
   > What's the meaning of NULL.
   
   The value of suspendedType is SuspendedType.NULL when the transaction is not 
in the SUSPENDED state, Or SuspendedType.NONE is clearer?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

Reply via email to