Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-14661

RegionServer link is not opening, in HBase Table page.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0.2, 2.0.0
    • 1.2.0, 1.3.0, 1.0.3, 1.1.3, 2.0.0
    • UI
    • None
    • Reviewed

    Description

      In HBase table page Regionserver link is not opening the regionserver UI.
      currently the url is

      String url = "//" + addr.getHostname() + ":" + master.getRegionServerInfoPort(addr) + "/";
      

      change in table.jsp file should be

      String url = "//" + addr.getHostname() + ":" + master.getRegionServerInfoPort(addr) + "/rs-status";
      

      Attachments

        1. HBASE-14661-branch-1.patch
          1 kB
          Y. SREENIVASULU REDDY

        Activity

          People

            sreenivasulureddy Y. SREENIVASULU REDDY
            sreenivasulureddy Y. SREENIVASULU REDDY
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: