mnpoonia commented on code in PR #7575:
URL: https://github.com/apache/hbase/pull/7575#discussion_r2650583097


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/ModifyTableProcedure.java:
##########
@@ -133,8 +133,8 @@ protected void preflightChecks(MasterProcedureEnv env, 
Boolean enabled) throws H
           "Cannot add or remove column families when this modification " + 
"won't reopen regions.");
       }
       if (
-        this.unmodifiedTableDescriptor.getCoprocessorDescriptors().hashCode()
-            != 
this.modifiedTableDescriptor.getCoprocessorDescriptors().hashCode()
+        !new 
HashSet<>(this.unmodifiedTableDescriptor.getCoprocessorDescriptors())

Review Comment:
   Done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to