[ https://issues.apache.org/jira/browse/CASSANDRA-18572 ]
Stefan Miklosovic deleted comment on CASSANDRA-18572:
-----------------------------------------------
was (Author: smiklosovic):
Instance.nodetoolResult is not using JMX internally but it throws
UnsupportedOperationException in InternalNodeProbe.
This makes calls to instance.nodetoolResult("info"), for example, impossible,
because these commands are using JMX / calling methods which are throwing
exception and it makes the testing painful.
There is no reason to not support this if Instance has JMX feature as it was
added recently.
> Instance.nodetoolResult should connect to JMX if there is such feature
> enabled in its config
> --------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-18572
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18572
> Project: Cassandra
> Issue Type: Improvement
> Components: Test/dtest/java
> Reporter: Stefan Miklosovic
> Assignee: Stefan Miklosovic
> Priority: Normal
> Fix For: 3.11.x, 4.0.x, 4.1.x, 5.x
>
> Attachments: fix-jmx-issue-on-shutdown.patch
>
> Time Spent: 3h
> Remaining Estimate: 0h
>
> Instance.nodetoolResult is not using JMX internally but it throws
> UnsupportedOperationException in InternalNodeProbe.
> This makes calls to instance.nodetoolResult("info"), for example, impossible,
> because these commands are using JMX / calling methods which are throwing
> exception and it makes the testing painful.
> There is no reason to not support this if Instance has JMX feature as it was
> added recently.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]