coolbeevip commented on a change in pull request #511: SCB-1374 support fsm 
redis channel
URL: https://github.com/apache/servicecomb-pack/pull/511#discussion_r307127957
 
 

 ##########
 File path: 
alpha/alpha-fsm/src/main/java/org/apache/servicecomb/pack/alpha/fsm/channel/AbstractActorEventChannel.java
 ##########
 @@ -42,6 +45,7 @@ public void send(BaseEvent event) {
       this.sendTo(event);
       metricsService.metrics().doEventAccepted();
     } catch (Exception ex) {
+      logger.error("send Exception = [{}]", ex);
 
 Review comment:
   Which reminds me, here should throw an exception

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