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

get_splits returns duplicate split points when region replication is on

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 3.0.0-alpha-1, 1.4.4, 2.0.0
    • shell
    • None

    Description

      When region replication is on, get_splits returns duplicate split points like the following:

      hbase(main):001:0> create "test", "cf", {REGION_REPLICATION => 3}, SPLITS => ["10"]
      Created table test
      Took 1.0975 seconds
      hbase(main):002:0> get_splits "test"
      Total number of splits = 4
      10
      10
      10
      Took 0.0941 seconds
      

      Attachments

        1. HBASE-20293.branch-1.001.patch
          4 kB
          Toshihiro Suzuki
        2. HBASE-20293.branch-1.002.patch
          6 kB
          Toshihiro Suzuki
        3. HBASE-20293.branch-1.003.patch
          8 kB
          Toshihiro Suzuki
        4. HBASE-20293.branch-1.004.patch
          8 kB
          Toshihiro Suzuki
        5. HBASE-20293.branch-1.005.patch
          9 kB
          Toshihiro Suzuki
        6. HBASE-20293.master.001.patch
          3 kB
          Toshihiro Suzuki
        7. HBASE-20293.master.002.patch
          3 kB
          Toshihiro Suzuki
        8. HBASE-20293.master.003.patch
          4 kB
          Toshihiro Suzuki
        9. HBASE-20293.master.004.patch
          4 kB
          Toshihiro Suzuki

        Activity

          People

            brfrn169 Toshihiro Suzuki
            brfrn169 Toshihiro Suzuki
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: