The authors of that class said (in a presentation?) that it's used to introduce artificial errors for testing. So I'm in no hurry to delete it.
On Wed, Dec 9, 2009 at 8:53 PM, Kelvin Kakugawa <kakug...@gmail.com> wrote: > 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 >