You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/12/08 21:10:38 UTC

[GitHub] [hbase] taklwu commented on a change in pull request #3908: HBASE-26530 Backport HBASE-26524 Support remove coprocessor by class …

taklwu commented on a change in pull request #3908:
URL: https://github.com/apache/hbase/pull/3908#discussion_r765247863



##########
File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/TableDescriptorBuilder.java
##########
@@ -1600,6 +1600,10 @@ public void removeCoprocessor(String className) {
       // if we found a match, remove it
       if (match != null) {
         ModifyableTableDescriptor.this.removeValue(match);
+      } else {
+        throw new IllegalArgumentException(String

Review comment:
       this is a good suggestion, let me change it now.




-- 
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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org