[
https://issues.apache.org/jira/browse/UIMA-5953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jerry Cwiklik closed UIMA-5953.
-------------------------------
Resolution: Fixed
Modified to set default timeout to 30 secs
> UIMA_DUCC: default timeout in DefaultNoTaskAvailableStrategy is too long
> ------------------------------------------------------------------------
>
> Key: UIMA-5953
> URL: https://issues.apache.org/jira/browse/UIMA-5953
> Project: UIMA
> Issue Type: Bug
> Components: DUCC
> Reporter: Jerry Cwiklik
> Assignee: Jerry Cwiklik
> Priority: Major
> Fix For: 2.2.3-Ducc
>
>
> The DefaultNoTaskAvailableStrategy implements a default strategy for waiting
> when task is not available. The default waitTime=30000. However the code uses
> the following:
> waitAwhileCondition.await(waitTime, TimeUnit.SECONDS);
> Change the default timeout to waitTime=30
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)