albertogpz commented on a change in pull request #6601:
URL: https://github.com/apache/geode/pull/6601#discussion_r681048388



##########
File path: 
geode-wan/src/distributedTest/java/org/apache/geode/internal/cache/wan/WANTestBase.java
##########
@@ -1320,6 +1339,23 @@ public static void checkGatewayReceiverStats(int 
processBatches, int eventsRecei
     assertEquals(creates, gatewayReceiverStats.getCreateRequest());
   }
 
+  public static List<Integer> getReceiverStats() {

Review comment:
       The problem is that `GatewayReceiverStats` is not serializable and 
therefore, cannot be sent through the wire from/to cache servers/clients.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to