You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2015/07/13 18:14:45 UTC

[3/8] hbase git commit: Revert "Procedure v2 - Use nonces for double submits from client (Stephen Yuan Jiang)"

http://git-wip-us.apache.org/repos/asf/hbase/blob/60d6435a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/MasterProtos.java
----------------------------------------------------------------------
diff --git a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/MasterProtos.java b/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/MasterProtos.java
index 23ced4b..a762d00 100644
--- a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/MasterProtos.java
+++ b/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/MasterProtos.java
@@ -38,26 +38,6 @@ public final class MasterProtos {
      * <code>required .ColumnFamilySchema column_families = 2;</code>
      */
     org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchemaOrBuilder getColumnFamiliesOrBuilder();
-
-    // optional uint64 nonce_group = 3 [default = 0];
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    boolean hasNonceGroup();
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    long getNonceGroup();
-
-    // optional uint64 nonce = 4 [default = 0];
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    boolean hasNonce();
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    long getNonce();
   }
   /**
    * Protobuf type {@code AddColumnRequest}
@@ -136,16 +116,6 @@ public final class MasterProtos {
               bitField0_ |= 0x00000002;
               break;
             }
-            case 24: {
-              bitField0_ |= 0x00000004;
-              nonceGroup_ = input.readUInt64();
-              break;
-            }
-            case 32: {
-              bitField0_ |= 0x00000008;
-              nonce_ = input.readUInt64();
-              break;
-            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -230,43 +200,9 @@ public final class MasterProtos {
       return columnFamilies_;
     }
 
-    // optional uint64 nonce_group = 3 [default = 0];
-    public static final int NONCE_GROUP_FIELD_NUMBER = 3;
-    private long nonceGroup_;
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    public boolean hasNonceGroup() {
-      return ((bitField0_ & 0x00000004) == 0x00000004);
-    }
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    public long getNonceGroup() {
-      return nonceGroup_;
-    }
-
-    // optional uint64 nonce = 4 [default = 0];
-    public static final int NONCE_FIELD_NUMBER = 4;
-    private long nonce_;
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    public boolean hasNonce() {
-      return ((bitField0_ & 0x00000008) == 0x00000008);
-    }
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    public long getNonce() {
-      return nonce_;
-    }
-
     private void initFields() {
       tableName_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.getDefaultInstance();
       columnFamilies_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.getDefaultInstance();
-      nonceGroup_ = 0L;
-      nonce_ = 0L;
     }
     private byte memoizedIsInitialized = -1;
     public final boolean isInitialized() {
@@ -302,12 +238,6 @@ public final class MasterProtos {
       if (((bitField0_ & 0x00000002) == 0x00000002)) {
         output.writeMessage(2, columnFamilies_);
       }
-      if (((bitField0_ & 0x00000004) == 0x00000004)) {
-        output.writeUInt64(3, nonceGroup_);
-      }
-      if (((bitField0_ & 0x00000008) == 0x00000008)) {
-        output.writeUInt64(4, nonce_);
-      }
       getUnknownFields().writeTo(output);
     }
 
@@ -325,14 +255,6 @@ public final class MasterProtos {
         size += com.google.protobuf.CodedOutputStream
           .computeMessageSize(2, columnFamilies_);
       }
-      if (((bitField0_ & 0x00000004) == 0x00000004)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeUInt64Size(3, nonceGroup_);
-      }
-      if (((bitField0_ & 0x00000008) == 0x00000008)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeUInt64Size(4, nonce_);
-      }
       size += getUnknownFields().getSerializedSize();
       memoizedSerializedSize = size;
       return size;
@@ -366,16 +288,6 @@ public final class MasterProtos {
         result = result && getColumnFamilies()
             .equals(other.getColumnFamilies());
       }
-      result = result && (hasNonceGroup() == other.hasNonceGroup());
-      if (hasNonceGroup()) {
-        result = result && (getNonceGroup()
-            == other.getNonceGroup());
-      }
-      result = result && (hasNonce() == other.hasNonce());
-      if (hasNonce()) {
-        result = result && (getNonce()
-            == other.getNonce());
-      }
       result = result &&
           getUnknownFields().equals(other.getUnknownFields());
       return result;
@@ -397,14 +309,6 @@ public final class MasterProtos {
         hash = (37 * hash) + COLUMN_FAMILIES_FIELD_NUMBER;
         hash = (53 * hash) + getColumnFamilies().hashCode();
       }
-      if (hasNonceGroup()) {
-        hash = (37 * hash) + NONCE_GROUP_FIELD_NUMBER;
-        hash = (53 * hash) + hashLong(getNonceGroup());
-      }
-      if (hasNonce()) {
-        hash = (37 * hash) + NONCE_FIELD_NUMBER;
-        hash = (53 * hash) + hashLong(getNonce());
-      }
       hash = (29 * hash) + getUnknownFields().hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -528,10 +432,6 @@ public final class MasterProtos {
           columnFamiliesBuilder_.clear();
         }
         bitField0_ = (bitField0_ & ~0x00000002);
-        nonceGroup_ = 0L;
-        bitField0_ = (bitField0_ & ~0x00000004);
-        nonce_ = 0L;
-        bitField0_ = (bitField0_ & ~0x00000008);
         return this;
       }
 
@@ -576,14 +476,6 @@ public final class MasterProtos {
         } else {
           result.columnFamilies_ = columnFamiliesBuilder_.build();
         }
-        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
-          to_bitField0_ |= 0x00000004;
-        }
-        result.nonceGroup_ = nonceGroup_;
-        if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
-          to_bitField0_ |= 0x00000008;
-        }
-        result.nonce_ = nonce_;
         result.bitField0_ = to_bitField0_;
         onBuilt();
         return result;
@@ -606,12 +498,6 @@ public final class MasterProtos {
         if (other.hasColumnFamilies()) {
           mergeColumnFamilies(other.getColumnFamilies());
         }
-        if (other.hasNonceGroup()) {
-          setNonceGroup(other.getNonceGroup());
-        }
-        if (other.hasNonce()) {
-          setNonce(other.getNonce());
-        }
         this.mergeUnknownFields(other.getUnknownFields());
         return this;
       }
@@ -889,72 +775,6 @@ public final class MasterProtos {
         return columnFamiliesBuilder_;
       }
 
-      // optional uint64 nonce_group = 3 [default = 0];
-      private long nonceGroup_ ;
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public boolean hasNonceGroup() {
-        return ((bitField0_ & 0x00000004) == 0x00000004);
-      }
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public long getNonceGroup() {
-        return nonceGroup_;
-      }
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public Builder setNonceGroup(long value) {
-        bitField0_ |= 0x00000004;
-        nonceGroup_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public Builder clearNonceGroup() {
-        bitField0_ = (bitField0_ & ~0x00000004);
-        nonceGroup_ = 0L;
-        onChanged();
-        return this;
-      }
-
-      // optional uint64 nonce = 4 [default = 0];
-      private long nonce_ ;
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public boolean hasNonce() {
-        return ((bitField0_ & 0x00000008) == 0x00000008);
-      }
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public long getNonce() {
-        return nonce_;
-      }
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public Builder setNonce(long value) {
-        bitField0_ |= 0x00000008;
-        nonce_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public Builder clearNonce() {
-        bitField0_ = (bitField0_ & ~0x00000008);
-        nonce_ = 0L;
-        onChanged();
-        return this;
-      }
-
       // @@protoc_insertion_point(builder_scope:AddColumnRequest)
     }
 
@@ -1330,26 +1150,6 @@ public final class MasterProtos {
      * <code>required bytes column_name = 2;</code>
      */
     com.google.protobuf.ByteString getColumnName();
