[
https://issues.apache.org/jira/browse/HDDS-5421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nandakumar updated HDDS-5421:
-----------------------------
Fix Version/s: 1.2.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> 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: Nandakumar
> Assignee: Nilotpal Nandi
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.2.0
>
>
> 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]