You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Hadoop QA (Jira)" <ji...@apache.org> on 2022/12/14 09:59:00 UTC

[jira] [Commented] (OOZIE-3688) Introduce retry mechanism when starting embedded servlet containers in unit tests

    [ https://issues.apache.org/jira/browse/OOZIE-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17647020#comment-17647020 ] 

Hadoop QA commented on OOZIE-3688:
----------------------------------

PreCommit-OOZIE-Build started


> Introduce retry mechanism when starting embedded servlet containers in unit tests
> ---------------------------------------------------------------------------------
>
>                 Key: OOZIE-3688
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3688
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 5.2.1
>            Reporter: Janos Makai
>            Assignee: Janos Makai
>            Priority: Major
>         Attachments: OOZIE-3688-001.patch
>
>
> In the unit tests which uses the embedded servlet container an intermittent issue can occur without this change, because those tests start the container in a specific port, which is available at the start of the unit tests. However, in some corner cases, it can happen that the port is being available at the start of the test, but some process occupies that port meanwhile, leading to a `java.net.BindException: Address already in use` exception during the unit test's execution.
> The goal of this ticket is resolve this by introducing a retry mechanism when starting the embedded servlet container.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)