
es maintain
es
数据库人生
专注于数据库
PostgreSQL;Oracle 11G OCA、OCP;OceanBase V2 OBCA、OBCP
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
elasticsearch 7.6 移除数据节点
os: centos 7.6 es: 7.6 上一篇 blog <<elasticsearch 7.6 添加数据节点>>介绍了添加数据节点, 这篇 blog 介绍下移除数据节点。 版本 # cat /etc/centos-release CentOS Linux release 7.6.1810 (Core) # yum list installed |grep -i elasticsearch elasticsearch.x86_64 7.6.2-1原创 2021-08-04 15:44:13 · 883 阅读 · 0 评论 -
elasticsearch 7.6 添加数据节点
os: centos 7.6 es: 7.6 现有集群包含节点 n1、n2、n3(master + data),可以通过添加 n4 节点(data),来实现数据的打散。 版本 # cat /etc/centos-release CentOS Linux release 7.6.1810 (Core) # yum list installed |grep -i elasticsearch elasticsearch.x86_64 7.6.2-1原创 2021-08-04 12:41:06 · 2033 阅读 · 0 评论 -
elasticsearch-head 的安装使用
os: centos 7.6.1810 es: elasticsearch Version 7.12.0 (Build 778cc7261dfdd1) 下载安装 打开主页 https://github.com/mobz/elasticsearch-head 依次执行如下命令 cd /opt git clone git://github.com/mobz/elasticsearch-head.git cd elasticsearch-head npm install npm run start 启用后会显原创 2021-04-15 17:54:46 · 252 阅读 · 0 评论 -
bootstrap check failure [1] of [1]: memory locking requested for elasticsearch process but memory is
os: centos 7.6.1810 es: elasticsearch Version 7.12.0 (Build 778cc7261dfdd1) 三节点的es,第一次启动时报错,相关错误日志如下 [2021-04-15T15:15:28,247][WARN ][o.e.b.JNANatives ] [esn1] Unable to lock JVM Memory: error=12, reason=Cannot allocate memory [2021-04-15T15:15:28,原创 2021-04-15 16:08:04 · 2631 阅读 · 1 评论