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

Remove HTablePool and all HConnection pooling related APIs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • 0.99.2
    • None
    • None

    Description

      The recommended way is now:

      1. Create an HConnection: HConnectionManager.createConnection(...)
      2. Create a light HTable: HConnection.getTable(...)
      3. table.close()
      4. connection.close()

      All other API and pooling will be removed.

      Attachments

        1. HBASE-9117.06.patch
          307 kB
          Nick Dimiduk
        2. HBASE-9117.05.patch
          168 kB
          Nick Dimiduk
        3. HBASE-9117.04.patch
          170 kB
          Nick Dimiduk
        4. HBASE-9117.03.patch
          170 kB
          Nick Dimiduk
        5. HBASE-9117.02.patch
          165 kB
          Nick Dimiduk
        6. HBASE-9117.01.patch
          137 kB
          Nick Dimiduk
        7. HBASE-9117.00.patch
          137 kB
          Nick Dimiduk

        Issue Links

          Activity

            People

              ndimiduk Nick Dimiduk
              larsh Lars Hofhansl
              Votes:
              0 Vote for this issue
              Watchers:
              14 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: