Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 4.0.3
-
Fix Version/s: None
-
Component/s: TCP/UDP Support
-
Labels:
Description
When I use both ways CachingClientConnectionFactory that contains FailoverClientConnectionFactory or FailoverClientConnectionFactory contains CachingClientConnectionFactory I'm getting a bottle neck in SimpleConnectionPool, because of synchronized methods in FailoverTcpConnection inner class. As findAConnection() and send(Message<?> message) are synchronized I'm getting a ConnectionPool with the only connection.
Attachments
Issue Links
- is related to
-
INT-3096 How to configure FailoverClientConnectionFactory with CachingClientConnectionFactory
-
- Closed
-