You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ajeet Rai (Jira)" <ji...@apache.org> on 2020/09/03 05:35:00 UTC

[jira] [Created] (HBASE-24977) [Alter hbase:meta]: Making meta read only should not be be allowed

Ajeet Rai created HBASE-24977:
---------------------------------

             Summary: [Alter hbase:meta]: Making meta read only should not be be allowed
                 Key: HBASE-24977
                 URL: https://issues.apache.org/jira/browse/HBASE-24977
             Project: HBase
          Issue Type: Bug
          Components: meta
    Affects Versions: 2.2.3
            Reporter: Ajeet Rai


After HBASE-23055, Alter of Meta schema is allowed.

After this change meta table can be made Read only table which is not correct as per my view,because it will impact majority  of the functionality of HBase.

 

alter 'hbase:meta',\{METHOD=>'table_att', READONLY=>true}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)