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

stop using Hadoop's IOUtils

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.2.0, 2.0.0
    • dependencies
    • None

    Description

      In HBaseFsck we make use of Hadoop's IOUtils for ignore-errors-while-closing.

      All of these methods (in the way we call them) behave the same as commons-io's IOUtils.closeQuietly. One of the methods in the Hadoop version also uses a parameter that isn't in org.apache.hadoop.

      We already have commons-io as a dependency in this module, we should just use the commons-io version since it is stable and more limited in surface.

      Attachments

        1. HBASE-13726.1.patch
          3 kB
          Sean Busbey

        Activity

          People

            busbey Sean Busbey
            busbey Sean Busbey
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: