Details

    • Sub-task
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 2.0.0-beta-1, 2.0.0
    • Admin, mob
    • None
    • Reviewed

    Description

        private CompletableFuture<Void> compact(TableName tableName, byte[] columnFamily, boolean major,
            CompactType compactType) {
          if (CompactType.MOB.equals(compactType)) {
            // TODO support MOB compact.
            return failedFuture(new UnsupportedOperationException("MOB compact does not support"));
          }
      

      We need to support it.

      Attachments

        1. HBASE-19242.master.001.patch
          29 kB
          Balazs Meszaros
        2. HBASE-19242.master.002.patch
          33 kB
          Guanghao Zhang
        3. HBASE-19242.master.002.patch
          33 kB
          Balazs Meszaros
        4. HBASE-19242.master.003.patch
          34 kB
          Balazs Meszaros

        Issue Links

          Activity

            People

              meszibalu Balazs Meszaros
              zhangduo Duo Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: