Xiaolin Ha created HBASE-21426:
----------------------------------
Summary: TestEncryptionKeyRotation.testCFKeyRotation is flakey
Key: HBASE-21426
URL: https://issues.apache.org/jira/browse/HBASE-21426
Project: HBase
Issue Type: Bug
Reporter: Xiaolin Ha
Assignee: Xiaolin Ha
Attachments: testCFKeyRotation [Jenkins test result].pdf
waitForCompaction() does not work for checking major compact completion in this
case.
{code:java}
// Verify we have store file(s) with only the new key
Thread.sleep(1000);
waitForCompaction(htd.getTableName());
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)