Karthick created HBASE-18211:
--------------------------------
Summary: Encryption of exisiting data in Stripe Compaction
Key: HBASE-18211
URL: https://issues.apache.org/jira/browse/HBASE-18211
Project: HBase
Issue Type: Bug
Components: Compaction, encryption
Reporter: Karthick
Priority: Critical
We have a table which has time series data with Stripe Compaction enabled.
After encryption has been enabled for this table the newer entries are
encrypted and inserted. However to encrypt the existing data in the table, a
major compaction has to run. Since, stripe compaction doesn't allow a major
compaction to run, we are unable to encrypt the previous data.
see this
https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/StripeCompactionPolicy.java
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)