dcapwell commented on code in PR #2241:
URL: https://github.com/apache/cassandra/pull/2241#discussion_r1154867917


##########
src/java/org/apache/cassandra/service/accord/serializers/ApplySerializers.java:
##########
@@ -52,7 +50,7 @@ public Apply deserializeBody(DataInputPlus in, int version, 
TxnId txnId, Partial
                                                      
CommandSerializers.timestamp.deserialize(in, version),
                                                      
DepsSerializer.partialDeps.deserialize(in, version),
                                                      
CommandSerializers.writes.deserialize(in, version),
-                                                     
TxnData.serializer.deserialize(in, version));
+                                                     null);

Review Comment:
   [CASSANDRA-18377](https://issues.apache.org/jira/browse/CASSANDRA-18377): 
CEP-15 (Accord) AsyncOperation can not fail as it has already reached FINISHED



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to