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

change splitable to mergeable in MergeTableRegionsProcedure

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0-alpha-1
    • 2.0.0-alpha-2, 2.0.0
    • None
    • None
    • Reviewed

    Description

        
      private boolean isMergeable(final MasterProcedureEnv env, final RegionState rs)
        throws IOException {
          GetRegionInfoResponse response =
            Util.getRegionInfoResponse(env, rs.getServerName(), rs.getRegion());
          return response.hasSplittable() && response.getSplittable();
        }
      

      should be mergeable

      Attachments

        1. HBASE-18557-master-v1.patch
          1 kB
          Yi Liang
        2. HBASE-18557-master-v1.patch
          1 kB
          Yi Liang

        Activity

          People

            easyliangjob Yi Liang
            easyliangjob Yi Liang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: