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

[shell] clear_deadservers with no args fails

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0-alpha-1, 2.2.0, 2.1.1, 2.0.3
    • None
    • None

    Description

      Tried running clear_deadservers on tip of branch-2.1 and it fails

      hbase(main):007:0> help "clear_deadservers"
                Clear the dead region servers that are never used.
                Examples:
                Clear all dead region servers:
                hbase> clear_deadservers
                Clear the specified dead region servers:
                hbase> clear_deadservers 'host187.example.com,60020,1289493121758'
                or
                hbase> clear_deadservers 'host187.example.com,60020,1289493121758',
                                         'host188.example.com,60020,1289493121758'
      hbase(main):008:0> clear_deadservers
      
      ERROR: servers cannot be null or empty
      
      For usage try 'help "clear_deadservers"'
      
      Took 0.0094 seconds
      hbase(main):009:0> clear_deadservers
      
      ERROR: servers cannot be null or empty
      
      For usage try 'help "clear_deadservers"'
      
      Took 0.0084 seconds
      

      Attachments

        1. HBASE-21303.branch-2.1.001.patch
          2 kB
          Michael Stack

        Issue Links

          Activity

            People

              stack Michael Stack
              saint.ack@gmail.com Stack
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: