[ 
https://issues.apache.org/jira/browse/CASSANDRA-19902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paulo Motta updated CASSANDRA-19902:
------------------------------------
    Description: 
Looks like the seemingly harmless cosmetic patch from CASSANDRA-11537 causes 
the StorageServiceMBean to not be available during bootstrap. This causes 
commands like "nodetool nestats/status/etc" to not be available on the 
boostrapping node with the following error:

{code:none}
- StackTrace --
javax.management.InstanceNotFoundException: 
org.apache.cassandra.db:type=StorageService
        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:637)
{code}

This ticket is just to revert CASSANDRA-11537, we can re-add the improvement of 
that ticket later.

  was:
Looks like the seemingly innocent cosmetic patch from CASSANDRA-11537 causes 
the StorageServiceMBean to not be available during bootstrap. This causes 
commands like "nodetool nestats/status/etc" to not be available on the 
boostrapping node with the following error:

{code:none}
- StackTrace --
javax.management.InstanceNotFoundException: 
org.apache.cassandra.db:type=StorageService
        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:637)
{code}

This ticket is just to revert CASSANDRA-11537, we can re-add the improvement of 
that ticket later.


> Revert CASSANDRA-11537
> ----------------------
>
>                 Key: CASSANDRA-19902
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19902
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tool/nodetool
>            Reporter: Paulo Motta
>            Assignee: Paulo Motta
>            Priority: Normal
>
> Looks like the seemingly harmless cosmetic patch from CASSANDRA-11537 causes 
> the StorageServiceMBean to not be available during bootstrap. This causes 
> commands like "nodetool nestats/status/etc" to not be available on the 
> boostrapping node with the following error:
> {code:none}
> - StackTrace --
> javax.management.InstanceNotFoundException: 
> org.apache.cassandra.db:type=StorageService
>         at 
> java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
>         at 
> java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:637)
> {code}
> This ticket is just to revert CASSANDRA-11537, we can re-add the improvement 
> of that ticket later.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to