On Wed, Jun 18, 2014 at 5:36 AM, Alain RODRIGUEZ <arodr...@gmail.com> wrote:
> We stop the node using : nodetool disablegossip && nodetool disablethrift > && nodetool disablebinary && sleep 10 && nodetool drain && sleep 30 && > service cassandra stop > The stuff before "nodetool drain" here is redundant and doesn't actually do what you are expecting it to do. https://issues.apache.org/jira/browse/CASSANDRA-4162 =Rob