ndimiduk commented on code in PR #4736:
URL: https://github.com/apache/hbase/pull/4736#discussion_r957152525


##########
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:
   I'm very surprised to see this change. Was there an unrelated change to the 
JSON serialization or the underlying datatype that caused this divergence?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to