[
https://issues.apache.org/jira/browse/IGNITE-24125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Korotkov updated IGNITE-24125:
-------------------------------------
Description:
Say for example the following fails and does't allow to read heap metrics via
JMX
{code:java}
client = JmxClient(node)
eden_mbean = client.find_mbean('.*G1 Eden Space,type=MemoryPool',
domain="java.lang")
{code}
was:
Say for example the following fails and does't allow to read heap metrics
{code:java}
client = JmxClient(node)
eden_mbean = client.find_mbean('.*G1 Eden Space,type=MemoryPool',
domain="java.lang")
{code}
> [ducktests] JmxClient fails to read MBean with spaces in name
> -------------------------------------------------------------
>
> Key: IGNITE-24125
> URL: https://issues.apache.org/jira/browse/IGNITE-24125
> Project: Ignite
> Issue Type: Task
> Reporter: Sergey Korotkov
> Assignee: Sergey Korotkov
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Say for example the following fails and does't allow to read heap metrics via
> JMX
> {code:java}
> client = JmxClient(node)
> eden_mbean = client.find_mbean('.*G1 Eden Space,type=MemoryPool',
> domain="java.lang")
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)