bdeggleston commented on code in PR #2899:
URL: https://github.com/apache/cassandra/pull/2899#discussion_r1394451036
##########
src/java/org/apache/cassandra/service/paxos/PaxosPrepare.java:
##########
@@ -1232,7 +1232,6 @@ public void serialize(Response response, DataOutputPlus
out, int version) throws
{
if (response.isRejected())
{
- out.writeByte(0);
Review Comment:
Could we just move the contents of `serializeRejection` back here? I don't
think it needs to be in a separate method, especially when we're serializing
the success response inline. @dcapwell this bug only exists in the cep-15 branch
--
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]