Github user josh-mckenzie commented on a diff in the pull request:
https://github.com/apache/cassandra/pull/191#discussion_r167033937
--- Diff: src/java/org/apache/cassandra/net/MessagingService.java ---
@@ -254,6 +258,8 @@ public long getTimeout()
return DatabaseDescriptor.getRangeRpcTimeout();
}
},
+ PING(),
--- End diff --
Left a similar comment on ticket, but this should be added at the end:
***
// remember to add new verbs at the end, since we serialize by ordinal
UNUSED_1,
UNUSED_2,
UNUSED_3,
UNUSED_4,
UNUSED_5,
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]