Keep in mind that hints will accumulate for this node across the cluster for *max_hint_window_in_ms* (default: 3hrs)
On Fri, Sep 8, 2017 at 8:20 AM, Jeff Jirsa <jji...@gmail.com> wrote: > nodetool disablebinary (will make the node down for native cql clients, > stopping client apps from writing directly over tcp/9042) > nodetool disablethrift (will make the node down for thrift clients, > stopping client apps from writing directly over tcp/9160) > nodetool disablegossip (will make the node appear down to other nodes in > the ring, stopping writes from the internode messaging protocols) > > > > On Thu, Sep 7, 2017 at 10:32 PM, Akshit Jain <akshit13...@iiitd.ac.in> > wrote: > >> Hi, >> I want to stop writes to a cassandra node for some time and then start >> them.Is there any way to do that? >> Regards >> >> >