Shards stay unassigned after yum update
Posted: Tue Sep 08, 2015 4:02 am
Hello,
I'm having issues with my NLS cluster after a full yum update on one of the nodes. The shards of one of my nodes stay unassigned. Check the screenshot. Tried another reboot, tried restarting logstash and elasticsearch services.
This is the list of updates I installed:
I have a snapshot I could restore, but as it seems the logs are still showing and handled 'normally', I decided to not restore the snapshot for now. What can I do to make NLS re-assign the unassigned shards?
Both nodes are still on R2.1. The second node has not been patched yet, as I would like to solve the issue on the first node before that. I also noticed that when I make configuration changes, the Save and Apply button stay greyed out.
Grtz
Willem
I'm having issues with my NLS cluster after a full yum update on one of the nodes. The shards of one of my nodes stay unassigned. Check the screenshot. Tried another reboot, tried restarting logstash and elasticsearch services.
This is the list of updates I installed:
Code: Select all
Updated:
bind-libs.x86_64 32:9.8.2-0.37.rc1.el6_7.4
bind-utils.x86_64 32:9.8.2-0.37.rc1.el6_7.4
gdk-pixbuf2.x86_64 0:2.24.1-6.el6_7
httpd.x86_64 0:2.2.15-47.el6.centos
httpd-tools.x86_64 0:2.2.15-47.el6.centos
kernel-firmware.noarch 0:2.6.32-573.3.1.el6
kernel-headers.x86_64 0:2.6.32-573.3.1.el6
libXfont.x86_64 0:1.4.5-5.el6_7
net-snmp.x86_64 1:5.5-54.el6_7.1
net-snmp-libs.x86_64 1:5.5-54.el6_7.1
net-snmp-utils.x86_64 1:5.5-54.el6_7.1
nss-softokn.x86_64 0:3.14.3-23.el6_7
nss-softokn-freebl.x86_64 0:3.14.3-23.el6_7
openssh.x86_64 0:5.3p1-112.el6_7
openssh-clients.x86_64 0:5.3p1-112.el6_7
openssh-server.x86_64 0:5.3p1-112.el6_7
pam.x86_64 0:1.1.1-20.el6_7.1
selinux-policy.noarch 0:3.7.19-279.el6_7.5
selinux-policy-targeted.noarch 0:3.7.19-279.el6_7.5
sqlite.x86_64 0:3.6.20-1.el6_7.2
sudo.x86_64 0:1.8.6p3-20.el6_7
tzdata.noarch 0:2015f-1.el6
tzdata-java.noarch 0:2015f-1.el6
Code: Select all
curl -XGET http://localhost:9200/_cluster/health?pretty=true
{
"cluster_name" : "ee9e60a0-f4cb-41ec-a97f-8f17434b748e",
"status" : "yellow",
"timed_out" : false,
"number_of_nodes" : 2,
"number_of_data_nodes" : 2,
"active_primary_shards" : 171,
"active_shards" : 171,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 171,
"number_of_pending_tasks" : 0,
"number_of_in_flight_fetch" : 0
}
Grtz
Willem