Skip to content

Commit

Permalink
HBASE-27336 The region visualizer shows 'undefined' region server (ap…
Browse files Browse the repository at this point in the history
…ache#4736)

Signed-off-by: Duo Zhang <[email protected]>
  • Loading branch information
2005hithlj authored Aug 28, 2022
1 parent 37651ee commit fa02350
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
{ calculate: 'values(datum.region_status)', as: 'region_status' },
{ flatten: ['region_status'] },
{ calculate: "split(datum.region_status.name, ',', 1)[0]", as: 'table_name' },
Expand Down

0 comments on commit fa02350

Please sign in to comment.