Re: multiple Stanchion instances

2013-06-05 Thread Kelly McLaughlin
Mike, You are correct, there should only be one instance of Stanchion. Stanchion's role is to serve as a serialization point for requests that create or modify system entities that need to be globally unique [1]. e.g. Buckets or user accounts. These are entities where there is not enough context a

multiple Stanchion instances

2013-06-05 Thread Mike O'Toole
Im doing some analysis on object stores for an upcoming project and I am prototyping Riak-CS right now. Im a little confused about Stanchions role in all this. Is there really only supposed to be one stanchion instance per cluster? Regards, Mike __