Jerry Cwiklik created UIMA-5965:
-----------------------------------
Summary: UIMA-DUCC: pullservice client protocol handler
synchronization not working
Key: UIMA-5965
URL: https://issues.apache.org/jira/browse/UIMA-5965
Project: UIMA
Issue Type: Bug
Components: DUCC
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
Fix For: 2.2.3-Ducc
The getMetaMetaTask() method synchronization is not working as expected. The
retry loop uses java wait() which does not lock the method and allows multiple
threads to run concurrently. Use Thread.currentThread().sleep() instead
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)