-
-    // optional uint64 nonce_group = 3 [default = 0];
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    boolean hasNonceGroup();
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    long getNonceGroup();
-
-    // optional uint64 nonce = 4 [default = 0];
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    boolean hasNonce();
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    long getNonce();
   }
   /**
    * Protobuf type {@code DeleteColumnRequest}
@@ -1420,16 +1220,6 @@ public final class MasterProtos {
               columnName_ = input.readBytes();
               break;
             }
-            case 24: {
-              bitField0_ |= 0x00000004;
-              nonceGroup_ = input.readUInt64();
-              break;
-            }
-            case 32: {
-              bitField0_ |= 0x00000008;
-              nonce_ = input.readUInt64();
-              break;
-            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1508,43 +1298,9 @@ public final class MasterProtos {
       return columnName_;
     }
 
-    // optional uint64 nonce_group = 3 [default = 0];
-    public static final int NONCE_GROUP_FIELD_NUMBER = 3;
-    private long nonceGroup_;
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    public boolean hasNonceGroup() {
-      return ((bitField0_ & 0x00000004) == 0x00000004);
-    }
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    public long getNonceGroup() {
-      return nonceGroup_;
-    }
-
-    // optional uint64 nonce = 4 [default = 0];
-    public static final int NONCE_FIELD_NUMBER = 4;
-    private long nonce_;
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    public boolean hasNonce() {
-      return ((bitField0_ & 0x00000008) == 0x00000008);
-    }
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    public long getNonce() {
-      return nonce_;
-    }
-
     private void initFields() {
       tableName_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.getDefaultInstance();
       columnName_ = com.google.protobuf.ByteString.EMPTY;
-      nonceGroup_ = 0L;
-      nonce_ = 0L;
     }
     private byte memoizedIsInitialized = -1;
     public final boolean isInitialized() {
@@ -1576,12 +1332,6 @@ public final class MasterProtos {
       if (((bitField0_ & 0x00000002) == 0x00000002)) {
         output.writeBytes(2, columnName_);
       }
-      if (((bitField0_ & 0x00000004) == 0x00000004)) {
-        output.writeUInt64(3, nonceGroup_);
-      }
-      if (((bitField0_ & 0x00000008) == 0x00000008)) {
-        output.writeUInt64(4, nonce_);
-      }
       getUnknownFields().writeTo(output);
     }
 
@@ -1599,14 +1349,6 @@ public final class MasterProtos {
         size += com.google.protobuf.CodedOutputStream
           .computeBytesSize(2, columnName_);
       }
-      if (((bitField0_ & 0x00000004) == 0x00000004)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeUInt64Size(3, nonceGroup_);
-      }
-      if (((bitField0_ & 0x00000008) == 0x00000008)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeUInt64Size(4, nonce_);
-      }
       size += getUnknownFields().getSerializedSize();
       memoizedSerializedSize = size;
       return size;
@@ -1640,16 +1382,6 @@ public final class MasterProtos {
         result = result && getColumnName()
             .equals(other.getColumnName());
       }
-      result = result && (hasNonceGroup() == other.hasNonceGroup());
-      if (hasNonceGroup()) {
-        result = result && (getNonceGroup()
-            == other.getNonceGroup());
-      }
-      result = result && (hasNonce() == other.hasNonce());
-      if (hasNonce()) {
-        result = result && (getNonce()
-            == other.getNonce());
-      }
       result = result &&
           getUnknownFields().equals(other.getUnknownFields());
       return result;
@@ -1671,14 +1403,6 @@ public final class MasterProtos {
         hash = (37 * hash) + COLUMN_NAME_FIELD_NUMBER;
         hash = (53 * hash) + getColumnName().hashCode();
       }
-      if (hasNonceGroup()) {
-        hash = (37 * hash) + NONCE_GROUP_FIELD_NUMBER;
-        hash = (53 * hash) + hashLong(getNonceGroup());
-      }
-      if (hasNonce()) {
-        hash = (37 * hash) + NONCE_FIELD_NUMBER;
-        hash = (53 * hash) + hashLong(getNonce());
-      }
       hash = (29 * hash) + getUnknownFields().hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -1797,10 +1521,6 @@ public final class MasterProtos {
         bitField0_ = (bitField0_ & ~0x00000001);
         columnName_ = com.google.protobuf.ByteString.EMPTY;
         bitField0_ = (bitField0_ & ~0x00000002);
-        nonceGroup_ = 0L;
-        bitField0_ = (bitField0_ & ~0x00000004);
-        nonce_ = 0L;
-        bitField0_ = (bitField0_ & ~0x00000008);
         return this;
       }
 
@@ -1841,14 +1561,6 @@ public final class MasterProtos {
           to_bitField0_ |= 0x00000002;
         }
         result.columnName_ = columnName_;
-        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
-          to_bitField0_ |= 0x00000004;
-        }
-        result.nonceGroup_ = nonceGroup_;
-        if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
-          to_bitField0_ |= 0x00000008;
-        }
-        result.nonce_ = nonce_;
         result.bitField0_ = to_bitField0_;
         onBuilt();
         return result;
@@ -1871,12 +1583,6 @@ public final class MasterProtos {
         if (other.hasColumnName()) {
           setColumnName(other.getColumnName());
         }
-        if (other.hasNonceGroup()) {
-          setNonceGroup(other.getNonceGroup());
-        }
-        if (other.hasNonce()) {
-          setNonce(other.getNonce());
-        }
         this.mergeUnknownFields(other.getUnknownFields());
         return this;
       }
@@ -2069,72 +1775,6 @@ public final class MasterProtos {
         return this;
       }
 
-      // optional uint64 nonce_group = 3 [default = 0];
-      private long nonceGroup_ ;
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public boolean hasNonceGroup() {
-        return ((bitField0_ & 0x00000004) == 0x00000004);
-      }
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public long getNonceGroup() {
-        return nonceGroup_;
-      }
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public Builder setNonceGroup(long value) {
-        bitField0_ |= 0x00000004;
-        nonceGroup_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public Builder clearNonceGroup() {
-        bitField0_ = (bitField0_ & ~0x00000004);
-        nonceGroup_ = 0L;
-        onChanged();
-        return this;
-      }
-
-      // optional uint64 nonce = 4 [default = 0];
-      private long nonce_ ;
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public boolean hasNonce() {
-        return ((bitField0_ & 0x00000008) == 0x00000008);
-      }
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public long getNonce() {
-        return nonce_;
-      }
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public Builder setNonce(long value) {
-        bitField0_ |= 0x00000008;
-        nonce_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public Builder clearNonce() {
-        bitField0_ = (bitField0_ & ~0x00000008);
-        nonce_ = 0L;
-        onChanged();
-        return this;
-      }
-
       // @@protoc_insertion_point(builder_scope:DeleteColumnRequest)
     }
 
@@ -2514,26 +2154,6 @@ public final class MasterProtos {
      * <code>required .ColumnFamilySchema column_families = 2;</code>
      */
     org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchemaOrBuilder getColumnFamiliesOrBuilder();
-
-    // optional uint64 nonce_group = 3 [default = 0];
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    boolean hasNonceGroup();
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    long getNonceGroup();
-
-    // optional uint64 nonce = 4 [default = 0];
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    boolean hasNonce();
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    long getNonce();
   }
   /**
    * Protobuf type {@code ModifyColumnRequest}
@@ -2612,16 +2232,6 @@ public final class MasterProtos {
               bitField0_ |= 0x00000002;
               break;
             }
-            case 24: {
-              bitField0_ |= 0x00000004;
-              nonceGroup_ = input.readUInt64();
-              break;
-            }
-            case 32: {
-              bitField0_ |= 0x00000008;
-              nonce_ = input.readUInt64();
-              break;
-            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -2706,43 +2316,9 @@ public final class MasterProtos {
       return columnFamilies_;
     }
 
-    // optional uint64 nonce_group = 3 [default = 0];
-    public static final int NONCE_GROUP_FIELD_NUMBER = 3;
-    private long nonceGroup_;
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    public boolean hasNonceGroup() {
-      return ((bitField0_ & 0x00000004) == 0x00000004);
-    }
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    public long getNonceGroup() {
-      return nonceGroup_;
-    }
-
-    // optional uint64 nonce = 4 [default = 0];
-    public static final int NONCE_FIELD_NUMBER = 4;
-    private long nonce_;
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    public boolean hasNonce() {
-      return ((bitField0_ & 0x00000008) == 0x00000008);
-    }
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    public long getNonce() {
-      return nonce_;
-    }
-
     private void initFields() {
       tableName_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.getDefaultInstance();
       columnFamilies_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.getDefaultInstance();
-      nonceGroup_ = 0L;
-      nonce_ = 0L;
     }
     private byte memoizedIsInitialized = -1;
     public final boolean isInitialized() {
@@ -2778,12 +2354,6 @@ public final class MasterProtos {
       if (((bitField0_ & 0x00000002) == 0x00000002)) {
         output.writeMessage(2, columnFamilies_);
       }
-      if (((bitField0_ & 0x00000004) == 0x00000004)) {
-        output.writeUInt64(3, nonceGroup_);
-      }
-      if (((bitField0_ & 0x00000008) == 0x00000008)) {
-        output.writeUInt64(4, nonce_);
-      }
       getUnknownFields().writeTo(output);
     }
 
@@ -2801,14 +2371,6 @@ public final class MasterProtos {
         size += com.google.protobuf.CodedOutputStream
           .computeMessageSize(2, columnFamilies_);
       }
-      if (((bitField0_ & 0x00000004) == 0x00000004)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeUInt64Size(3, nonceGroup_);
-      }
-      if (((bitField0_ & 0x00000008) == 0x00000008)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeUInt64Size(4, nonce_);
-      }
       size += getUnknownFields().getSerializedSize();
       memoizedSerializedSize = size;
       return size;
@@ -2842,16 +2404,6 @@ public final class MasterProtos {
         result = result && getColumnFamilies()
             .equals(other.getColumnFamilies());
       }
-      result = result && (hasNonceGroup() == other.hasNonceGroup());
-      if (hasNonceGroup()) {
-        result = result && (getNonceGroup()
-            == other.getNonceGroup());
-      }
-      result = result && (hasNonce() == other.hasNonce());
-      if (hasNonce()) {
-        result = result && (getNonce()
-            == other.getNonce());
-      }
       result = result &&
           getUnknownFields().equals(other.getUnknownFields());
       return result;
@@ -2873,14 +2425,6 @@ public final class MasterProtos {
         hash = (37 * hash) + COLUMN_FAMILIES_FIELD_NUMBER;
         hash = (53 * hash) + getColumnFamilies().hashCode();
       }
-      if (hasNonceGroup()) {
-        hash = (37 * hash) + NONCE_GROUP_FIELD_NUMBER;
-        hash = (53 * hash) + hashLong(getNonceGroup());
-      }
-      if (hasNonce()) {
-        hash = (37 * hash) + NONCE_FIELD_NUMBER;
-        hash = (53 * hash) + hashLong(getNonce());
-      }
       hash = (29 * hash) + getUnknownFields().hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -3004,10 +2548,6 @@ public final class MasterProtos {
           columnFamiliesBuilder_.clear();
         }
         bitField0_ = (bitField0_ & ~0x00000002);
-        nonceGroup_ = 0L;
-        bitField0_ = (bitField0_ & ~0x00000004);
-        nonce_ = 0L;
-        bitField0_ = (bitField0_ & ~0x00000008);
         return this;
       }
 
@@ -3052,14 +2592,6 @@ public final class MasterProtos {
         } else {
           result.columnFamilies_ = columnFamiliesBuilder_.build();
         }
-        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
-          to_bitField0_ |= 0x00000004;
-        }
-        result.nonceGroup_ = nonceGroup_;
-        if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
-          to_bitField0_ |= 0x00000008;
-        }
-        result.nonce_ = nonce_;
         result.bitField0_ = to_bitField0_;
         onBuilt();
         return result;
@@ -3082,12 +2614,6 @@ public final class MasterProtos {
         if (other.hasColumnFamilies()) {
           mergeColumnFamilies(other.getColumnFamilies());
         }
-        if (other.hasNonceGroup()) {
-          setNonceGroup(other.getNonceGroup());
-        }
-        if (other.hasNonce()) {
-          setNonce(other.getNonce());
-        }
         this.mergeUnknownFields(other.getUnknownFields());
         return this;
       }
@@ -3365,72 +2891,6 @@ public final class MasterProtos {
         return columnFamiliesBuilder_;
       }
 
-      // optional uint64 nonce_group = 3 [default = 0];
-      private long nonceGroup_ ;
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public boolean hasNonceGroup() {
-        return ((bitField0_ & 0x00000004) == 0x00000004);
-      }
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public long getNonceGroup() {
-        return nonceGroup_;
-      }
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public Builder setNonceGroup(long value) {
-        bitField0_ |= 0x00000004;
-        nonceGroup_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public Builder clearNonceGroup() {
-        bitField0_ = (bitField0_ & ~0x00000004);
-        nonceGroup_ = 0L;
-        onChanged();
-        return this;
-      }
-
-      // optional uint64 nonce = 4 [default = 0];
-      private long nonce_ ;
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public boolean hasNonce() {
-        return ((bitField0_ & 0x00000008) == 0x00000008);
-      }
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public long getNonce() {
-        return nonce_;
-      }
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public Builder setNonce(long value) {
-        bitField0_ |= 0x00000008;
-        nonce_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public Builder clearNonce() {
-        bitField0_ = (bitField0_ & ~0x00000008);
-        nonce_ = 0L;
-        onChanged();
-        return this;
-      }
-
       // @@protoc_insertion_point(builder_scope:ModifyColumnRequest)
     }
 
@@ -8925,26 +8385,6 @@ public final class MasterProtos {
      * <code>repeated bytes split_keys = 2;</code>
      */
     com.google.protobuf.ByteString getSplitKeys(int index);
-
-    // optional uint64 nonce_group = 3 [default = 0];
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    boolean hasNonceGroup();
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    long getNonceGroup();
-
-    // optional uint64 nonce = 4 [default = 0];
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    boolean hasNonce();
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    long getNonce();
   }
   /**
    * Protobuf type {@code CreateTableRequest}
@@ -9018,16 +8458,6 @@ public final class MasterProtos {
               splitKeys_.add(input.readBytes());
               break;
             }
-            case 24: {
-              bitField0_ |= 0x00000002;
-              nonceGroup_ = input.readUInt64();
-              break;
-            }
-            case 32: {
-              bitField0_ |= 0x00000004;
-              nonce_ = input.readUInt64();
-              break;
-            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -9116,43 +8546,9 @@ public final class MasterProtos {
       return splitKeys_.get(index);
     }
 
-    // optional uint64 nonce_group = 3 [default = 0];
-    public static final int NONCE_GROUP_FIELD_NUMBER = 3;
-    private long nonceGroup_;
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    public boolean hasNonceGroup() {
-      return ((bitField0_ & 0x00000002) == 0x00000002);
-    }
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    public long getNonceGroup() {
-      return nonceGroup_;
-    }
-
-    // optional uint64 nonce = 4 [default = 0];
-    public static final int NONCE_FIELD_NUMBER = 4;
-    private long nonce_;
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    public boolean hasNonce() {
-      return ((bitField0_ & 0x00000004) == 0x00000004);
-    }
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    public long getNonce() {
-      return nonce_;
-    }
-
     private void initFields() {
       tableSchema_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.getDefaultInstance();
       splitKeys_ = java.util.Collections.emptyList();
-      nonceGroup_ = 0L;
-      nonce_ = 0L;
     }
     private byte memoizedIsInitialized = -1;
     public final boolean isInitialized() {
@@ -9180,12 +8576,6 @@ public final class MasterProtos {
       for (int i = 0; i < splitKeys_.size(); i++) {
         output.writeBytes(2, splitKeys_.get(i));
       }
-      if (((bitField0_ & 0x00000002) == 0x00000002)) {
-        output.writeUInt64(3, nonceGroup_);
-      }
-      if (((bitField0_ & 0x00000004) == 0x00000004)) {
-        output.writeUInt64(4, nonce_);
-      }
       getUnknownFields().writeTo(output);
     }
 
@@ -9208,14 +8598,6 @@ public final class MasterProtos {
         size += dataSize;
         size += 1 * getSplitKeysList().size();
       }
-      if (((bitField0_ & 0x00000002) == 0x00000002)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeUInt64Size(3, nonceGroup_);
-      }
-      if (((bitField0_ & 0x00000004) == 0x00000004)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeUInt64Size(4, nonce_);
-      }
       size += getUnknownFields().getSerializedSize();
       memoizedSerializedSize = size;
       return size;
@@ -9246,16 +8628,6 @@ public final class MasterProtos {
       }
       result = result && getSplitKeysList()
           .equals(other.getSplitKeysList());
-      result = result && (hasNonceGroup() == other.hasNonceGroup());
-      if (hasNonceGroup()) {
-        result = result && (getNonceGroup()
-            == other.getNonceGroup());
-      }
-      result = result && (hasNonce() == other.hasNonce());
-      if (hasNonce()) {
-        result = result && (getNonce()
-            == other.getNonce());
-      }
       result = result &&
           getUnknownFields().equals(other.getUnknownFields());
       return result;
@@ -9277,14 +8649,6 @@ public final class MasterProtos {
         hash = (37 * hash) + SPLIT_KEYS_FIELD_NUMBER;
         hash = (53 * hash) + getSplitKeysList().hashCode();
       }
-      if (hasNonceGroup()) {
-        hash = (37 * hash) + NONCE_GROUP_FIELD_NUMBER;
-        hash = (53 * hash) + hashLong(getNonceGroup());
-      }
-      if (hasNonce()) {
-        hash = (37 * hash) + NONCE_FIELD_NUMBER;
-        hash = (53 * hash) + hashLong(getNonce());
-      }
       hash = (29 * hash) + getUnknownFields().hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -9403,10 +8767,6 @@ public final class MasterProtos {
         bitField0_ = (bitField0_ & ~0x00000001);
         splitKeys_ = java.util.Collections.emptyList();
         bitField0_ = (bitField0_ & ~0x00000002);
-        nonceGroup_ = 0L;
-        bitField0_ = (bitField0_ & ~0x00000004);
-        nonce_ = 0L;
-        bitField0_ = (bitField0_ & ~0x00000008);
         return this;
       }
 
@@ -9448,14 +8808,6 @@ public final class MasterProtos {
           bitField0_ = (bitField0_ & ~0x00000002);
         }
         result.splitKeys_ = splitKeys_;
-        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
-          to_bitField0_ |= 0x00000002;
-        }
-        result.nonceGroup_ = nonceGroup_;
-        if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
-          to_bitField0_ |= 0x00000004;
-        }
-        result.nonce_ = nonce_;
         result.bitField0_ = to_bitField0_;
         onBuilt();
         return result;
@@ -9485,12 +8837,6 @@ public final class MasterProtos {
           }
           onChanged();
         }
-        if (other.hasNonceGroup()) {
-          setNonceGroup(other.getNonceGroup());
-        }
-        if (other.hasNonce()) {
-          setNonce(other.getNonce());
-        }
         this.mergeUnknownFields(other.getUnknownFields());
         return this;
       }
@@ -9715,72 +9061,6 @@ public final class MasterProtos {
         return this;
       }
 
-      // optional uint64 nonce_group = 3 [default = 0];
-      private long nonceGroup_ ;
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public boolean hasNonceGroup() {
-        return ((bitField0_ & 0x00000004) == 0x00000004);
-      }
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public long getNonceGroup() {
-        return nonceGroup_;
-      }
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public Builder setNonceGroup(long value) {
-        bitField0_ |= 0x00000004;
-        nonceGroup_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public Builder clearNonceGroup() {
-        bitField0_ = (bitField0_ & ~0x00000004);
-        nonceGroup_ = 0L;
-        onChanged();
-        return this;
-      }
-
-      // optional uint64 nonce = 4 [default = 0];
-      private long nonce_ ;
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public boolean hasNonce() {
-        return ((bitField0_ & 0x00000008) == 0x00000008);
-      }
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public long getNonce() {
-        return nonce_;
-      }
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public Builder setNonce(long value) {
-        bitField0_ |= 0x00000008;
-        nonce_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public Builder clearNonce() {
-        bitField0_ = (bitField0_ & ~0x00000008);
-        nonce_ = 0L;
-        onChanged();
-        return this;
-      }
-
       // @@protoc_insertion_point(builder_scope:CreateTableRequest)
     }
 
@@ -10242,26 +9522,6 @@ public final class MasterProtos {
      * <code>required .TableName table_name = 1;</code>
      */
     org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder getTableNameOrBuilder();
-
-    // optional uint64 nonce_group = 2 [default = 0];
-    /**
-     * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-     */
-    boolean hasNonceGroup();
-    /**
-     * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-     */
-    long getNonceGroup();
-
-    // optional uint64 nonce = 3 [default = 0];
-    /**
-     * <code>optional uint64 nonce = 3 [default = 0];</code>
-     */
-    boolean hasNonce();
-    /**
-     * <code>optional uint64 nonce = 3 [default = 0];</code>
-     */
-    long getNonce();
   }
   /**
    * Protobuf type {@code DeleteTableRequest}
@@ -10327,16 +9587,6 @@ public final class MasterProtos {
               bitField0_ |= 0x00000001;
               break;
             }
-            case 16: {
-              bitField0_ |= 0x00000002;
-              nonceGroup_ = input.readUInt64();
-              break;
-            }
-            case 24: {
-              bitField0_ |= 0x00000004;
-              nonce_ = input.readUInt64();
-              break;
-            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -10399,42 +9649,8 @@ public final class MasterProtos {
       return tableName_;
     }
 
-    // optional uint64 nonce_group = 2 [default = 0];
-    public static final int NONCE_GROUP_FIELD_NUMBER = 2;
-    private long nonceGroup_;
-    /**
-     * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-     */
-    public boolean hasNonceGroup() {
-      return ((bitField0_ & 0x00000002) == 0x00000002);
-    }
-    /**
-     * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-     */
-    public long getNonceGroup() {
-      return nonceGroup_;
-    }
-
-    // optional uint64 nonce = 3 [default = 0];
-    public static final int NONCE_FIELD_NUMBER = 3;
-    private long nonce_;
-    /**
-     * <code>optional uint64 nonce = 3 [default = 0];</code>
-     */
-    public boolean hasNonce() {
-      return ((bitField0_ & 0x00000004) == 0x00000004);
-    }
-    /**
-     * <code>optional uint64 nonce = 3 [default = 0];</code>
-     */
-    public long getNonce() {
-      return nonce_;
-    }
-
     private void initFields() {
       tableName_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.getDefaultInstance();
-      nonceGroup_ = 0L;
-      nonce_ = 0L;
     }
     private byte memoizedIsInitialized = -1;
     public final boolean isInitialized() {
@@ -10459,12 +9675,6 @@ public final class MasterProtos {
       if (((bitField0_ & 0x00000001) == 0x00000001)) {
         output.writeMessage(1, tableName_);
       }
-      if (((bitField0_ & 0x00000002) == 0x00000002)) {
-        output.writeUInt64(2, nonceGroup_);
-      }
-      if (((bitField0_ & 0x00000004) == 0x00000004)) {
-        output.writeUInt64(3, nonce_);
-      }
       getUnknownFields().writeTo(output);
     }
 
@@ -10478,14 +9688,6 @@ public final class MasterProtos {
         size += com.google.protobuf.CodedOutputStream
           .computeMessageSize(1, tableName_);
       }
-      if (((bitField0_ & 0x00000002) == 0x00000002)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeUInt64Size(2, nonceGroup_);
-      }
-      if (((bitField0_ & 0x00000004) == 0x00000004)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeUInt64Size(3, nonce_);
-      }
       size += getUnknownFields().getSerializedSize();
       memoizedSerializedSize = size;
       return size;
@@ -10514,16 +9716,6 @@ public final class MasterProtos {
         result = result && getTableName()
             .equals(other.getTableName());
       }
-      result = result && (hasNonceGroup() == other.hasNonceGroup());
-      if (hasNonceGroup()) {
-        result = result && (getNonceGroup()
-            == other.getNonceGroup());
-      }
-      result = result && (hasNonce() == other.hasNonce());
-      if (hasNonce()) {
-        result = result && (getNonce()
-            == other.getNonce());
-      }
       result = result &&
           getUnknownFields().equals(other.getUnknownFields());
       return result;
@@ -10541,14 +9733,6 @@ public final class MasterProtos {
         hash = (37 * hash) + TABLE_NAME_FIELD_NUMBER;
         hash = (53 * hash) + getTableName().hashCode();
       }
-      if (hasNonceGroup()) {
-        hash = (37 * hash) + NONCE_GROUP_FIELD_NUMBER;
-        hash = (53 * hash) + hashLong(getNonceGroup());
-      }
-      if (hasNonce()) {
-        hash = (37 * hash) + NONCE_FIELD_NUMBER;
-        hash = (53 * hash) + hashLong(getNonce());
-      }
       hash = (29 * hash) + getUnknownFields().hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -10665,10 +9849,6 @@ public final class MasterProtos {
           tableNameBuilder_.clear();
         }
         bitField0_ = (bitField0_ & ~0x00000001);
-        nonceGroup_ = 0L;
-        bitField0_ = (bitField0_ & ~0x00000002);
-        nonce_ = 0L;
-        bitField0_ = (bitField0_ & ~0x00000004);
         return this;
       }
 
@@ -10705,14 +9885,6 @@ public final class MasterProtos {
         } else {
           result.tableName_ = tableNameBuilder_.build();
         }
-        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
-          to_bitField0_ |= 0x00000002;
-        }
-        result.nonceGroup_ = nonceGroup_;
-        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
-          to_bitField0_ |= 0x00000004;
-        }
-        result.nonce_ = nonce_;
         result.bitField0_ = to_bitField0_;
         onBuilt();
         return result;
@@ -10732,12 +9904,6 @@ public final class MasterProtos {
         if (other.hasTableName()) {
           mergeTableName(other.getTableName());
         }
-        if (other.hasNonceGroup()) {
-          setNonceGroup(other.getNonceGroup());
-        }
-        if (other.hasNonce()) {
-          setNonce(other.getNonce());
-        }
         this.mergeUnknownFields(other.getUnknownFields());
         return this;
       }
@@ -10890,72 +10056,6 @@ public final class MasterProtos {
         return tableNameBuilder_;
       }
 
-      // optional uint64 nonce_group = 2 [default = 0];
-      private long nonceGroup_ ;
-      /**
-       * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-       */
-      public boolean hasNonceGroup() {
-        return ((bitField0_ & 0x00000002) == 0x00000002);
-      }
-      /**
-       * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-       */
-      public long getNonceGroup() {
-        return nonceGroup_;
-      }
-      /**
-       * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-       */
-      public Builder setNonceGroup(long value) {
-        bitField0_ |= 0x00000002;
-        nonceGroup_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-       */
-      public Builder clearNonceGroup() {
-        bitField0_ = (bitField0_ & ~0x00000002);
-        nonceGroup_ = 0L;
-        onChanged();
-        return this;
-      }
-
-      // optional uint64 nonce = 3 [default = 0];
-      private long nonce_ ;
-      /**
-       * <code>optional uint64 nonce = 3 [default = 0];</code>
-       */
-      public boolean hasNonce() {
-        return ((bitField0_ & 0x00000004) == 0x00000004);
-      }
-      /**
-       * <code>optional uint64 nonce = 3 [default = 0];</code>
-       */
-      public long getNonce() {
-        return nonce_;
-      }
-      /**
-       * <code>optional uint64 nonce = 3 [default = 0];</code>
-       */
-      public Builder setNonce(long value) {
-        bitField0_ |= 0x00000004;
-        nonce_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * <code>optional uint64 nonce = 3 [default = 0];</code>
-       */
-      public Builder clearNonce() {
-        bitField0_ = (bitField0_ & ~0x00000004);
-        nonce_ = 0L;
-        onChanged();
-        return this;
-      }
-
       // @@protoc_insertion_point(builder_scope:DeleteTableRequest)
     }
 
@@ -11427,26 +10527,6 @@ public final class MasterProtos {
      * <code>optional bool preserveSplits = 2 [default = false];</code>
      */
     boolean getPreserveSplits();
-
-    // optional uint64 nonce_group = 3 [default = 0];
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    boolean hasNonceGroup();
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    long getNonceGroup();
-
-    // optional uint64 nonce = 4 [default = 0];
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    boolean hasNonce();
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    long getNonce();
   }
   /**
    * Protobuf type {@code TruncateTableRequest}
@@ -11517,16 +10597,6 @@ public final class MasterProtos {
               preserveSplits_ = input.readBool();
               break;
             }
-            case 24: {
-              bitField0_ |= 0x00000004;
-              nonceGroup_ = input.readUInt64();
-              break;
-            }
-            case 32: {
-              bitField0_ |= 0x00000008;
-              nonce_ = input.readUInt64();
-              break;
-            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -11605,43 +10675,9 @@ public final class MasterProtos {
       return preserveSplits_;
     }
 
-    // optional uint64 nonce_group = 3 [default = 0];
-    public static final int NONCE_GROUP_FIELD_NUMBER = 3;
-    private long nonceGroup_;
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    public boolean hasNonceGroup() {
-      return ((bitField0_ & 0x00000004) == 0x00000004);
-    }
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    public long getNonceGroup() {
-      return nonceGroup_;
-    }
-
-    // optional uint64 nonce = 4 [default = 0];
-    public static final int NONCE_FIELD_NUMBER = 4;
-    private long nonce_;
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    public boolean hasNonce() {
-      return ((bitField0_ & 0x00000008) == 0x00000008);
-    }
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    public long getNonce() {
-      return nonce_;
-    }
-
     private void initFields() {
       tableName_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.getDefaultInstance();
       preserveSplits_ = false;
-      nonceGroup_ = 0L;
-      nonce_ = 0L;
     }
     private byte memoizedIsInitialized = -1;
     public final boolean isInitialized() {
@@ -11669,12 +10705,6 @@ public final class MasterProtos {
       if (((bitField0_ & 0x00000002) == 0x00000002)) {
         output.writeBool(2, preserveSplits_);
       }
-      if (((bitField0_ & 0x00000004) == 0x00000004)) {
-        output.writeUInt64(3, nonceGroup_);
-      }
-      if (((bitField0_ & 0x00000008) == 0x00000008)) {
-        output.writeUInt64(4, nonce_);
-      }
       getUnknownFields().writeTo(output);
     }
 
@@ -11692,14 +10722,6 @@ public final class MasterProtos {
         size += com.google.protobuf.CodedOutputStream
           .computeBoolSize(2, preserveSplits_);
       }
-      if (((bitField0_ & 0x00000004) == 0x00000004)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeUInt64Size(3, nonceGroup_);
-      }
-      if (((bitField0_ & 0x00000008) == 0x00000008)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeUInt64Size(4, nonce_);
-      }
       size += getUnknownFields().getSerializedSize();
       memoizedSerializedSize = size;
       return size;
@@ -11733,16 +10755,6 @@ public final class MasterProtos {
         result = result && (getPreserveSplits()
             == other.getPreserveSplits());
       }
-      result = result && (hasNonceGroup() == other.hasNonceGroup());
-      if (hasNonceGroup()) {
-        result = result && (getNonceGroup()
-            == other.getNonceGroup());
-      }
-      result = result && (hasNonce() == other.hasNonce());
-      if (hasNonce()) {
-        result = result && (getNonce()
-            == other.getNonce());
-      }
       result = result &&
           getUnknownFields().equals(other.getUnknownFields());
       return result;
@@ -11764,14 +10776,6 @@ public final class MasterProtos {
         hash = (37 * hash) + PRESERVESPLITS_FIELD_NUMBER;
         hash = (53 * hash) + hashBoolean(getPreserveSplits());
       }
-      if (hasNonceGroup()) {
-        hash = (37 * hash) + NONCE_GROUP_FIELD_NUMBER;
-        hash = (53 * hash) + hashLong(getNonceGroup());
-      }
-      if (hasNonce()) {
-        hash = (37 * hash) + NONCE_FIELD_NUMBER;
-        hash = (53 * hash) + hashLong(getNonce());
-      }
       hash = (29 * hash) + getUnknownFields().hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -11890,10 +10894,6 @@ public final class MasterProtos {
         bitField0_ = (bitField0_ & ~0x00000001);
         preserveSplits_ = false;
         bitField0_ = (bitField0_ & ~0x00000002);
-        nonceGroup_ = 0L;
-        bitField0_ = (bitField0_ & ~0x00000004);
-        nonce_ = 0L;
-        bitField0_ = (bitField0_ & ~0x00000008);
         return this;
       }
 
@@ -11934,14 +10934,6 @@ public final class MasterProtos {
           to_bitField0_ |= 0x00000002;
         }
         result.preserveSplits_ = preserveSplits_;
-        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
-          to_bitField0_ |= 0x00000004;
-        }
-        result.nonceGroup_ = nonceGroup_;
-        if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
-          to_bitField0_ |= 0x00000008;
-        }
-        result.nonce_ = nonce_;
         result.bitField0_ = to_bitField0_;
         onBuilt();
         return result;
@@ -11964,12 +10956,6 @@ public final class MasterProtos {
         if (other.hasPreserveSplits()) {
           setPreserveSplits(other.getPreserveSplits());
         }
-        if (other.hasNonceGroup()) {
-          setNonceGroup(other.getNonceGroup());
-        }
-        if (other.hasNonce()) {
-          setNonce(other.getNonce());
-        }
         this.mergeUnknownFields(other.getUnknownFields());
         return this;
       }
@@ -12155,72 +11141,6 @@ public final class MasterProtos {
         return this;
       }
 
-      // optional uint64 nonce_group = 3 [default = 0];
-      private long nonceGroup_ ;
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public boolean hasNonceGroup() {
-        return ((bitField0_ & 0x00000004) == 0x00000004);
-      }
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public long getNonceGroup() {
-        return nonceGroup_;
-      }
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public Builder setNonceGroup(long value) {
-        bitField0_ |= 0x00000004;
-        nonceGroup_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public Builder clearNonceGroup() {
-        bitField0_ = (bitField0_ & ~0x00000004);
-        nonceGroup_ = 0L;
-        onChanged();
-        return this;
-      }
-
-      // optional uint64 nonce = 4 [default = 0];
-      private long nonce_ ;
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public boolean hasNonce() {
-        return ((bitField0_ & 0x00000008) == 0x00000008);
-      }
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public long getNonce() {
-        return nonce_;
-      }
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public Builder setNonce(long value) {
-        bitField0_ |= 0x00000008;
-        nonce_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public Builder clearNonce() {
-        bitField0_ = (bitField0_ & ~0x00000008);
-        nonce_ = 0L;
-        onChanged();
-        return this;
-      }
-
       // @@protoc_insertion_point(builder_scope:TruncateTableRequest)
     }
 
@@ -12682,26 +11602,6 @@ public final class MasterProtos {
      * <code>required .TableName table_name = 1;</code>
      */
     org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder getTableNameOrBuilder();
-
-    // optional uint64 nonce_group = 2 [default = 0];
-    /**
-     * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-     */
-    boolean hasNonceGroup();
-    /**
-     * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-     */
-    long getNonceGroup();
-
-    // optional uint64 nonce = 3 [default = 0];
-    /**
-     * <code>optional uint64 nonce = 3 [default = 0];</code>
-     */
-    boolean hasNonce();
-    /**
-     * <code>optional uint64 nonce = 3 [default = 0];</code>
-     */
-    long getNonce();
   }
   /**
    * Protobuf type {@code EnableTableRequest}
@@ -12767,16 +11667,6 @@ public final class MasterProtos {
               bitField0_ |= 0x00000001;
               break;
             }
-            case 16: {
-              bitField0_ |= 0x00000002;
-              nonceGroup_ = input.readUInt64();
-              break;
-            }
-            case 24: {
-              bitField0_ |= 0x00000004;
-              nonce_ = input.readUInt64();
-              break;
-            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -12839,42 +11729,8 @@ public final class MasterProtos {
       return tableName_;
     }
 
-    // optional uint64 nonce_group = 2 [default = 0];
-    public static final int NONCE_GROUP_FIELD_NUMBER = 2;
-    private long nonceGroup_;
-    /**
-     * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-     */
-    public boolean hasNonceGroup() {
-      return ((bitField0_ & 0x00000002) == 0x00000002);
-    }
-    /**
-     * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-     */
-    public long getNonceGroup() {
-      return nonceGroup_;
-    }
-
-    // optional uint64 nonce = 3 [default = 0];
-    public static final int NONCE_FIELD_NUMBER = 3;
-    private long nonce_;
-    /**
-     * <code>optional uint64 nonce = 3 [default = 0];</code>
-     */
-    public boolean hasNonce() {
-      return ((bitField0_ & 0x00000004) == 0x00000004);
-    }
-    /**
-     * <code>optional uint64 nonce = 3 [default = 0];</code>
-     */
-    public long getNonce() {
-      return nonce_;
-    }
-
     private void initFields() {
       tableName_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.getDefaultInstance();
-      nonceGroup_ = 0L;
-      nonce_ = 0L;
     }
     private byte memoizedIsInitialized = -1;
     public final boolean isInitialized() {
@@ -12899,12 +11755,6 @@ public final class MasterProtos {
       if (((bitField0_ & 0x00000001) == 0x00000001)) {
         output.writeMessage(1, tableName_);
       }
-      if (((bitField0_ & 0x00000002) == 0x00000002)) {
-        output.writeUInt64(2, nonceGroup_);
-      }
-      if (((bitField0_ & 0x00000004) == 0x00000004)) {
-        output.writeUInt64(3, nonce_);
-      }
       getUnknownFields().writeTo(output);
     }
 
@@ -12918,14 +11768,6 @@ public final class MasterProtos {
         size += com.google.protobuf.CodedOutputStream
           .computeMessageSize(1, tableName_);
       }
-      if (((bitField0_ & 0x00000002) == 0x00000002)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeUInt64Size(2, nonceGroup_);
-      }
-      if (((bitField0_ & 0x00000004) == 0x00000004)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeUInt64Size(3, nonce_);
-      }
       size += getUnknownFields().getSerializedSize();
       memoizedSerializedSize = size;
       return size;
@@ -12954,16 +11796,6 @@ public final class MasterProtos {
         result = result && getTableName()
             .equals(other.getTableName());
       }
-      result = result && (hasNonceGroup() == other.hasNonceGroup());
-      if (hasNonceGroup()) {
-        result = result && (getNonceGroup()
-            == other.getNonceGroup());
-      }
-      result = result && (hasNonce() == other.hasNonce());
-      if (hasNonce()) {
-        result = result && (getNonce()
-            == other.getNonce());
-      }
       result = result &&
           getUnknownFields().equals(other.getUnknownFields());
       return result;
@@ -12981,14 +11813,6 @@ public final class MasterProtos {
         hash = (37 * hash) + TABLE_NAME_FIELD_NUMBER;
         hash = (53 * hash) + getTableName().hashCode();
       }
-      if (hasNonceGroup()) {
-        hash = (37 * hash) + NONCE_GROUP_FIELD_NUMBER;
-        hash = (53 * hash) + hashLong(getNonceGroup());
-      }
-      if (hasNonce()) {
-        hash = (37 * hash) + NONCE_FIELD_NUMBER;
-        hash = (53 * hash) + hashLong(getNonce());
-      }
       hash = (29 * hash) + getUnknownFields().hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -13105,10 +11929,6 @@ public final class MasterProtos {
           tableNameBuilder_.clear();
         }
         bitField0_ = (bitField0_ & ~0x00000001);
-        nonceGroup_ = 0L;
-        bitField0_ = (bitField0_ & ~0x00000002);
-        nonce_ = 0L;
-        bitField0_ = (bitField0_ & ~0x00000004);
         return this;
       }
 
