Upgraded 1 node of a 4 node cluster this mroing from 6.5.1 to 6.7
Upgraded node starts up fine & comes online but is refusing to joing the existing cluster since the upgrade.
Elasticsearch.yml is config
cluster.name: CT-ES-PROD
discovery.zen.ping.unicast.hosts:
- wp005885.ourdomain.com:9200
- wp005878.ourdomain.com:9200
- wp005881.ourdomain.com:9200
- wp005882.ourdomain.com:9200
http.port: 9200
transport.tcp.port: 9300
network.host: wp005885.ourdomain.com
Nothing standing out from the logs as to why the 6.5.1 nodes are not being discivered
2019-03-28T11:44:05,736][INFO ][o.e.d.DiscoveryModule ] [WP005885-ONYX-NODE1] using discovery type [zen] and host providers [settings]
[2019-03-28T11:44:06,533][INFO ][o.e.n.Node ] [WP005885-ONYX-NODE1] initialized
[2019-03-28T11:44:06,533][INFO ][o.e.n.Node ] [WP005885-ONYX-NODE1] starting ...
[2019-03-28T11:44:06,767][INFO ][o.e.t.TransportService ] [WP005885-ONYX-NODE1] publish_address {10.105.50.53:9300}, bound_addresses {[fe80::ddf:6102:4b6f:193]:9300}, {10.105.50.53:9300}
[2019-03-28T11:44:07,174][INFO ][o.e.b.BootstrapChecks ] [WP005885-ONYX-NODE1] bound or publishing to a non-loopback address, enforcing bootstrap checks
[2019-03-28T11:44:10,221][INFO ][o.e.c.s.MasterService ] [WP005885-ONYX-NODE1] zen-disco-elected-as-master ([0] nodes joined), reason: new_master {WP005885-ONYX-NODE1}{VzRIxScoSMWNqkPVwNl2AQ}{LEvYVWjEStW1ikUvYflPQw}{wp005885.bskyb.com}{10.105.50.53:9300}{ml.machine_memory=17179332608, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true}
[2019-03-28T11:44:10,221][INFO ][o.e.c.s.ClusterApplierService] [WP005885-ONYX-NODE1] new_master {WP005885-ONYX-NODE1}{VzRIxScoSMWNqkPVwNl2AQ}{LEvYVWjEStW1ikUvYflPQw}{wp005885.bskyb.com}{10.105.50.53:9300}{ml.machine_memory=17179332608, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true}, reason: apply cluster state (from master [master {WP005885-ONYX-NODE1}{VzRIxScoSMWNqkPVwNl2AQ}{LEvYVWjEStW1ikUvYflPQw}{wp005885.bskyb.com}{10.105.50.53:9300}{ml.machine_memory=17179332608, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true} committed version [1] source [zen-disco-elected-as-master ([0] nodes joined)]])
[2019-03-28T11:44:10,283][INFO ][o.e.h.n.Netty4HttpServerTransport] [WP005885-ONYX-NODE1] publish_address {10.105.50.53:9200}, bound_addresses {[fe80::ddf:6102:4b6f:193]:9200}, {10.105.50.53:9200}
[2019-03-28T11:44:10,283][INFO ][o.e.n.Node ] [WP005885-ONYX-NODE1] started
[20