You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Otavio Rodolfo Piske (Jira)" <ji...@apache.org> on 2022/03/24 13:18:00 UTC

[jira] [Created] (CAMEL-17850) camel-kafka: lock concurrency issue in the record fetcher

Otavio Rodolfo Piske created CAMEL-17850:
--------------------------------------------

             Summary: camel-kafka: lock concurrency issue in the record fetcher
                 Key: CAMEL-17850
                 URL: https://issues.apache.org/jira/browse/CAMEL-17850
             Project: Camel
          Issue Type: Bug
            Reporter: Otavio Rodolfo Piske
            Assignee: Otavio Rodolfo Piske


During stop the code tries to unlock the lock even if trying to lock it previously has failed (ie.: by failling a call to tryLock). This can cause the code to throw a IllegalMonitorStateException.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)