Re: Weekend Reading : Table Locks

2013-03-01 Thread ramkrishna vasudevan
I read the zookeeper recipe page and then corelated your implementation with that during this week. Anyway thanks for the doc too :) Regards Ram On Sat, Mar 2, 2013 at 9:17 AM, Ted Yu wrote: > bq. master operations acquiring locks for every region, and region splits > acquiring the region lock

Re: Weekend Reading : Table Locks

2013-03-01 Thread Ted Yu
bq. master operations acquiring locks for every region, and region splits acquiring the region lock for their region Can you elaborate how the above conclusion was drawn ? Looks like region split is not categorized as master operation. To my knowledge, region split requires coordination on master

Re: Weekend Reading : Table Locks

2013-03-01 Thread Jean-Marc Spaggiari
Thanks for documenting that Enis. I was wondering what to do tonight ;) JM 2013/3/1 Enis Söztutar : > If you are bored this weekend, you can take a look at the table locks doc, > that I attached at HBASE-7305. > > There has been a lot of confusion about the current status, design and > implementa

Weekend Reading : Table Locks

2013-03-01 Thread Enis Söztutar
If you are bored this weekend, you can take a look at the table locks doc, that I attached at HBASE-7305. There has been a lot of confusion about the current status, design and implementation, for which I take the blame. Hope these notes help to answer the questions. If not, leave a note here, an