我一直在尝试SolrCloud中推荐的Solr trunk,它集成了ZooKeeper。
当我尝试Example C,也就是Two shard cluster with shard replicas and ZooKeeper ensemble时,我无法在Ubuntu或Windows上运行这个例子。启动第一台服务器时出现套接字连接错误,因此无法继续。
我想找到更多关于Solr是如何与ZooKeeper集成的信息(它使用的ZooKeeper构造)。
我读了很多关于ZooKeeper的资料,但在分片和分布式搜索方面,关于Solr的信息很少。
发布于 2012-01-30 11:35:49
我建议您查看Solr Wiki上的ZooKeeperIntegration和DeploymentofSolrCoreswithZooKeeper文档页面。这些似乎有更多关于使用ZooKeeper设置Solr分布式搜索的细节。
https://stackoverflow.com/questions/9055758
复制相似问题