This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
single connection between node and controller #526
Labels
future
needs to be fixed in some future release
Let me toss out a thought how we might improve (?) the communication between the nodes and the central controller.
Right now, each node connects to the controller to register itself. It then keeps the connection open to ensure that it notices when it needs to re-register. The controller then also connects to each node when it wants to create or delete volumes.
We could reduce the number of TCP connections to one and avoid exposing anything on the node to the rest of the cluster as follows:
There will be a bit of plumbing involved, but once that is in place, the higher level communication would be simpler.
The text was updated successfully, but these errors were encountered: