Upgrade Elasticsearch7.5.0

  1. Elasticsearch7.5.0安装

    切换到root用户

    sudo su -

    配置elasticsearch用户

    usermod -s /bin/bash elasticsearch

    创建数据和日志目录

    mkdir /var/log/elasticsearch7.5.0
    mkdir /data/elasticsearch7.5.0

    分配给elasticsearch用户

    chown -R elasticsearch:elasticsearch /var/log/elasticsearch7.5.0
    chown -R elasticsearch:elasticsearch /data/elasticsearch7.5.0

    下载安装

    cd /opt
    wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.5.0-linux-x86_64.tar.gz
    tar zxvf elasticsearch-7.5.0-linux-x86_64.tar.gz
    chown -R elasticsearch elasticsearch-7.5.0

  2. 修改配置文件

    1. GIS单节点 /opt/elasticsearch-7.5.0/config/elasticsearch.yml 供参考

      cluster.name: gis_es
      node.name: gis-es-1.novalocal
      node.attr.rack: rc-1
      path.data: /data/elasticsearch7.5.0
      path.logs: /var/log/elasticsearch7.5.0
      bootstrap.memory_lock: true
      network.host: ...
      http.port: 9201
      transport.tcp.port: 9301
      cluster.initial_master_nodes: ["gis_es"]
      reindex.remote.whitelist: ...:9200

    2. Trip 集群es-traffic-mgmt-1节点 /opt/elasticsearch-7.5.0/config/elasticsearch.yml 供参考

      cluster.name: trip-traffic_es
      node.name: es-traffic-mgmt-1.novalocal
      node.attr.rack: rc-1
      path.data: /data/elasticsearch7.5.0
      path.logs: /var/log/elasticsearch7.5.0
      bootstrap.memory_lock: true
      network.host: ...
      http.port: 9201
      transport.tcp.port: 9301
      discovery.seed_hosts: ["...:9301", "...:9301"]
      cluster.initial_master_nodes: ["es-traffic-mgmt-1", "es-trip-mgmt-1"]
      reindex.remote.whitelist: ...:9200

    3. Trip 集群es-trip-mgmt-1节点 /opt/elasticsearch-7.5.0/config/elasticsearch.yml 供参考

      cluster.name: trip-traffic_es
      node.name: es-trip-mgmt-1.novalocal
      node.attr.rack: rc-1
      path.data: /data/elasticsearch7.5.0
      path.logs: /var/log/elasticsearch7.5.0
      bootstrap.memory_lock: true
      network.host: ...
      http.port: 9201
      transport.tcp.port: 9301
      discovery.seed_hosts: ["...:9301", "...:9301"]
      cluster.initial_master_nodes: ["es-traffic-mgmt-1", "es-trip-mgmt-1"]
      reindex.remote.whitelist: ...:9200

  3. 启动

    1. 切换到elasticsearch启动
      su - elasticsearch
      /opt/elasticsearch-7.5.0/bin/elasticsearch -d

      如果报错:
      ERROR: [2] bootstrap checks failed
      [1]: max number of threads [2048] for user [elasticsearch] is too low, increase to at least [4096]
      cp /etc/security/limits.d/elsearch-limit.conf /etc/security/limits.d/elsearch-limit.conf.bak
      则修改配置文件:vi /etc/security/limits.d/elsearch-limit.conf
      elasticsearch soft nproc 2048 改为 4096
      elasticsearch hard nproc 2048改为 4096

    2. 重启命令
      找到进程kill ps -ef |grep elasticsearch-7.5.0
      启动 /opt/elasticsearch-7.5.0/bin/elasticsearch -d

  4. 数据迁移

    1. 主要使用官方自带的Reindex from a remote cluster
      参考:https://www.elastic.co/guide/en/elasticsearch/reference/7.5/reindex-upgrade-remote.html

    2. 但是迁移数据前需要手工在es7.5创建好索引,所以新建python3脚本来创建索引和迁移数据

    3. 运行脚本时候,很有可能报错”maximum shards open“则修改max_shards_per_node

    4. |

      curl -X PUT ``"127.0.0.1:9201/_cluster/settings" -H ``'Content-Type: application/json' -d'

      {

      "persistent" : {

      "cluster.max_shards_per_node" : ``"2000"

      }

      }

      '

      |

    5. 修改脚本中的3行,替换脚本中的127.0.0.1 为具体的ip

      reindex_py3.py 展开源码

      <pre style="margin: 0px; padding: 0px; font-family: ConfluenceInstalledFont, monospace;">es_old ip port 必须与 /opt/elasticsearch-7.5.0/config/elasticsearch.yml 中的 reindex.remote.whitelist: <address>:<port> 保持一致,如必须同为 127.0.0.1:9200 或者localhost:9200, 不能一个用localhost 另一个用127.0.0.1</pre>

      ES7.5.0 默认内存是1G, 导入可能报错, 需要修改 /opt/elasticsearch-7.5.0/config/jvm.options, 根据vm 内存进行调整,内存过大可能导致机器无法使用

      |

      -Xms3g

      -Xmx3g

      |

      Error log

      |

      elasticsearch.exceptions.TransportError: TransportError(``429``, ``'circuit_breaking_exception'``, ``'[parent] Data too large, data for [<http_request>] would be [1023885146/976.4mb], which is larger than the limit of [1003493785/957mb], real usage: [1023865048/976.4mb], new bytes reserved: [20098/19.6kb], usages [request=0/0b, fielddata=0/0b, in_flight_requests=20098/19.6kb, accounting=20440594/19.4mb]'``)

      |

  5. 验证结果

    1. 打开es7.5.0 查看索引“.tasks“数据,记录了Reindex 的结果。
  6. 配置为系统服务

    1. 待补充
  7. 停止旧版本ES服务

    1. root用户 systemctl stop elasticsearch
  8. 多类型索引更新
    因为旧版本支持一个索引包含多个type,而新版本一个索引建议只包含一个type,所以旧版本包含多个type的所以需要拆分多个新索引再同步数据

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 205,236评论 6 478
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 87,867评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 151,715评论 0 340
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,899评论 1 278
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,895评论 5 368
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,733评论 1 283
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 38,085评论 3 399
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,722评论 0 258
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 43,025评论 1 300
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,696评论 2 323
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,816评论 1 333
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,447评论 4 322
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 39,057评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 30,009评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,254评论 1 260
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 45,204评论 2 352
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,561评论 2 343