WillemJiang commented on a change in pull request #268: SCB-865 Implement 
reaction of the event in Alpha Server
URL: 
https://github.com/apache/incubator-servicecomb-saga/pull/268#discussion_r212771150
 
 

 ##########
 File path: 
alpha/alpha-server/src/main/java/org/apache/servicecomb/saga/alpha/server/tcc/TransactionEventRegistry.java
 ##########
 @@ -28,7 +28,7 @@
  */
 public final class TransactionEventRegistry {
 
-  private final static Map<String, List<ParticipatedEvent>> REGISTRY = new 
ConcurrentHashMap<>();
+  private final static Map<String, Set<ParticipatedEvent>> REGISTRY = new 
ConcurrentHashMap<>();
 
 Review comment:
   Same issue here.

----------------------------------------------------------------
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

Reply via email to