@@ -13145,14 +11965,6 @@ public final class MasterProtos {
         } else {
           result.tableName_ = tableNameBuilder_.build();
         }
-        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
-          to_bitField0_ |= 0x00000002;
-        }
-        result.nonceGroup_ = nonceGroup_;
-        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
-          to_bitField0_ |= 0x00000004;
-        }
-        result.nonce_ = nonce_;
         result.bitField0_ = to_bitField0_;
         onBuilt();
         return result;
@@ -13172,12 +11984,6 @@ public final class MasterProtos {
         if (other.hasTableName()) {
           mergeTableName(other.getTableName());
         }
-        if (other.hasNonceGroup()) {
-          setNonceGroup(other.getNonceGroup());
-        }
-        if (other.hasNonce()) {
-          setNonce(other.getNonce());
-        }
         this.mergeUnknownFields(other.getUnknownFields());
         return this;
       }
@@ -13330,72 +12136,6 @@ public final class MasterProtos {
         return tableNameBuilder_;
       }
 
-      // optional uint64 nonce_group = 2 [default = 0];
-      private long nonceGroup_ ;
-      /**
-       * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-       */
-      public boolean hasNonceGroup() {
-        return ((bitField0_ & 0x00000002) == 0x00000002);
-      }
-      /**
-       * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-       */
-      public long getNonceGroup() {
-        return nonceGroup_;
-      }
-      /**
-       * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-       */
-      public Builder setNonceGroup(long value) {
-        bitField0_ |= 0x00000002;
-        nonceGroup_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-       */
-      public Builder clearNonceGroup() {
-        bitField0_ = (bitField0_ & ~0x00000002);
-        nonceGroup_ = 0L;
-        onChanged();
-        return this;
-      }
-
-      // optional uint64 nonce = 3 [default = 0];
-      private long nonce_ ;
-      /**
-       * <code>optional uint64 nonce = 3 [default = 0];</code>
-       */
-      public boolean hasNonce() {
-        return ((bitField0_ & 0x00000004) == 0x00000004);
-      }
-      /**
-       * <code>optional uint64 nonce = 3 [default = 0];</code>
-       */
-      public long getNonce() {
-        return nonce_;
-      }
-      /**
-       * <code>optional uint64 nonce = 3 [default = 0];</code>
-       */
-      public Builder setNonce(long value) {
-        bitField0_ |= 0x00000004;
-        nonce_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * <code>optional uint64 nonce = 3 [default = 0];</code>
-       */
-      public Builder clearNonce() {
-        bitField0_ = (bitField0_ & ~0x00000004);
-        nonce_ = 0L;
-        onChanged();
-        return this;
-      }
-
       // @@protoc_insertion_point(builder_scope:EnableTableRequest)
     }
 
@@ -13857,26 +12597,6 @@ public final class MasterProtos {
      * <code>required .TableName table_name = 1;</code>
      */
     org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder getTableNameOrBuilder();
-
-    // optional uint64 nonce_group = 2 [default = 0];
-    /**
-     * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-     */
-    boolean hasNonceGroup();
-    /**
-     * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-     */
-    long getNonceGroup();
-
-    // optional uint64 nonce = 3 [default = 0];
-    /**
-     * <code>optional uint64 nonce = 3 [default = 0];</code>
-     */
-    boolean hasNonce();
-    /**
-     * <code>optional uint64 nonce = 3 [default = 0];</code>
-     */
-    long getNonce();
   }
   /**
    * Protobuf type {@code DisableTableRequest}
@@ -13942,16 +12662,6 @@ public final class MasterProtos {
               bitField0_ |= 0x00000001;
               break;
             }
-            case 16: {
-              bitField0_ |= 0x00000002;
-              nonceGroup_ = input.readUInt64();
-              break;
-            }
-            case 24: {
-              bitField0_ |= 0x00000004;
-              nonce_ = input.readUInt64();
-              break;
-            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -14014,42 +12724,8 @@ public final class MasterProtos {
       return tableName_;
     }
 
-    // optional uint64 nonce_group = 2 [default = 0];
-    public static final int NONCE_GROUP_FIELD_NUMBER = 2;
-    private long nonceGroup_;
-    /**
-     * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-     */
-    public boolean hasNonceGroup() {
-      return ((bitField0_ & 0x00000002) == 0x00000002);
-    }
-    /**
-     * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-     */
-    public long getNonceGroup() {
-      return nonceGroup_;
-    }
-
-    // optional uint64 nonce = 3 [default = 0];
-    public static final int NONCE_FIELD_NUMBER = 3;
-    private long nonce_;
-    /**
-     * <code>optional uint64 nonce = 3 [default = 0];</code>
-     */
-    public boolean hasNonce() {
-      return ((bitField0_ & 0x00000004) == 0x00000004);
-    }
-    /**
-     * <code>optional uint64 nonce = 3 [default = 0];</code>
-     */
-    public long getNonce() {
-      return nonce_;
-    }
-
     private void initFields() {
       tableName_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.getDefaultInstance();
-      nonceGroup_ = 0L;
-      nonce_ = 0L;
     }
     private byte memoizedIsInitialized = -1;
     public final boolean isInitialized() {
@@ -14074,12 +12750,6 @@ public final class MasterProtos {
       if (((bitField0_ & 0x00000001) == 0x00000001)) {
         output.writeMessage(1, tableName_);
       }
-      if (((bitField0_ & 0x00000002) == 0x00000002)) {
-        output.writeUInt64(2, nonceGroup_);
-      }
-      if (((bitField0_ & 0x00000004) == 0x00000004)) {
-        output.writeUInt64(3, nonce_);
-      }
       getUnknownFields().writeTo(output);
     }
 
@@ -14093,14 +12763,6 @@ public final class MasterProtos {
         size += com.google.protobuf.CodedOutputStream
           .computeMessageSize(1, tableName_);
       }
-      if (((bitField0_ & 0x00000002) == 0x00000002)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeUInt64Size(2, nonceGroup_);
-      }
-      if (((bitField0_ & 0x00000004) == 0x00000004)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeUInt64Size(3, nonce_);
-      }
       size += getUnknownFields().getSerializedSize();
       memoizedSerializedSize = size;
       return size;
@@ -14129,16 +12791,6 @@ public final class MasterProtos {
         result = result && getTableName()
             .equals(other.getTableName());
       }
-      result = result && (hasNonceGroup() == other.hasNonceGroup());
-      if (hasNonceGroup()) {
-        result = result && (getNonceGroup()
-            == other.getNonceGroup());
-      }
-      result = result && (hasNonce() == other.hasNonce());
-      if (hasNonce()) {
-        result = result && (getNonce()
-            == other.getNonce());
-      }
       result = result &&
           getUnknownFields().equals(other.getUnknownFields());
       return result;
@@ -14156,14 +12808,6 @@ public final class MasterProtos {
         hash = (37 * hash) + TABLE_NAME_FIELD_NUMBER;
         hash = (53 * hash) + getTableName().hashCode();
       }
-      if (hasNonceGroup()) {
-        hash = (37 * hash) + NONCE_GROUP_FIELD_NUMBER;
-        hash = (53 * hash) + hashLong(getNonceGroup());
-      }
-      if (hasNonce()) {
-        hash = (37 * hash) + NONCE_FIELD_NUMBER;
-        hash = (53 * hash) + hashLong(getNonce());
-      }
       hash = (29 * hash) + getUnknownFields().hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -14280,10 +12924,6 @@ public final class MasterProtos {
           tableNameBuilder_.clear();
         }
         bitField0_ = (bitField0_ & ~0x00000001);
-        nonceGroup_ = 0L;
-        bitField0_ = (bitField0_ & ~0x00000002);
-        nonce_ = 0L;
-        bitField0_ = (bitField0_ & ~0x00000004);
         return this;
       }
 
@@ -14320,14 +12960,6 @@ public final class MasterProtos {
         } else {
           result.tableName_ = tableNameBuilder_.build();
         }
-        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
-          to_bitField0_ |= 0x00000002;
-        }
-        result.nonceGroup_ = nonceGroup_;
-        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
-          to_bitField0_ |= 0x00000004;
-        }
-        result.nonce_ = nonce_;
         result.bitField0_ = to_bitField0_;
         onBuilt();
         return result;
