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

Add support of loading multiple tables into LoadTestTool

    XMLWordPrintableJSON

Details

    • Test
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.94.9
    • 0.98.0, 0.95.2, 0.94.11
    • test
    • None
    • Reviewed

    Description

      Introducing an optional parameter 'num_tables' into LoadTestTool. When it's specified with positive integer n, LoadTestTool will load n tables parallely. -tn parameter value becomes table name prefix. Tables are created with name in format <tn>_1...<tn>_n. A sample command line "-tn test -num_tables 2" will create & load tables:"test_1" and "test_2"

      The motivation is to add a handy way to load multiple tables concurrently. In addition, we could use this option to test resource leakage of long running clients.

      Attachments

        1. hbase-8816.patch
          7 kB
          Jeffrey Zhong
        2. hbase-8816-v1.patch
          9 kB
          Jeffrey Zhong
        3. hbase-8816-v2.patch
          9 kB
          Jeffrey Zhong
        4. hbase-8816-v3.patch
          9 kB
          Jeffrey Zhong
        5. hbase-8816-v3-trunk.patch
          9 kB
          Jeffrey Zhong

        Activity

          People

            jeffreyz Jeffrey Zhong
            jeffreyz Jeffrey Zhong
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: