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]>
(cherry picked from commit fa02350)
  • Loading branch information
2005hithlj authored and Apache9 committed Aug 28, 2022
1 parent 935b0d2 commit 2e53a51
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 2e53a51

Please sign in to comment.