I've been looking around the codebase, and I was wondering if these classes are dead code: org.apache.cassandra.net.sink.IMessageSink org.apache.cassandra.net.sink.SinkManager
There are a couple places where SinkManager is used, however, addMessageSink() is never called. So, the calls to process*MessageSink() appear to be no-ops. -Kelvin