Hi,
Installed new version 1.1.1 on CentOs.
Configured all needed configuration for AWS and location of data.
Seems that cluster (currently 2 data nodes) is running but no indecies are 
loaded (0.96 is loading them fine).
Don't see any exception in the log, just see this strange warning:

[Solomon O'Sullivan] Message not fully read (request) for [375530] and 
action [], resetting

Running state on the cluster returns next: curl -XGET 
'http://10.0.4.227:9200/_cluster/state?pretty=true'
{
  "cluster_name" : "usindexcluster",
  "version" : 3,
  "master_node" : "MK9fcm-bQn6oIvVPEQum_g",
  "blocks" : { },
  "nodes" : {
    "1ReH8ZDbQzqi5MmYU7dAwg" : {
      "name" : "Solomon O'Sullivan",
      "transport_address" : "inet[/10.0.4.227:9300]",
      "attributes" : { }
    },
    "MK9fcm-bQn6oIvVPEQum_g" : {
      "name" : "James Rhodes",
      "transport_address" : "inet[/10.0.4.118:9300]",
      "attributes" : { }
    }
  },
  "metadata" : {
    "templates" : { },
    "indices" : { }
  },
  "routing_table" : {
    "indices" : { }
  },
  "routing_nodes" : {
    "unassigned" : [ ],
    "nodes" : {
      "MK9fcm-bQn6oIvVPEQum_g" : [ ],
      "1ReH8ZDbQzqi5MmYU7dAwg" : [ ]
    }
  },
  "allocations" : [ ]
}
 
And health check returns next:
curl -XGET 'http://10.0.4.227:9200/_cluster/health?pretty=true'
{
  "cluster_name" : "usindexcluster",
  "status" : "green",
  "timed_out" : false,
  "number_of_nodes" : 2,
  "number_of_data_nodes" : 2,
  "active_primary_shards" : 0,
  "active_shards" : 0,
  "relocating_shards" : 0,
  "initializing_shards" : 0,
  "unassigned_shards" : 0
}

What could the problem with loading 0.96 data into 1.1.1 ?
Maybe I did something wrong ?

Thanks.



-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/230ecb90-2cfa-4012-bbff-1b7e2525ab47%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to