Wellington Chevreuil created HBASE-29424: --------------------------------------------
Summary: Implement configuration validation for custom tiering compactions Key: HBASE-29424 URL: https://issues.apache.org/jira/browse/HBASE-29424 Project: HBase Issue Type: Sub-task Reporter: Wellington Chevreuil Assignee: Wellington Chevreuil Custom tiered compaction is enabled by setting two configurations on the column family level for the column family where the custom cell is located: hbase.hstore.engine.class to org.apache.hadoop.hbase.regionserver.CustomCellTieredStoreEngine TIERING_CELL_QUALIFIER to the related custom cell qualifier we want to implement tiering If these two are not set together, the alter table command will halt, and all the table regions will fail to open, and manual intervention would be required to fix the table assignemnts. We must have validations to prevent this situation. -- This message was sent by Atlassian Jira (v8.20.10#820010)