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

Admin.move without specifying destination does not go through AccessController

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

          if (destServerName == null || destServerName.length == 0) {
            LOG.info("Passed destination servername is null/empty so " +
              "choosing a server at random");
            this.assignmentManager.clearRegionPlan(hri);
            // Unassign will reassign it elsewhere choosing random server.
            this.assignmentManager.unassign(hri);
      

      I think we should go through security to see if there is sufficient permissions to do this operation?

      Attachments

        1. 6246.addendum
          0.7 kB
          Ted Yu
        2. HBASE-6246_94.patch
          3 kB
          rajeshbabu
        3. HBASE-6246_94-addendum.patch
          0.6 kB
          Andrew Kyle Purtell

        Activity

          People

            rajesh23 rajeshbabu
            ram_krish ramkrishna.s.vasudevan
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: