Hello,
elasticserach, logstash, kibana - 6.4.1 version
Rolling upgrade
I have 3 nodes in the ELK cluster. I upgraded elasticsearch in node 3 from 6.4.1 to 6.7.0, then I get the following errors.
In the logs,
[2019-04-04T10:37:45,617][WARN ][o.e.c.l.LogConfigurator ] Some logging configurations have %marker but don't have %node_name. We will automatically add %node_name to the pattern to ease the migration for users who customize log4j2.properties but will stop this behavior in 7.0. You should manually replace `%node_name` with `[%node_name]%marker ` in these locations:
[2019-04-04T10:37:45,905][INFO ][o.e.e.NodeEnvironment ]] using [1] data paths, mounts [[/ (/dev/sda1)]], net usable_space [10.4gb], net total_space [30.3gb], types [ext4]
[2019-04-04T10:37:45,906][INFO ][o.e.e.NodeEnvironment ]] heap size [11.9gb], compressed ordinary object pointers [true]
[2019-04-04T10:37:46,388][INFO ][o.e.n.Node ] node name [node3], node ID [odIrW6POTeS21bKLlRS7_Q]
[2019-04-04T10:37:46,389][INFO ][o.e.n.Node ] version[6.7.0], pid[20803], build[default/deb/8453f77/2019-03-21T15:32:29.844721Z], OS[Linux/4.4.0-130-generic/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_171/25.171-b11]
[2019-04-04T10:37:46,389][INFO ][o.e.n.Node ] JVM arguments [-Dfile.encoding=UTF-8, -Dio.netty.noKeySetOptimization=true, -Dio.netty.noUnsafe=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Djava.awt.headless=true, -Djna.nosys=true, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -XX:+AlwaysPreTouch, -XX:+HeapDumpOnOutOfMemoryError, -XX:+PrintGCApplicationStoppedTime, -XX:+PrintGCDateStamps, -XX:+PrintGCDetails, -XX:+PrintTenuringDistribution, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+UseConcMarkSweepGC, -XX:+UseGCLogFileRotation, -XX:-OmitStackTraceInFastThrow, -XX:CMSInitiatingOccupancyFraction=75, -XX:GCLogFileSize=64m, -XX:NumberOfGCLogFiles=32, -Xloggc:/var/log/elasticsearchgc.log, -Xms12g, -Xmx12g, -Xss1m, -Des.path.home=/usr/share/elasticsearch, -Des.path.conf=/etc/elasticsearch, -Des.distribution.flavor=default, -Des.distribution.type=deb]
[2019-04-04T10:37:48,516][INFO ][o.e.p.PluginsService ] loaded module [aggs-matrix-stats]
[2019-04-04T10:37:48,516][INFO ][o.e.p.PluginsService ] loaded module [analysis-common]
[2019-04-04T10:37:48,517][INFO ][o.e.p.PluginsService ] loaded module [ingest-common]
[2019-04-04T10:37:48,517][INFO ][o.e.p.PluginsService ] loaded module [ingest-geoip]
[2019-04-04T10:37:48,517][INFO ][o.e.p.PluginsService ] loaded module [ingest-user-agent]
[2019-04-04T10:37:48,517][INFO ][o.e.p.PluginsService ] [] loaded module [lang-expression]
[2019-04-04T10:37:48,517][INFO ][o.e.p.PluginsService ] [] loaded module [lang-mustache]
[2019-04-04T10:37:48,517][INFO ][o.e.p.PluginsService ] [] loaded module [lang-painless]
[2019-04-04T10:37:48,517][INFO ][o.e.p.PluginsService ] [] loaded module [mapper-extras]
[2019-04-04T10:37:48,517][INFO ][o.e.p.PluginsService ] [] loaded module [parent-join]
[2019-04-04T10:37:48,517][INFO ][o.e.p.PluginsService ] [] loaded module [percolator]
[2019-04-04T10:37:48,517][INFO ][o.e.p.PluginsService ] [] loaded module [rank-eval]
[2019-04-04T10:37:48,517][INFO ][o.e.p.PluginsService ] [] loaded module [reindex]
[2019-04-04T10:37:48,517][INFO ][o.e.p.PluginsService ] [] loaded module [repository-url]
[2019-04-04T10:37:48,517][INFO ][o.e.p.PluginsService ] [] loaded module [transport-netty4]
[2019-04-04T10:37:48,517][INFO ][o.e.p.PluginsService ] [] loaded module [tribe]
[2019-04-04T10:37:48,518][INFO ][o.e.p.PluginsService ] [loaded module [x-pack-ccr]
[2019-04-04T10:37:48,518][INFO ][o.e.p.PluginsService ] [loaded module [x-pack-core]
[2019-04-04T10:37:48,518][INFO ][o.e.p.PluginsService ] [loaded module [x-pack-deprecation]
[2019-04-04T10:37:48,518][INFO ][o.e.p.PluginsService ] [loaded module [x-pack-graph]
[2019-04-04T10:37:48,518][INFO ][o.e.p.PluginsService ] [loaded module [x-pack-ilm]
[2019-04-04T10:37:48,518][INFO ][o.e.p.PluginsService ] loaded module [x-pack-logstash]
[2019-04-04T10:37:48,518][INFO ][o.e.p.PluginsService ] [loaded module [x-pack-ml]
[2019-04-04T10:37:48,518][INFO ][o.e.p.PluginsService ] [] loaded module [x-pack-monitoring]
[2019-04-04T10:37:48,518][INFO ][o.e.p.PluginsService ] [] loaded module [x-pack-rollup]
[2019-04-04T10:37:48,518][INFO ][o.e.p.PluginsService ] [] loaded module [x-pack-security]
[2019-04-04T10:37:48,518][INFO ][o.e.p.PluginsService ] [] loaded module [x-pack-sql]
[2019-04-04T10:37:48,518][INFO ][o.e.p.PluginsService ] [loaded module [x-pack-upgrade]
[2019-04-04T10:37:48,518][INFO ][o.e.p.PluginsService ] [] loaded module [x-pack-watcher]
[2019-04-04T10:37:48,519][INFO ][o.e.p.PluginsService ] [] no plugins loaded
[2019-04-04T10:37:52,488][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [] [controller/20900] [Main.cc@109] controller (64 bit): Version 6.7.0 (Build d74ae2ac01b10d) Copyright (c) 2019 Elasticsearch BV
[2019-04-04T10:37:54,882][INFO ][o.e.d.DiscoveryModule ] [] using discovery type [zen] and host providers [settings]
[2019-04-04T10:37:55,627][INFO ][o.e.n.Node ] initialized
[2019-04-04T10:37:55,628][INFO ][o.e.n.Node ] [] starting ...
[2019-04-04T10:37:55,790][INFO ][o.e.t.TransportService ] [] publish_address {}, bound_addresses {}
[2019-04-04T10:37:56,445][INFO ][o.e.b.BootstrapChecks ] [] bound or publishing to a non-loopback address, enforcing bootstrap checks
[2019-04-04T10:37:59,643][INFO ][o.e.d.z.ZenDiscovery ] [node3] failed to send join request to master [{node1}{KYovaukISHCpOp-d8eChRA}{HZbXCjfQRCyV75bFJMOj_w}{}{ml.machine_memory=135077466112, ml.max_open_jobs=20, xpack.installed=true, ml.enabled=true}], reason [RemoteTransportException[[elastic-1][][internal:discovery/zen/join]]; nested: IllegalStateException[failure when sending a validation request to node]; nested: RemoteTransportException[[internal:discovery/zen/join/validate]]; nested: IOException[Invalid string; unexpected character: 255 hex: ff]; ]
node3 elasticsearch.yml file
cluster.name: clustername
discovery.zen.minimum_master_nodes: 2
discovery.zen.ping.unicast.hosts:
- node1
- node2
- node3
network.host: 0.0.0.0
node.data: false
node.ingest: false
node.name: node3
path.data: "/var/lib/elasticsearch"
path.logs: "/var/log/elasticsearch"
transport.host: _site_
xpack.security.enabled: false
can someone help me with this ASAP.
Thanks