[
https://issues.apache.org/jira/browse/HDDS-5421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nanda kumar reassigned HDDS-5421:
---------------------------------
Assignee: Nilotpal Nandi (was: Nanda kumar)
> SCM throws NPE during JMX call
> ------------------------------
>
> Key: HDDS-5421
> URL: https://issues.apache.org/jira/browse/HDDS-5421
> Project: Apache Ozone
> Issue Type: Bug
> Components: SCM
> Reporter: Nanda kumar
> Assignee: Nilotpal Nandi
> Priority: Major
>
> Whenever there is a JMX call to SCM, there is an NPE in SCM log file.
> JMX call invokesĀ _StorageContainerManager#getScmRatisRoles_
> {code:java}
> @Override
> public String getScmRatisRoles() throws IOException {
> return
> HddsUtils.format(getScmHAManager().getRatisServer().getRatisRoles());
> }
> {code}
> When in NON-HA mode the below call is returning null, causing NPE during JMX
> call.
> {code:java}
> SCMHAManager#getRatisServer(){code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]