2005hithlj commented on code in PR #4736: URL: https://github.com/apache/hbase/pull/4736#discussion_r957963554
########## hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionVisualizerTmpl.jamon: ########## @@ -33,7 +33,7 @@ limitations under the License. format: { type: 'json', property: 'data' } }, transform: [ - { calculate: "split(datum.server_name.servername, ',', 1)[0]", as: 'server_name' }, + { calculate: "split(datum.server_name.server_name, ',', 1)[0]", as: 'server_name' }, Review Comment: @ndimiduk sir. I am sorry, I looked up the commit history, but I didn't find the commit about the change of this problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org