Alex Rudyy created QPID-4019: -------------------------------- Summary: connection/session close() blocks for default of 120 seconds while producer is blocked by flow control Key: QPID-4019 URL: https://issues.apache.org/jira/browse/QPID-4019 Project: Qpid Issue Type: Bug Components: Java Client Affects Versions: 0.16, 0.14, 0.12, 0.10 Reporter: Alex Rudyy Assignee: Alex Rudyy Priority: Minor
BasicMessageProducer.send(..) locks on the failover mutex for its entire duration. If a producer is blocked due to flow control, this method can take a long time (120s is the default timeout). For this period, methods such as Connection.close() and Session.close() cannot proceed because they also lock on the failover mutex. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org