You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Xiaolin Ha (JIRA)" <ji...@apache.org> on 2018/11/02 03:50:00 UTC

[jira] [Created] (HBASE-21426) TestEncryptionKeyRotation.testCFKeyRotation is flakey

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)