We recently updated a three node cluster from 0.90.0 to 0.90.1. Now one of
the nodes is intermittently showing messages like these in the logs:
[transport.netty] Message not fully read (response) for [12652] handler org.
elasticsearch.action.support.master.
TransportMasterNodeOperationAction$4@53854b5f, error [true], resetting
I saw an earlier thread that this could be an issue with 0.90.0 that was
fixed in 0.90.1. Odd though that it seems to have started for us with 0.90.1
Anyone have any thoughts or suggestions?
The nodes are all running java version "1.6.0_27" openjdk.
{
"ok" : true,
"status" : 200,
"name" : "...",
"version" : {
"number" : "0.90.1",
"snapshot_build" : false,
"lucene_version" : "4.3"
},
"tagline" : "You Know, for Search"
}
Cluster health:
{
"cluster_name" : "staging_cluster",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 3,
"number_of_data_nodes" : 3,
"active_primary_shards" : 9,
"active_shards" : 19,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0
}
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.