码迷,mamicode.com
首页 > 数据库 > 详细

cratedb 集群搭建说明

时间:2018-08-02 22:46:54      阅读:446      评论:0      收藏:0      [点我收藏+]

标签:div   bubuko   ted   guide   技术   table   htm   cas   range   

此为搭建说明,实际上搭建过es 集群的都是可以的,和es 基本一样

配置文件 crate.yaml

参考集群架构图

技术分享图片

集群名称

cluster.name: my_cluster

每个node节点名称

如果省略会自动生产,必须唯一

node.name: node1

集群transport 端口

transport.tcp.port:  4350-4360

节点网络发现配置

可以使用dns ,或者直接配置ip:port 模式

discovery.zen.ping.unicast.hosts:
  - 10.0.1.101:4300
  - 10.0.1.102:4300
  - 10.0.1.103:4300

master 选举模式

(N / 2) + 1
参考三个节点,需要两个master
 discovery.zen.minimum_master_nodes: 2
同时需要设置 node.master:  true|false

参考配置

https://crate.io/docs/crate/reference/en/latest/config/node.html
https://crate.io/docs/crate/guide/en/latest/scaling/multi-node-setup.html

cratedb 集群搭建说明

标签:div   bubuko   ted   guide   技术   table   htm   cas   range   

原文地址:https://www.cnblogs.com/rongfengliang/p/9409422.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!