[ https://issues.apache.org/jira/browse/HDFS-14024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16669015#comment-16669015 ]
Íñigo Goiri commented on HDFS-14024: ------------------------------------ [~crh] can you make the patch for HDFS-13891? > RBF: ProvidedCapacityTotal json exception in NamenodeHeartbeatService > --------------------------------------------------------------------- > > Key: HDFS-14024 > URL: https://issues.apache.org/jira/browse/HDFS-14024 > Project: Hadoop HDFS > Issue Type: Sub-task > Reporter: CR Hota > Assignee: CR Hota > Priority: Major > Attachments: HDFS-14024.0.patch > > > Routers may be proxying for a downstream name node that is NOT migrated to > understand "ProvidedCapacityTotal". updateJMXParameters method in > NamenodeHeartbeatService should handle this without breaking. > > {code:java} > jsonObject.getLong("MissingBlocks"), > jsonObject.getLong("PendingReplicationBlocks"), > jsonObject.getLong("UnderReplicatedBlocks"), > jsonObject.getLong("PendingDeletionBlocks"), > jsonObject.getLong("ProvidedCapacityTotal")); > {code} > One way to do this is create a json wrapper while gives back some default if > json node is not found. > > -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org