Anuj Sharma created HBASE-29779:
-----------------------------------
Summary: Call super coprocessor instead of returning for system
tables
Key: HBASE-29779
URL: https://issues.apache.org/jira/browse/HBASE-29779
Project: HBase
Issue Type: Sub-task
Reporter: Anuj Sharma
Assignee: Anuj Sharma
We need to allow some operations for system table for cluster setup, for those
we are not restricting some operations for system table. However, with current
code we are returning from coprocessor when we encounter the operation is for
system table but this will break the co-processor chaining hence instead of
returning we need to call super method.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)