@@ -14347,12 +12979,6 @@ public final class MasterProtos {
         if (other.hasTableName()) {
           mergeTableName(other.getTableName());
         }
-        if (other.hasNonceGroup()) {
-          setNonceGroup(other.getNonceGroup());
-        }
-        if (other.hasNonce()) {
-          setNonce(other.getNonce());
-        }
         this.mergeUnknownFields(other.getUnknownFields());
         return this;
       }
@@ -14505,72 +13131,6 @@ public final class MasterProtos {
         return tableNameBuilder_;
       }
 
-      // optional uint64 nonce_group = 2 [default = 0];
-      private long nonceGroup_ ;
-      /**
-       * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-       */
-      public boolean hasNonceGroup() {
-        return ((bitField0_ & 0x00000002) == 0x00000002);
-      }
-      /**
-       * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-       */
-      public long getNonceGroup() {
-        return nonceGroup_;
-      }
-      /**
-       * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-       */
-      public Builder setNonceGroup(long value) {
-        bitField0_ |= 0x00000002;
-        nonceGroup_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * <code>optional uint64 nonce_group = 2 [default = 0];</code>
-       */
-      public Builder clearNonceGroup() {
-        bitField0_ = (bitField0_ & ~0x00000002);
-        nonceGroup_ = 0L;
-        onChanged();
-        return this;
-      }
-
-      // optional uint64 nonce = 3 [default = 0];
-      private long nonce_ ;
-      /**
-       * <code>optional uint64 nonce = 3 [default = 0];</code>
-       */
-      public boolean hasNonce() {
-        return ((bitField0_ & 0x00000004) == 0x00000004);
-      }
-      /**
-       * <code>optional uint64 nonce = 3 [default = 0];</code>
-       */
-      public long getNonce() {
-        return nonce_;
-      }
-      /**
-       * <code>optional uint64 nonce = 3 [default = 0];</code>
-       */
-      public Builder setNonce(long value) {
-        bitField0_ |= 0x00000004;
-        nonce_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * <code>optional uint64 nonce = 3 [default = 0];</code>
-       */
-      public Builder clearNonce() {
-        bitField0_ = (bitField0_ & ~0x00000004);
-        nonce_ = 0L;
-        onChanged();
-        return this;
-      }
-
       // @@protoc_insertion_point(builder_scope:DisableTableRequest)
     }
 
@@ -15046,26 +13606,6 @@ public final class MasterProtos {
      * <code>required .TableSchema table_schema = 2;</code>
      */
     org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchemaOrBuilder getTableSchemaOrBuilder();
-
-    // optional uint64 nonce_group = 3 [default = 0];
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    boolean hasNonceGroup();
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    long getNonceGroup();
-
-    // optional uint64 nonce = 4 [default = 0];
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    boolean hasNonce();
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    long getNonce();
   }
   /**
    * Protobuf type {@code ModifyTableRequest}
@@ -15144,16 +13684,6 @@ public final class MasterProtos {
               bitField0_ |= 0x00000002;
               break;
             }
-            case 24: {
-              bitField0_ |= 0x00000004;
-              nonceGroup_ = input.readUInt64();
-              break;
-            }
-            case 32: {
-              bitField0_ |= 0x00000008;
-              nonce_ = input.readUInt64();
-              break;
-            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -15238,43 +13768,9 @@ public final class MasterProtos {
       return tableSchema_;
     }
 
-    // optional uint64 nonce_group = 3 [default = 0];
-    public static final int NONCE_GROUP_FIELD_NUMBER = 3;
-    private long nonceGroup_;
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    public boolean hasNonceGroup() {
-      return ((bitField0_ & 0x00000004) == 0x00000004);
-    }
-    /**
-     * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-     */
-    public long getNonceGroup() {
-      return nonceGroup_;
-    }
-
-    // optional uint64 nonce = 4 [default = 0];
-    public static final int NONCE_FIELD_NUMBER = 4;
-    private long nonce_;
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    public boolean hasNonce() {
-      return ((bitField0_ & 0x00000008) == 0x00000008);
-    }
-    /**
-     * <code>optional uint64 nonce = 4 [default = 0];</code>
-     */
-    public long getNonce() {
-      return nonce_;
-    }
-
     private void initFields() {
       tableName_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.getDefaultInstance();
       tableSchema_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.getDefaultInstance();
-      nonceGroup_ = 0L;
-      nonce_ = 0L;
     }
     private byte memoizedIsInitialized = -1;
     public final boolean isInitialized() {
@@ -15310,12 +13806,6 @@ public final class MasterProtos {
       if (((bitField0_ & 0x00000002) == 0x00000002)) {
         output.writeMessage(2, tableSchema_);
       }
-      if (((bitField0_ & 0x00000004) == 0x00000004)) {
-        output.writeUInt64(3, nonceGroup_);
-      }
-      if (((bitField0_ & 0x00000008) == 0x00000008)) {
-        output.writeUInt64(4, nonce_);
-      }
       getUnknownFields().writeTo(output);
     }
 
@@ -15333,14 +13823,6 @@ public final class MasterProtos {
         size += com.google.protobuf.CodedOutputStream
           .computeMessageSize(2, tableSchema_);
       }
-      if (((bitField0_ & 0x00000004) == 0x00000004)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeUInt64Size(3, nonceGroup_);
-      }
-      if (((bitField0_ & 0x00000008) == 0x00000008)) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeUInt64Size(4, nonce_);
-      }
       size += getUnknownFields().getSerializedSize();
       memoizedSerializedSize = size;
       return size;
@@ -15374,16 +13856,6 @@ public final class MasterProtos {
         result = result && getTableSchema()
             .equals(other.getTableSchema());
       }
-      result = result && (hasNonceGroup() == other.hasNonceGroup());
-      if (hasNonceGroup()) {
-        result = result && (getNonceGroup()
-            == other.getNonceGroup());
-      }
-      result = result && (hasNonce() == other.hasNonce());
-      if (hasNonce()) {
-        result = result && (getNonce()
-            == other.getNonce());
-      }
       result = result &&
           getUnknownFields().equals(other.getUnknownFields());
       return result;
@@ -15405,14 +13877,6 @@ public final class MasterProtos {
         hash = (37 * hash) + TABLE_SCHEMA_FIELD_NUMBER;
         hash = (53 * hash) + getTableSchema().hashCode();
       }
-      if (hasNonceGroup()) {
-        hash = (37 * hash) + NONCE_GROUP_FIELD_NUMBER;
-        hash = (53 * hash) + hashLong(getNonceGroup());
-      }
-      if (hasNonce()) {
-        hash = (37 * hash) + NONCE_FIELD_NUMBER;
-        hash = (53 * hash) + hashLong(getNonce());
-      }
       hash = (29 * hash) + getUnknownFields().hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -15536,10 +14000,6 @@ public final class MasterProtos {
           tableSchemaBuilder_.clear();
         }
         bitField0_ = (bitField0_ & ~0x00000002);
-        nonceGroup_ = 0L;
-        bitField0_ = (bitField0_ & ~0x00000004);
-        nonce_ = 0L;
-        bitField0_ = (bitField0_ & ~0x00000008);
         return this;
       }
 
