Hi Very interesting case. Ya Stripe compaction does not need to under go a major compaction if it already running under stripe compaction (reading the docs I get this). Since you have enable encryption at a later point of time you face this issue I believe. The naive workaround I can think of is that do a alter table with default compaction and it will do a major compaction and once that is done again move back to Stripe compaction? Will that work?
I would like to hear opinion of others who have experience with Strip compaction. Regards Ram On Wed, Jun 14, 2017 at 10:25 AM, Karthick Ram <[email protected]> wrote: > 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. Please > suggest some ways to rectify this problem. > > Regards, > Karthick R >
