dcapwell commented on code in PR #4518:
URL: https://github.com/apache/cassandra/pull/4518#discussion_r2611534874
##########
src/java/org/apache/cassandra/service/accord/txn/TxnDataValue.java:
##########
@@ -41,22 +43,27 @@ interface TxnDataValueSerializer<T extends TxnDataValue>
extends IVersionedSeria
enum Kind
{
key(0),
- range(1);
+ range(1),
+ message(2);
Review Comment:
https://github.com/apache/cassandra-accord/pull/262
1 out of the 4 callers of `execute` was after `result`, so flipped it like
we talked about in slack.
With that I was able to drop `TxnData` knowing about failures and now we
have a invalid rejection result
--
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]