Re: getSchemaVersion

2010-10-11 Thread Jonathan Ellis
On Mon, Oct 11, 2010 at 9:48 PM, B. Todd Burruss wrote: > i was actually doing this to start with and was worried that i could have > two clients modifying schemas at the same time.  it seems this could cause > multiple valid versions and a race condition.  maybe it simply "works out" > that i wai

Re: getSchemaVersion

2010-10-11 Thread B. Todd Burruss
On 10/11/2010 06:14 PM, Jonathan Ellis wrote: On Mon, Oct 11, 2010 at 7:53 PM, B. Todd Burruss wrote: to determine if my programmatic schema changes have been distributed throughout the cluster, I am supposed to use getSchemaVersionMap, correct? my question is how do I properly use it? I h

Re: getSchemaVersion

2010-10-11 Thread Jonathan Ellis
On Mon, Oct 11, 2010 at 7:53 PM, B. Todd Burruss wrote: >  to determine if my programmatic schema changes have been distributed > throughout the cluster, I am supposed to use getSchemaVersionMap, correct? > > my question is how do I properly use it?  I have the schema version returned > from the t

getSchemaVersion

2010-10-11 Thread B. Todd Burruss
to determine if my programmatic schema changes have been distributed throughout the cluster, I am supposed to use getSchemaVersionMap, correct? my question is how do I properly use it? I have the schema version returned from the thrift method, and I can lookup in the schema map returned getS