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

[REST] Make HTablePool size configurable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.98.0, 0.94.6, 0.95.0
    • REST
    • None
    • Reviewed

    Description

      Current in rest the HTablePool use a size 10 and can not be changed.

        RESTServlet(Configuration conf) throws IOException {
          this.conf = conf;
          this.pool = new HTablePool(conf, 10);
          this.admin = new HBaseAdmin(conf);
        }
      

      Attachments

        1. HBASE-7986-trunk.patch
          0.6 kB
          Lijin Bin
        2. HBASE-7986-94.patch
          0.6 kB
          Lijin Bin

        Activity

          People

            binlijin Lijin Bin
            binlijin Lijin Bin
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: