Cratedb Cluster Construction Instructions

Source: Internet
Author: User

This is the construction instructions, actually built ES cluster can be, and Es basically the same

Configuration file Crate.yaml

Reference cluster architecture diagram

Cluster Name
cluster.name: my_cluster
Each node name

If omitted will be produced automatically, must be unique

node.name: node1
Cluster Transport port
transport.tcp.port:  4350-4360
Node Network Discovery Configuration

You can use DNS, or configure Ip:port mode directly

discovery.zen.ping.unicast.hosts:  - 10.0.1.101:4300  - 10.0.1.102:4300  - 10.0.1.103:4300
Master election mode
(N / 2) + 1参考三个节点,需要两个master discovery.zen.minimum_master_nodes: 2同时需要设置 node.master:  true|false
Reference configuration

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 Cluster Construction Instructions

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.