[ 
https://issues.apache.org/jira/browse/CASSANDRA-1951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12986434#action_12986434
 ] 

Gary Dusbabek commented on CASSANDRA-1951:
------------------------------------------

As far as starting, stopping and restarting the thrift server, the code looks 
good.  However, during testing I noticed that stray RowMutations make their way 
from other nodes (about one per minute in my case) and get applied on the node 
after I have already stopped thrift and gossip.  This makes me think something 
is incorrect in our "is-this-node-online" code.

I'm fine with pushing this off to 0.7.2 if there are other priorities that need 
to be focused on.

> offline local nodes
> -------------------
>
>                 Key: CASSANDRA-1951
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1951
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Gary Dusbabek
>            Assignee: Sylvain Lebresne
>            Priority: Minor
>             Fix For: 0.7.1
>
>         Attachments: 
> 0001-Allow-to-start-and-stop-the-thrift-server-through-JM.patch
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> We'd like the ability to take a node offline (gossip, thrift, etc), but 
> without bringing down cassandra.  The main reason is so that compactions can 
> be performed completely off-line.
> CASSANDRA-1108 gets us most of the way there, but not all the way.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to