jinmeiliao commented on a change in pull request #5348:
URL: https://github.com/apache/geode/pull/5348#discussion_r468698308



##########
File path: 
geode-core/src/main/java/org/apache/geode/management/internal/beans/GatewaySenderMBean.java
##########
@@ -214,11 +214,6 @@ public boolean isParallel() {
     return bridge.isParallel();
   }
 
-  @Override
-  public boolean mustGroupTransactionEvents() {
-    return bridge.mustGroupTransactionEvents();
-  }

Review comment:
       these are mBean methods, he is not using jmx to turn off the flags on 
the servers, he is using function calls now.




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


Reply via email to