You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/09/23 07:30:42 UTC

[GitHub] [geode] albertogpz commented on a change in pull request #6892: GEODE-9625: Only serialize transaction metadata when grouping enabled.

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



##########
File path: geode-core/src/main/java/org/apache/geode/internal/cache/wan/GatewaySenderEventImpl.java
##########
@@ -1354,4 +1355,20 @@ protected GatewaySenderEventImpl makeCopy() {
   public void setAcked(boolean acked) {
     isAcked = acked;
   }
+
+  public enum TransactionMetadataDisposition {

Review comment:
       You need to update `sanctioned-geode-core-serializables.txt` after adding this enum to `GatewaySenderEventImpl`.




-- 
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: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org