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

Tyler Hobbs commented on CASSANDRA-3388:
----------------------------------------

Yes, that's the method.  Sorry, I forgot that there was also a "log" parameter.

It's a fairly reliable way to figure out if a node is joining, moving, 
decommissioning, or has finished decommissioning.  I'm open to alternative ways 
of discovering this reliably.  I assumed that's why this was exposed through 
JMX in the first place.
                
> StorageService.setMode() is used inconsistently
> -----------------------------------------------
>
>                 Key: CASSANDRA-3388
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3388
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Tyler Hobbs
>            Priority: Trivial
>
> {{StorageService.setMode()}}, which ends up setting the OperationMode 
> attribute of the related mbean, is used inconsistently.  In most places, it's 
> used like "{{setMode("MODE: details")}}, but in a few places, it's used more 
> like a normal log message.
> To make this attribute more usable through JMX, {{setMode()}} should have a 
> signature like {{setMode(mode, details)}}, where the mode parameter could be 
> an enum (or even just a string, the main thing is just being consistent).  
> The OperationMode JMX attribute should definitely remain a string, though.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to