@@ -15584,14 +14044,6 @@ public final class MasterProtos {
         } else {
           result.tableSchema_ = tableSchemaBuilder_.build();
         }
-        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
-          to_bitField0_ |= 0x00000004;
-        }
-        result.nonceGroup_ = nonceGroup_;
-        if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
-          to_bitField0_ |= 0x00000008;
-        }
-        result.nonce_ = nonce_;
         result.bitField0_ = to_bitField0_;
         onBuilt();
         return result;
@@ -15614,12 +14066,6 @@ public final class MasterProtos {
         if (other.hasTableSchema()) {
           mergeTableSchema(other.getTableSchema());
         }
-        if (other.hasNonceGroup()) {
-          setNonceGroup(other.getNonceGroup());
-        }
-        if (other.hasNonce()) {
-          setNonce(other.getNonce());
-        }
         this.mergeUnknownFields(other.getUnknownFields());
         return this;
       }
@@ -15897,72 +14343,6 @@ public final class MasterProtos {
         return tableSchemaBuilder_;
       }
 
-      // optional uint64 nonce_group = 3 [default = 0];
-      private long nonceGroup_ ;
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public boolean hasNonceGroup() {
-        return ((bitField0_ & 0x00000004) == 0x00000004);
-      }
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public long getNonceGroup() {
-        return nonceGroup_;
-      }
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public Builder setNonceGroup(long value) {
-        bitField0_ |= 0x00000004;
-        nonceGroup_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * <code>optional uint64 nonce_group = 3 [default = 0];</code>
-       */
-      public Builder clearNonceGroup() {
-        bitField0_ = (bitField0_ & ~0x00000004);
-        nonceGroup_ = 0L;
-        onChanged();
-        return this;
-      }
-
-      // optional uint64 nonce = 4 [default = 0];
-      private long nonce_ ;
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public boolean hasNonce() {
-        return ((bitField0_ & 0x00000008) == 0x00000008);
-      }
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public long getNonce() {
-        return nonce_;
-      }
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public Builder setNonce(long value) {
-        bitField0_ |= 0x00000008;
-        nonce_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * <code>optional uint64 nonce = 4 [default = 0];</code>
-       */
-      public Builder clearNonce() {
-        bitField0_ = (bitField0_ & ~0x00000008);
-        nonce_ = 0L;
-        onChanged();
-        return this;
-      }
-
       // @@protoc_insertion_point(builder_scope:ModifyTableRequest)
     }
 
@@ -54932,243 +53312,233 @@ public final class MasterProtos {
     java.lang.String[] descriptorData = {
       "\n\014Master.proto\032\013HBase.proto\032\014Client.prot" +
       "o\032\023ClusterStatus.proto\032\023ErrorHandling.pr" +
-      "oto\032\013Quota.proto\"\212\001\n\020AddColumnRequest\022\036\n" +
-      "\ntable_name\030\001 \002(\0132\n.TableName\022,\n\017column_" +
-      "families\030\002 \002(\0132\023.ColumnFamilySchema\022\026\n\013n" +
-      "once_group\030\003 \001(\004:\0010\022\020\n\005nonce\030\004 \001(\004:\0010\"\023\n" +
-      "\021AddColumnResponse\"t\n\023DeleteColumnReques" +
-      "t\022\036\n\ntable_name\030\001 \002(\0132\n.TableName\022\023\n\013col" +
-      "umn_name\030\002 \002(\014\022\026\n\013nonce_group\030\003 \001(\004:\0010\022\020" +
-      "\n\005nonce\030\004 \001(\004:\0010\"\026\n\024DeleteColumnResponse",
-      "\"\215\001\n\023ModifyColumnRequest\022\036\n\ntable_name\030\001" +
-      " \002(\0132\n.TableName\022,\n\017column_families\030\002 \002(" +
-      "\0132\023.ColumnFamilySchema\022\026\n\013nonce_group\030\003 " +
-      "\001(\004:\0010\022\020\n\005nonce\030\004 \001(\004:\0010\"\026\n\024ModifyColumn" +
-      "Response\"\\\n\021MoveRegionRequest\022 \n\006region\030" +
-      "\001 \002(\0132\020.RegionSpecifier\022%\n\020dest_server_n" +
-      "ame\030\002 \001(\0132\013.ServerName\"\024\n\022MoveRegionResp" +
-      "onse\"\200\001\n\035DispatchMergingRegionsRequest\022\"" +
-      "\n\010region_a\030\001 \002(\0132\020.RegionSpecifier\022\"\n\010re" +
-      "gion_b\030\002 \002(\0132\020.RegionSpecifier\022\027\n\010forcib",
-      "le\030\003 \001(\010:\005false\" \n\036DispatchMergingRegion" +
-      "sResponse\"7\n\023AssignRegionRequest\022 \n\006regi" +
-      "on\030\001 \002(\0132\020.RegionSpecifier\"\026\n\024AssignRegi" +
-      "onResponse\"O\n\025UnassignRegionRequest\022 \n\006r" +
-      "egion\030\001 \002(\0132\020.RegionSpecifier\022\024\n\005force\030\002" +
-      " \001(\010:\005false\"\030\n\026UnassignRegionResponse\"8\n" +
-      "\024OfflineRegionRequest\022 \n\006region\030\001 \002(\0132\020." +
-      "RegionSpecifier\"\027\n\025OfflineRegionResponse" +
-      "\"v\n\022CreateTableRequest\022\"\n\014table_schema\030\001" +
-      " \002(\0132\014.TableSchema\022\022\n\nsplit_keys\030\002 \003(\014\022\026",
-      "\n\013nonce_group\030\003 \001(\004:\0010\022\020\n\005nonce\030\004 \001(\004:\0010" +
-      "\"&\n\023CreateTableResponse\022\017\n\007proc_id\030\001 \001(\004" +
-      "\"^\n\022DeleteTableRequest\022\036\n\ntable_name\030\001 \002" +
-      "(\0132\n.TableName\022\026\n\013nonce_group\030\002 \001(\004:\0010\022\020" +
-      "\n\005nonce\030\003 \001(\004:\0010\"&\n\023DeleteTableResponse\022" +
-      "\017\n\007proc_id\030\001 \001(\004\"~\n\024TruncateTableRequest" +
-      "\022\035\n\ttableName\030\001 \002(\0132\n.TableName\022\035\n\016prese" +
-      "rveSplits\030\002 \001(\010:\005false\022\026\n\013nonce_group\030\003 " +
-      "\001(\004:\0010\022\020\n\005nonce\030\004 \001(\004:\0010\"(\n\025TruncateTabl" +
-      "eResponse\022\017\n\007proc_id\030\001 \001(\004\"^\n\022EnableTabl",
-      "eRequest\022\036\n\ntable_name\030\001 \002(\0132\n.TableName" +
-      "\022\026\n\013nonce_group\030\002 \001(\004:\0010\022\020\n\005nonce\030\003 \001(\004:" +
-      "\0010\"&\n\023EnableTableResponse\022\017\n\007proc_id\030\001 \001" +
-      "(\004\"_\n\023DisableTableRequest\022\036\n\ntable_name\030" +
-      "\001 \002(\0132\n.TableName\022\026\n\013nonce_group\030\002 \001(\004:\001" +
-      "0\022\020\n\005nonce\030\003 \001(\004:\0010\"\'\n\024DisableTableRespo" +
-      "nse\022\017\n\007proc_id\030\001 \001(\004\"\202\001\n\022ModifyTableRequ" +
-      "est\022\036\n\ntable_name\030\001 \002(\0132\n.TableName\022\"\n\014t" +
-      "able_schema\030\002 \002(\0132\014.TableSchema\022\026\n\013nonce" +
-      "_group\030\003 \001(\004:\0010\022\020\n\005nonce\030\004 \001(\004:\0010\"&\n\023Mod",
-      "ifyTableResponse\022\017\n\007proc_id\030\001 \001(\004\"K\n\026Cre" +
-      "ateNamespaceRequest\0221\n\023namespaceDescript" +
-      "or\030\001 \002(\0132\024.NamespaceDescriptor\"\031\n\027Create" +
-      "NamespaceResponse\"/\n\026DeleteNamespaceRequ" +
-      "est\022\025\n\rnamespaceName\030\001 \002(\t\"\031\n\027DeleteName" +
-      "spaceResponse\"K\n\026ModifyNamespaceRequest\022" +
-      "1\n\023namespaceDescriptor\030\001 \002(\0132\024.Namespace" +
-      "Descriptor\"\031\n\027ModifyNamespaceResponse\"6\n" +
-      "\035GetNamespaceDescriptorRequest\022\025\n\rnamesp" +
-      "aceName\030\001 \002(\t\"S\n\036GetNamespaceDescriptorR",
-      "esponse\0221\n\023namespaceDescriptor\030\001 \002(\0132\024.N" +
-      "amespaceDescriptor\"!\n\037ListNamespaceDescr" +
-      "iptorsRequest\"U\n ListNamespaceDescriptor" +
-      "sResponse\0221\n\023namespaceDescriptor\030\001 \003(\0132\024" +
-      ".NamespaceDescriptor\"?\n&ListTableDescrip" +
-      "torsByNamespaceRequest\022\025\n\rnamespaceName\030" +
-      "\001 \002(\t\"L\n\'ListTableDescriptorsByNamespace" +
-      "Response\022!\n\013tableSchema\030\001 \003(\0132\014.TableSch" +
-      "ema\"9\n ListTableNamesByNamespaceRequest\022" +
-      "\025\n\rnamespaceName\030\001 \002(\t\"B\n!ListTableNames",
-      "ByNamespaceResponse\022\035\n\ttableName\030\001 \003(\0132\n" +
-      ".TableName\"\021\n\017ShutdownRequest\"\022\n\020Shutdow" +
-      "nResponse\"\023\n\021StopMasterRequest\"\024\n\022StopMa" +
-      "sterResponse\"\020\n\016BalanceRequest\"\'\n\017Balanc" +
-      "eResponse\022\024\n\014balancer_ran\030\001 \002(\010\"<\n\031SetBa" +
-      "lancerRunningRequest\022\n\n\002on\030\001 \002(\010\022\023\n\013sync" +
-      "hronous\030\002 \001(\010\"8\n\032SetBalancerRunningRespo" +
-      "nse\022\032\n\022prev_balance_value\030\001 \001(\010\"\032\n\030IsBal" +
-      "ancerEnabledRequest\",\n\031IsBalancerEnabled" +
-      "Response\022\017\n\007enabled\030\001 \002(\010\"\027\n\025RunCatalogS",
-      "canRequest\"-\n\026RunCatalogScanResponse\022\023\n\013" +
-      "scan_result\030\001 \001(\005\"-\n\033EnableCatalogJanito" +
-      "rRequest\022\016\n\006enable\030\001 \002(\010\"2\n\034EnableCatalo" +
-      "gJanitorResponse\022\022\n\nprev_value\030\001 \001(\010\" \n\036" +
-      "IsCatalogJanitorEnabledRequest\"0\n\037IsCata" +
-      "logJanitorEnabledResponse\022\r\n\005value\030\001 \002(\010" +
-      "\"9\n\017SnapshotRequest\022&\n\010snapshot\030\001 \002(\0132\024." +
-      "SnapshotDescription\",\n\020SnapshotResponse\022" +
-      "\030\n\020expected_timeout\030\001 \002(\003\"\036\n\034GetComplete" +
-      "dSnapshotsRequest\"H\n\035GetCompletedSnapsho",
-      "tsResponse\022\'\n\tsnapshots\030\001 \003(\0132\024.Snapshot" +
-      "Description\"?\n\025DeleteSnapshotRequest\022&\n\010" +
-      "snapshot\030\001 \002(\0132\024.SnapshotDescription\"\030\n\026" +
-      "DeleteSnapshotResponse\"@\n\026RestoreSnapsho" +
-      "tRequest\022&\n\010snapshot\030\001 \002(\0132\024.SnapshotDes" +
-      "cription\"\031\n\027RestoreSnapshotResponse\"?\n\025I" +
-      "sSnapshotDoneRequest\022&\n\010snapshot\030\001 \001(\0132\024" +
-      ".SnapshotDescription\"U\n\026IsSnapshotDoneRe" +
-      "sponse\022\023\n\004done\030\001 \001(\010:\005false\022&\n\010snapshot\030" +
-      "\002 \001(\0132\024.SnapshotDescription\"F\n\034IsRestore",
-      "SnapshotDoneRequest\022&\n\010snapshot\030\001 \001(\0132\024." +
-      "SnapshotDescription\"4\n\035IsRestoreSnapshot" +
-      "DoneResponse\022\023\n\004done\030\001 \001(\010:\005false\"=\n\033Get" +
-      "SchemaAlterStatusRequest\022\036\n\ntable_name\030\001" +
-      " \002(\0132\n.TableName\"T\n\034GetSchemaAlterStatus" +
-      "Response\022\035\n\025yet_to_update_regions\030\001 \001(\r\022" +
-      "\025\n\rtotal_regions\030\002 \001(\r\"\202\001\n\032GetTableDescr" +
-      "iptorsRequest\022\037\n\013table_names\030\001 \003(\0132\n.Tab" +
-      "leName\022\r\n\005regex\030\002 \001(\t\022!\n\022include_sys_tab" +
-      "les\030\003 \001(\010:\005false\022\021\n\tnamespace\030\004 \001(\t\"A\n\033G",
-      "etTableDescriptorsResponse\022\"\n\014table_sche" +
-      "ma\030\001 \003(\0132\014.TableSchema\"[\n\024GetTableNamesR" +
-      "equest\022\r\n\005regex\030\001 \001(\t\022!\n\022include_sys_tab" +
-      "les\030\002 \001(\010:\005false\022\021\n\tnamespace\030\003 \001(\t\"8\n\025G" +
-      "etTableNamesResponse\022\037\n\013table_names\030\001 \003(" +
-      "\0132\n.TableName\"6\n\024GetTableStateRequest\022\036\n" +
-      "\ntable_name\030\001 \002(\0132\n.TableName\"9\n\025GetTabl" +
-      "eStateResponse\022 \n\013table_state\030\001 \002(\0132\013.Ta" +
-      "bleState\"\031\n\027GetClusterStatusRequest\"B\n\030G" +
-      "etClusterStatusResponse\022&\n\016cluster_statu",
-      "s\030\001 \002(\0132\016.ClusterStatus\"\030\n\026IsMasterRunni" +
-      "ngRequest\"4\n\027IsMasterRunningResponse\022\031\n\021" +
-      "is_master_running\030\001 \002(\010\"@\n\024ExecProcedure" +
-      "Request\022(\n\tprocedure\030\001 \002(\0132\025.ProcedureDe" +
-      "scription\"F\n\025ExecProcedureResponse\022\030\n\020ex" +
-      "pected_timeout\030\001 \001(\003\022\023\n\013return_data\030\002 \001(" +
-      "\014\"B\n\026IsProcedureDoneRequest\022(\n\tprocedure" +
-      "\030\001 \001(\0132\025.ProcedureDescription\"W\n\027IsProce" +
-      "dureDoneResponse\022\023\n\004done\030\001 \001(\010:\005false\022\'\n" +
-      "\010snapshot\030\002 \001(\0132\025.ProcedureDescription\",",
-      "\n\031GetProcedureResultRequest\022\017\n\007proc_id\030\001" +
-      " \002(\004\"\347\001\n\032GetProcedureResultResponse\0220\n\005s" +
-      "tate\030\001 \002(\0162!.GetProcedureResultResponse." +
-      "State\022\022\n\nstart_time\030\002 \001(\004\022\023\n\013last_update" +
-      "\030\003 \001(\004\022\016\n\006result\030\004 \001(\014\022+\n\texception\030\005 \001(" +
-      "\0132\030.ForeignExceptionMessage\"1\n\005State\022\r\n\t" +
-      "NOT_FOUND\020\000\022\013\n\007RUNNING\020\001\022\014\n\010FINISHED\020\002\"\273" +
-      "\001\n\017SetQuotaRequest\022\021\n\tuser_name\030\001 \001(\t\022\022\n" +
-      "\nuser_group\030\002 \001(\t\022\021\n\tnamespace\030\003 \001(\t\022\036\n\n" +
-      "table_name\030\004 \001(\0132\n.TableName\022\022\n\nremove_a",
-      "ll\030\005 \001(\010\022\026\n\016bypass_globals\030\006 \001(\010\022\"\n\010thro" +
-      "ttle\030\007 \001(\0132\020.ThrottleRequest\"\022\n\020SetQuota" +
-      "Response\"A\n\037MajorCompactionTimestampRequ" +
-      "est\022\036\n\ntable_name\030\001 \002(\0132\n.TableName\"L\n(M" +
-      "ajorCompactionTimestampForRegionRequest\022" +
-      " \n\006region\030\001 \002(\0132\020.RegionSpecifier\"@\n Maj" +
-      "orCompactionTimestampResponse\022\034\n\024compact" +
-      "ion_timestamp\030\001 \002(\0032\343\033\n\rMasterService\022S\n" +
-      "\024GetSchemaAlterStatus\022\034.GetSchemaAlterSt" +
-      "atusRequest\032\035.GetSchemaAlterStatusRespon",
-      "se\022P\n\023GetTableDescriptors\022\033.GetTableDesc" +
-      "riptorsRequest\032\034.GetTableDescriptorsResp" +
-      "onse\022>\n\rGetTableNames\022\025.GetTableNamesReq" +
-      "uest\032\026.GetTableNamesResponse\022G\n\020GetClust" +
-      "erStatus\022\030.GetClusterStatusRequest\032\031.Get" +
-      "ClusterStatusResponse\022D\n\017IsMasterRunning" +
-      "\022\027.IsMasterRunningRequest\032\030.IsMasterRunn" +
-      "ingResponse\0222\n\tAddColumn\022\021.AddColumnRequ" +
-      "est\032\022.AddColumnResponse\022;\n\014DeleteColumn\022" +
-      "\024.DeleteColumnRequest\032\025.DeleteColumnResp",
-      "onse\022;\n\014ModifyColumn\022\024.ModifyColumnReque" +
-      "st\032\025.ModifyColumnResponse\0225\n\nMoveRegion\022" +
-      "\022.MoveRegionRequest\032\023.MoveRegionResponse" +
-      "\022Y\n\026DispatchMergingRegions\022\036.DispatchMer" +
-      "gingRegionsRequest\032\037.DispatchMergingRegi" +
-      "onsResponse\022;\n\014AssignRegion\022\024.AssignRegi" +
-      "onRequest\032\025.AssignRegionResponse\022A\n\016Unas" +
-      "signRegion\022\026.UnassignRegionRequest\032\027.Una" +
-      "ssignRegionResponse\022>\n\rOfflineRegion\022\025.O" +
-      "fflineRegionRequest\032\026.OfflineRegionRespo",
-      "nse\0228\n\013DeleteTable\022\023.DeleteTableRequest\032" +
-      "\024.DeleteTableResponse\022>\n\rtruncateTable\022\025" +
-      ".TruncateTableRequest\032\026.TruncateTableRes" +
-      "ponse\0228\n\013EnableTable\022\023.EnableTableReques" +
-      "t\032\024.EnableTableResponse\022;\n\014DisableTable\022" +
-      "\024.DisableTableRequest\032\025.DisableTableResp" +
-      "onse\0228\n\013ModifyTable\022\023.ModifyTableRequest" +
-      "\032\024.ModifyTableResponse\0228\n\013CreateTable\022\023." +
-      "CreateTableRequest\032\024.CreateTableResponse" +
-      "\022/\n\010Shutdown\022\020.ShutdownRequest\032\021.Shutdow",
-      "nResponse\0225\n\nStopMaster\022\022.StopMasterRequ" +
-      "est\032\023.StopMasterResponse\022,\n\007Balance\022\017.Ba" +
-      "lanceRequest\032\020.BalanceResponse\022M\n\022SetBal" +
-      "ancerRunning\022\032.SetBalancerRunningRequest" +
-      "\032\033.SetBalancerRunningResponse\022J\n\021IsBalan" +
-      "cerEnabled\022\031.IsBalancerEnable

<TRUNCATED>