You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2022/08/30 03:11:14 UTC

[GitHub] [hbase] 2005hithlj commented on a diff in pull request #4736: HBASE-27336 The region visualizer shows 'undefined' region server

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-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org