mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
storage/rpc-client: Reconnect on network disconnect (#2436)
This commit is contained in:
committed by
Harshavardhana
parent
229600ce9b
commit
804d91ef61
@@ -91,9 +91,6 @@ func newObjectLayerFactory(disks, ignoredDisks []string) func() ObjectLayer {
|
||||
|
||||
// configureServer handler returns final handler for the http server.
|
||||
func configureServerHandler(srvCmdConfig serverCmdConfig) http.Handler {
|
||||
// Initialize Namespace locking.
|
||||
initNSLock()
|
||||
|
||||
// Initialize storage rpc servers for every disk that is hosted on this node.
|
||||
storageRPCs, err := newRPCServer(srvCmdConfig)
|
||||
fatalIf(err, "Unable to initialize storage RPC server.")
|
||||
|
||||
Reference in New Issue
Block a user