【问题标题】:Change Lucidworks Fusion 3.15 default cluster更改 Lucidworks Fusion 3.15 默认集群
【发布时间】:2018-07-17 10:12:11
【问题描述】:

我已经在我的计算机中安装了 lucidworks fusion 3.1.5 服务器。如您所知,此融合的默认 solr 版本是 6.6,但我已经使用 solr v7.2.1 配置了现有的 zookeeper 集群。经过大量研究,我设法将现有的 solr 7.2 集群与 Fusion 3.1.5 连接起来,但是当 fusion 为我的 solr 7.2 集合创建信号、连接器和其他 cors 时它保存在 default 融合集群(solr 6.6)中。 我该如何改变这种行为? 例如:我需要在 solr 7.2 中保存与 solr 7.2 连接的信号、日志和其他内核。有没有办法改变这些融合设置。

谢谢。

【问题讨论】:

    标签: solr fusion lucidworks


    【解决方案1】:

    您可以通过将您的 fusion.properties 配置指向您的 ZK 和 Solr 实例来做到这一点。

    default.zk.connect = 192.168.1.1:2181, 192.168.1.2:2181, 192.168.1.3:2181, 192.168.1.4:2181, 192.168.1.5:2181

    default.solrZk.connect = 192.168.1.1:2181、192.168.1.2:2181、192.168.1.3:2181、192.168.1.4:2181、192.168.1.5:2181

    显然,调整 Solr 和 ZK 服务器节点的 IP/端口。

    然后确保 group.default 没有将 solr 和 zookeeper 列为要加载的服务。

    group.default = api、连接器、ui

    我建议删除您的实例并通过分解存档、配置 fusion.properties 然后启动实例来重新开始。

    【讨论】:

    • 感谢您的回答。实际上,我已经完成了有关 fusion documentation 的这些步骤,但是每次在启动 api 时都会出错。查看api日志错误:2018-07-17T21:03:43,376 - ERROR [ForkJoinPool-1-worker-0:SolrLoadBalancer@54] - {} - There are no live Solr nodes available in SolrCloud cluster 2018-07-17T21:03:43,376 - ERROR [ForkJoinPool-1-worker-0:SolrLoadBalancer@54] - {} - There are no live Solr nodes available in SolrCloud cluster
    • 感谢您的回答。我发现了问题:我使用 localhost 运行了 solr,没有添加主机参数。
    猜你喜欢
    • 1970-01-01
    • 2021-05-07
    • 2016-02-11
    • 1970-01-01
    • 2022-01-17
    • 1970-01-01
    • 2020-05-19
    • 1970-01-01
    相关资源
    最近更新 更多