Github user jasobrown commented on a diff in the pull request:
https://github.com/apache/cassandra/pull/184#discussion_r160539548
--- Diff: src/java/org/apache/cassandra/net/MessageOut.java ---
@@ -80,12 +81,17 @@
public class MessageOut<T>
{
private static final int SERIALIZED_SIZE_VERSION_UNDEFINED = -1;
+ public static final int PARAMETER_TUPLE_SIZE = 2;
--- End diff --
Adding some comments would be helpful, esp how these constants relate to
the member field `parameters`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]