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

ResultScanner is not closed in ModifyTableHandler#removeReplicaColumnsIfNeeded()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Abandoned
    • None
    • None
    • None
    • None

    Description

      In ModifyTableHandler#removeReplicaColumnsIfNeeded():

            ResultScanner resScanner = metaTable.getScanner(scan);
            for (Result result : resScanner) {
      

      The ResultScanner is not closed upon exit from the method.

      Attachments

        1. 12923-v1.txt
          1 kB
          Ted Yu

        Activity

          People

            Unassigned Unassigned
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: