Re: Determining Snitch at Runtime

2013-08-09 Thread Robert Coli
On Tue, Jul 30, 2013 at 8:46 AM, Ben Boule wrote: > It looks like I can infer this from the local table in the system schema > by looking at the datacenter value. > > Would this be a bad bad thing to do? > There used to be a way to set the snitch at runtime, but that appears to have been remove

RE: Determining Snitch at Runtime

2013-07-30 Thread Ben Boule
@cassandra.apache.org Subject: Determining Snitch at Runtime Hi Everyone, Sorry if the answer to this question is out there, I can't seem to find it by searching. Is there a way to read the endpoint_snitch at runtime, preferably from a CQL query, but fine if it's available through an older API? (Or JM

Determining Snitch at Runtime

2013-07-30 Thread Ben Boule
Hi Everyone, Sorry if the answer to this question is out there, I can't seem to find it by searching. Is there a way to read the endpoint_snitch at runtime, preferably from a CQL query, but fine if it's available through an older API? (Or JMX?) We're automating creating clusters & provisioni