You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/05/07 22:51:02 UTC

[GitHub] [ozone] neils-dev edited a comment on pull request #2110: HDDS-4043. allow deletion from Trash directory without -skipTrash option

neils-dev edited a comment on pull request #2110:
URL: https://github.com/apache/ozone/pull/2110#issuecomment-834825807


   Thanks for looking into potential problems with integration test **@elek**.  I can confirm the error you see on your local test environment, however the messages I see associated with running the test 'repeat until fail' are timeout errors - `2021-05-07 15:51:56,695 [Time-limited test] ERROR ha.OMFailoverProxyProvider (OMFailoverProxyProvider.java:getRetryAction(294)) - Failed to connect to OMs: [nodeId=omNode-3,nodeAddress=127.0.0.1:13660, nodeId=omNode-1,nodeAddress=127.0.0.1:13648, nodeId=omNode-2,nodeAddress=127.0.0.1:13654]. Attempted 15 failovers. Got following exceptions during retries: `; followed by the assertion error you posted.
   
   In addition I tried the same test setup with "repeat until failure" option with Intellij on the `org.apache.hadoop.ozone.shell.TestOzoneShellHA.testDeleteToTrashOrSkipTrash` with same error.
   
   It does not appear to be intermittent, rather a problem with running the tests continuously.  It may be from parts of the test initialized globally for `org.apache.hadoop.ozone.shell.TestOzoneShellHA` (@Before, @After, @BeforeClass ...), hence are not reinitialized on each invocation of a specific test such as `testDeleteToTrashOrSkipTrash`.  I will look further into this and update.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org