send extra gossip to random seed as long as there are less nodes alive than seed nodes configured
patch by Jaakko Laine; reviewed by jbellis for CASSANDRA-150
r/m unused Row code, and move table variable into callers rather than serializing it redundantly
patch by jbellis; tested by Dan Di Spaltro for CASSANDRA-578
Moved leaving ring code to a separate helper function and call it right away if rangesMM is empty. patch by Jaakko Laine; reviewed by jbellis for CASSANDRA-573
Modify move function to get balanced token at bootstrap time if token given as a parameter was null. patch by Jaakko Laine; reviewed by jbellis for CASSANDRA-574
add WriteResponseHandler combining the important parts of QuorumResponseHandler and WriteResponseResolver.
In particular, not thate we (correctly) never send a write response of false, letting the timeout take care
of that should-never-happen case. optimize local writes in insertBlocking, and fix HH.
patch by jbellis; reviewed by Jaakko Laine for CASSANDRA-558
add getSortedApplicationStates to preserve state ordering when re-gossiping to other nodes. patch by Jaakko Laine; reviewed by jbellis for CASSANDRA-548
Fixed multi-get to put localCommands onto the StorageService.readStage when a node gets commands to process, instead of running them serially.
patch by goffinet, minor cleanup and review by jbellis for CASSANDRA-555