Absence of connection pool in object server for sending requests to container server

Bug #2024384 reported by Abolfazl Shafiei Marji
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Object Storage (swift)
New
Undecided
Unassigned

Bug Description

In Swift, the communication between the proxy server and the object server is typically handled using the Swift client library that provides connection pooling functionality for reusing existing connections to the object servers. But for the communication between the object server and the container server, Each request to the container server is typically a separate HTTP connection established and closed by the object server. I think Considering the limitation of the operating system's port number and the overhead of creating new connections for each request, this isn't a good idea. Please explain if there is a specific reason for this implementation. thanks

summary: - Absence of connection pool in object server for send requests to
+ Absence of connection pool in object server for sending requests to
container server
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.