Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

[EAGLE-924]urls to healthy and unhealthy region-servers in hbase dashboard is not accurate enough#840

Closed
denglingang wants to merge 3 commits intoapache:masterfrom
denglingang:eagle924
Closed

[EAGLE-924]urls to healthy and unhealthy region-servers in hbase dashboard is not accurate enough#840
denglingang wants to merge 3 commits intoapache:masterfrom
denglingang:eagle924

Conversation

@denglingang
Copy link
Member

[EAGLE-924]urls to healthy and unhealthy region-servers in hbase dashboard is not accurate enough

  • Add status filter in web url,append "?status=healthy" or "?status=unhealthy" to the url
  • Fix exception when we change time interval
  • Fix dashboard show when no data and exception.

https://issues.apache.org/jira/browse/EAGLE-924

…hboard is not accurate enough

- Add status filter in web url,append "?status=healthy" or "?status=unhealthy" to the url
- Fix exception when we change time interval
- Fix dashboard show when no data and exception.

https://issues.apache.org/jira/browse/EAGLE-924
@haoch
Copy link
Member

haoch commented Feb 24, 2017

@zombieJ please help review about it.

@haoch
Copy link
Member

haoch commented Feb 24, 2017

@anyway1021 please confirm about the changes and deploy to QA to validate whether https://issues.apache.org/jira/browse/EAGLE-924 is resolved.

@denglingang
Copy link
Member Author

@anyway1021 has the problem about EAGLE-924 been solved? Thanks.

$scope.site = $wrapState.param.siteId;
var result = cache[name] || activeMasterInfo._promise.then(function (res) {
var hostname = cache[hostname] = cache[hostname] || res[0].tags.hostname;
if(typeof res[0].tags === 'undefined') {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it possible: res.length == 0?

Copy link
Member Author

@denglingang denglingang Feb 28, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your review and suggestion, I have fixed it.

@haoch
Copy link
Member

haoch commented Feb 28, 2017

LGTM

@asfgit asfgit closed this in 97ae1da Feb 28, 2017
jhsenjaliya pushed a commit to jhsenjaliya/eagle that referenced this pull request Jul 12, 2017
…hboard is not accurate enough

[EAGLE-924]urls to healthy and unhealthy region-servers in hbase dashboard is not accurate enough

- Add status filter in web url,append "?status=healthy" or "?status=unhealthy" to the url
- Fix exception when we change time interval
- Fix dashboard show when no data and exception.

https://issues.apache.org/jira/browse/EAGLE-924

Author: chitin <chitin1027@gmail.com>

Closes apache#840 from chitin/eagle924.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants