Jerry Cwiklik created UIMA-5953:
-----------------------------------
Summary: UIMA_DUCC: default timeout in
DefaultNoTaskAvailableStrategy in 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
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)