| clear query|facets|time |
Search criteria: zookeeper.
Results from 1 to 10 from
181 (0.257s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: zookeeper errors - Solr - [mail # user]
|
|
...It sounds like you probably need to raise the default 15 sec zk client timeout. We have it default to a fairly aggressive setting. For high load envs, you may have to bring it to 30 or 45 se...
|
|
|
Author: Mark Miller,
2013-05-05, 18:21
|
|
|
Re: Zookeeper specs - Solr - [mail # user]
|
|
...In a steady state, a SolrCloud cluster puts no load on ZooKeeper other than maintaining heart beats for the most part. The heaviest load might be when you start up a few hundred nodes...
|
|
... and they all keep loading and receiving state rapidly at the same time. ZooKeeper handles that pretty easily though. In my experience, SolrCloud is a walk in the park for ZK, so you probably don...
|
|
|
Author: Mark Miller,
2013-03-19, 19:07
|
|
|
Re: Protecting content in zookeeper - Lucene - [mail # dev]
|
|
... On Mar 14, 2013, at 3:16 AM, Per Steffensen wrote: That's just the only reason I care about. Otherwise, I'm of a similar mind with ZooKeeper security as I am with Solr - lock it up...
|
|
... behind closed doors and only allow trusted access. Makes things simpler for us. The problem is that it's really nice to only have to run one ZooKeeper for many services. And in that case, it...
|
|
|
Author: Mark Miller,
2013-03-14, 16:21
|
|
|
Re: Protecting content in zookeeper - Lucene - [mail # dev]
|
|
...On Mar 13, 2013, at 7:36 AM, Per Steffensen wrote: I think that as long as you could do things with no credentials or setup by default, ZooKeeper security would be nice to optionally...
|
|
... support. I'm sure that anyone sharing zookeeper for multiple services wouldn't mind being able to set up some permissions. - Mark On Mar 13, 2013, at 7:36 AM, Per Steffensen wrote: ...
|
|
|
Author: Mark Miller,
2013-03-13, 16:07
|
|
|
Re: Role of zookeeper at runtime - Solr - [mail # user]
|
|
... On Feb 26, 2013, at 6:49 PM, varun srivastava wrote: We keep the zookeeper info cached locally. We only updated it when ZooKeeper tells us it has changed. All of the updates that hash...
|
|
|
Author: Mark Miller,
2013-02-28, 14:12
|
|
|
Re: Role of zookeeper at runtime - Solr - [mail # user]
|
|
... though, the appropriate stuff will be in ZooKeeper. - Mark On Feb 28, 2013, at 9:04 PM, varun srivastava wrote: ...
|
|
|
Author: Mark Miller,
2013-03-01, 03:22
|
|
|
Re: Role of zookeeper at runtime - Solr - [mail # user]
|
|
... On Feb 26, 2013, at 5:25 PM, varun srivastava wrote: No, it's not used per request. Solr talks to ZooKeeper on SolrCore startup - to get configs and set itself up. Then it only talks...
|
|
... to ZooKeeper when a cluster state change happens - in that case, ZooKeeper pings Solr and Solr will get an update view of the cluster. That view is cached and used for requests. In a stable state...
|
[+ show more]
[- hide]
| ..., Solr is not talking to ZooKeeper other than the heartbeat they keep to know a node is up. Basic round robin. Traffic stats are not currently in Zk. It will stop allowing updates... |
|
|
Author: Mark Miller,
2013-02-26, 23:09
|
|
|
Re: Role of zookeeper at runtime - Solr - [mail # user]
|
|
...On Feb 28, 2013, at 6:20 PM, varun srivastava wrote: You can replicate from a SolrCloud node still. Just hit it's replication handler and pass in the master url to replicate to....
|
|
|
Author: Mark Miller,
2013-03-01, 00:27
|
|
|
Re: Role of zookeeper at runtime - Solr - [mail # user]
|
|
...ZooKeeper / /clusterstate.json - info about the layout and state of the cluster - collections, shards, urls, etc /collections - config to use for the collection, shard leader voting zk...
|
|
|
Author: Mark Miller,
2013-02-26, 23:34
|
|
|
Re: solrcloud-zookeeper - Solr - [mail # user]
|
|
...By default, on cluster startup, we wait until we see all the replicas for a shard come up. This is for safety. You may have introduced an old shard with old data or a new shard with no data,...
|
|
|
Author: Mark Miller,
2013-02-12, 14:15
|
|
|
|