[ 
https://issues.apache.org/jira/browse/UIMA-919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eddie Epstein updated UIMA-919:
-------------------------------

    Fix Version/s:     (was: 2.2.2S)
      Description: 
When UIMA AS client process() method finishes sending all CASes it calls 
collectionProcessComplete() which blocks on a CPC monitor until all CASes  are 
returned from the AS Service. If a timeout occurs on the last CAS, the timeout 
handler never notifies the CPC monitor resulting in a hang. Fix the code so 
that the timeout handler notifies the CPC monitor. Also, add a test case to 
test the scenario.

Hold for later release

  was:When UIMA AS client process() method finishes sending all CASes it calls 
collectionProcessComplete() which blocks on a CPC monitor until all CASes  are 
returned from the AS Service. If a timeout occurs on the last CAS, the timeout 
handler never notifies the CPC monitor resulting in a hang. Fix the code so 
that the timeout handler notifies the CPC monitor. Also, add a test case to 
test the scenario.


> UIMA AS client hangs when the last CAS sent in the process() method times out
> -----------------------------------------------------------------------------
>
>                 Key: UIMA-919
>                 URL: https://issues.apache.org/jira/browse/UIMA-919
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>
> When UIMA AS client process() method finishes sending all CASes it calls 
> collectionProcessComplete() which blocks on a CPC monitor until all CASes  
> are returned from the AS Service. If a timeout occurs on the last CAS, the 
> timeout handler never notifies the CPC monitor resulting in a hang. Fix the 
> code so that the timeout handler notifies the CPC monitor. Also, add a test 
> case to test the scenario.
> Hold for later release

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to