- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有2DC
DC1
x.x.x.1 running Elassandra 6.2.3 (seed)
x.x.x.2 running Elassandra 5.5.0 (seed)
DC2
x.x.x.3 running Elassandra 6.2.3 (seed)
实际上,我不想创建一个多数据中心,起初我在DC1中只有两个节点,但是由于最低版本允许Elassandra之间的连接为5.6,所以它们无法相互连接。
1.Create a new Cassandra Datacenter DC2 running version 6.2.3, with a dedicated datacenter group (see https://elassandra.readthedocs.io/en/latest/configuration.html#multi-datacenter-configuration)
2. Re-create your indices in DC2, there is few differences in the elasticsearch mapping between version 5.5 and 6.2, so you have to deal with that manually.
If you have a lot of data to re-index, you can stop the single-thread index build with a nodetool stop -id <compaction_id>, and restart it in multi-threads, see https://elassandra.readthedocs.io/en/latest/operations.html?highlight=--num-threads#create-delete-and-rebuild-index
3. Test your application on DC2 (warning, there is breaking changes in the Elasticsearch API when upgrading)
4. Remove old DCs running version 5.5 when everything is ok on DC2.
我已经搜索了整个Internet,在elasticsearch.yaml(
http://doc.elassandra.io/en/latest/configuration.html#multi-datacenter-configuration)中没有提到datacenter.group
最佳答案
对于可能遇到这个问题的人,
几个小时后,我想出了如何定义datacenter.group
只需在elasticsearch.yml文件底部添加datacenter.group:<your desired name>
。
然后重新启动Cassandra服务
systemctl restart cassandra
你很好!所有数据将自动传输到新节点。
关于elasticsearch - 如何在conf/elasticsearch.yml中定义datacenter.group以便运行Elassandra多数据中心?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63261884/
01 客户需求 客户有两台DELL PowerEdge R720服务器,但是由于在购买之前,买的是一块硬盘,由于数据安全性能低,所以客户在网上买了硬盘,准备将再安装一块硬盘和之前的硬盘做RA
在Spring Eureka服务器中存在“datacenter”属性,设置这个属性的目的是什么?如果我不以独立模式运行服务器,是否需要设置一个?否则,如果我的同行有区域/区域,则此属性应该具有相同的名
下午好! 最近我创建了一个 Window Server 2016 数据中心。我的任务之一是按计划(每 5 分钟)运行我自己的应用程序。为了测试“任务调度程序”是否正常工作,尝试启动计算器并设置触发器。
Azure 提供了预安装的 Windows Server 2016 DataCenter,但到目前为止我无法在此计算机上激活远程录音。我找到的所有指南都说必须安装“桌面体验”功能,但Server 20
我已经设置了一个包含 3 个节点的 cassandra 集群。 我正在尝试使用复制命令进行简单的导出/导入,但失败并出现以下错误: cqlsh:walmart> select * from test;
我正致力于通过 SMB 3.0 推送大量数据,当我有时将两台 Windows 2012 服务器连接在一起时,有时它们使用 Internet 配置文件连接,有时在我使用 netstat -y 检查时使用
我们正在尝试在 3 节点集群上安装 Docker 数据中心。 UCP 安装在所有节点上,集群正在运行。 DTR 安装在其中一个节点上。 我们已经在 UCP 和 DTR 的 WebUI 中添加了所有证书
我是一名优秀的程序员,十分优秀!