You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2019/01/10 19:07:00 UTC

[jira] [Created] (UIMA-5953) UIMA_DUCC: default timeout in DefaultNoTaskAvailableStrategy in too long

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)