Re: Push/pull model between leader and replica in one shard

2013-04-17 Thread Mark Miller
Thanks, the earlier presentation is done with KeyNote and the later (more animation) is done with Tumult Hype. - Mark On Apr 17, 2013, at 3:43 AM, Furkan KAMACI wrote: > Hej Mark; > > What did you use to prepare your presentation, its really nice. > > 2013/4/17 Furkan KAMACI > >> Really ni

Re: Push/pull model between leader and replica in one shard

2013-04-17 Thread Furkan KAMACI
Hej Mark; What did you use to prepare your presentation, its really nice. 2013/4/17 Furkan KAMACI > Really nice presentation. > > > 2013/4/17 Mark Miller > >> >> On Apr 16, 2013, at 1:36 AM, SuoNayi wrote: >> >> > Hi, can someone explain more details about what model is used to sync >> docs b

Re: Push/pull model between leader and replica in one shard

2013-04-16 Thread Furkan KAMACI
Really nice presentation. 2013/4/17 Mark Miller > > On Apr 16, 2013, at 1:36 AM, SuoNayi wrote: > > > Hi, can someone explain more details about what model is used to sync > docs between the lead and > > replica in the shard? > > The model can be push or pull.Supposing I have only one shard tha

Re: Push/pull model between leader and replica in one shard

2013-04-16 Thread Mark Miller
On Apr 16, 2013, at 1:36 AM, SuoNayi wrote: > Hi, can someone explain more details about what model is used to sync docs > between the lead and > replica in the shard? > The model can be push or pull.Supposing I have only one shard that has 1 > leader and 2 replicas, > when the leader receive

Re: Push/pull model between leader and replica in one shard

2013-04-16 Thread Otis Gospodnetic
Hi, Replication when everything is working well is push: * request comes to any node, ideally leader * doc is indexed on leader * doc is copied to replicas If replica falls too far behind (not exactly sure what the "too far" threshold is), it uses pull to replicate the whole index from leader. Ma

Push/pull model between leader and replica in one shard

2013-04-15 Thread SuoNayi
Hi, can someone explain more details about what model is used to sync docs between the lead and replica in the shard? The model can be push or pull.Supposing I have only one shard that has 1 leader and 2 replicas, when the leader receives a update request, does it will scatter the request to ea