Re: [Openstack] [Swift] : Proxy Node in PUT Command

2017-01-20 Thread Clay Gerrard
No, it's not store and forward - the proxy is write-through - proxy takes a chunk off the network from client and immediately sends the chunk out to the backend storage nodes. -Clay On Fri, Jan 20, 2017 at 7:09 AM, Sameer Kulkarni wrote: > Hi All, > > When a PUT operation is issued by Client, I

[Openstack] [Swift] : Proxy Node in PUT Command

2017-01-20 Thread Sameer Kulkarni
Hi All, When a PUT operation is issued by Client, I have read that it goes to proxy and then Ring algorithm decides the 3(Replica Count) Nodes, to which it is transferred simultaneously. I just wanted to clarify If the proxy Node, actually stores (copies) the object from the client(local copy) an