Details
-
Type:
Enhancement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 5.4.2-fuse-00-00
-
Fix Version/s: 5.4.2-fuse-02-00
-
Component/s: broker
-
Labels:None
-
Environment:
5.4.x, All platforms
-
External Issue URL:
Description
We have a broker that connects to a large number of peers. It appears network connection establishment is done by a single thread.
This is an enhancement to get the network connector setup handled by a an executor so we can
can have concurrent network connection establishment. This is really to handle the case where
one network connection is slow to establish, it doesn't hold up communication
with other peers in the network of brokers.