Re: move meta table to ZK

2011-03-21 Thread jiangwen w
gt;> if we do so, we can benifit: > >>>> > >>>> 1. no need to treat meta table as a special way. this will simplify > the > >>> code > >>>> a lot > >>>> 2. ZK is highly available, so we don't worry the availablility of

Re: move meta table to ZK

2011-03-21 Thread harry_ding
;>>> >>>> if we do so, we can benifit: >>>> >>>> 1. no need to treat meta table as a special way. this will simplify the >>> code >>>> a lot >>>> 2. ZK is highly available, so we don't worry the availablili

Re: move meta table to ZK

2011-03-18 Thread Mathias Herberts
> I used to be a fan, but I think self hosting all important meta data is the > best approach. It makes lots of things easier, like replication, snapshots, > etc. +1

Re: move meta table to ZK

2011-03-18 Thread Ted Dunning
t; > > > > > if we do so, we can benifit: > > > > > > 1. no need to treat meta table as a special way. this will simplify the > > code > > > a lot > > > 2. ZK is highly available, so we don't worry the availablility of the > >

Re: move meta table to ZK

2011-03-17 Thread jiangwen w
e > meta > > data. > > 3. currently if the region server where meta table is on failed, the > whole > > cluster may pause. > > if we move meta table to ZK, there is no such problem. > > 4. meta table may be a hotspot, but in ZK reading is scalable by adding > more > > observers. > > > > > > Sincerely >

Re: move meta table to ZK

2011-03-17 Thread Ted Dunning
lify the > > code > > > a lot > > > 2. ZK is highly available, so we don't worry the availablility of the > > meta > > > data. > > > 3. currently if the region server where meta table is on failed, the > > whole > > > cluster may pause. > > > if we move meta table to ZK, there is no such problem. > > > 4. meta table may be a hotspot, but in ZK reading is scalable by adding > > more > > > observers. > > > > > > > > > Sincerely > > >

Re: move meta table to ZK

2011-03-17 Thread jiangwen w
't worry the availablility of the > meta > > data. > > 3. currently if the region server where meta table is on failed, the > whole > > cluster may pause. > > if we move meta table to ZK, there is no such problem. > > 4. meta table may be a hotspot, but in ZK reading is scalable by adding > more > > observers. > > > > > > Sincerely >

Re: move meta table to ZK

2011-03-17 Thread Ryan Rawson
ify the code > a lot > 2. ZK is highly available, so we don't worry the availablility of the meta > data. > 3. currently if the region server where meta table is on failed, the whole > cluster may pause. > if we move meta table to ZK, there is no such problem. > 4. meta table

move meta table to ZK

2011-03-17 Thread jiangwen w
available, so we don't worry the availablility of the meta data. 3. currently if the region server where meta table is on failed, the whole cluster may pause. if we move meta table to ZK, there is no such problem. 4. meta table may be a hotspot, but in ZK reading is scalable by adding