Ethan Rose created HDDS-5908:
--------------------------------

             Summary: Intermittent failure in 
TestOzoneAtRestEncryption#testMPUwithOnePart
                 Key: HDDS-5908
                 URL: https://issues.apache.org/jira/browse/HDDS-5908
             Project: Apache Ozone
          Issue Type: Sub-task
            Reporter: Ethan Rose
            Assignee: Ethan Rose
         Attachments: repeat_mpu_test.diff

Failure was observed on this CI run: 
[https://github.com/apache/ozone/runs/4015387580?check_suite_focus=true]

The output bundles expired before I could add them to this Jira, but the 
failure can be reproduced on master by applying the patch attached to this Jira 
and running the test. The patch speeds up repeated execution of the test by 
repeatedly writing keys without having to spin up a new mini ozone cluster in 
between each write.  It usually takes about 4 minutes and 1200 iterations to 
reproduce.

The failing assertion is:
{code:java}
OzoneInputStream inputStream = bucket.readKey(keyName);
Assert.assertTrue(inputStream instanceof MultipartCryptoKeyInputStream);{code}
Indicating a plain OzoneInputStream is returned, since the class has no other 
sub classes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to