Hello,

I need help. I just updated to 0.90.3 to 0.90.9 Elasticsearch and my 2 
nodes cluster I with different versions ... 

I can not update the version of the node 0.90.3 or delete.

Any idea ?

Thanks.

$ curl -XGET http://localhost:9200/_nodes/process?pretty

{
 "ok" : true,
  "cluster_name" : "elasticsearch",
  "nodes" : {
    "YSSDK3IqQIuquOuFUv8wKg" : {
      "name" : "David",
      "transport_address" : "inet[/127.0.0.1:9300]",
      "hostname" : "Webmaster-Server-2",
      "version" : "0.90.10",
      "http_address" : "inet[/127.0.0.1:9200]",
      "attributes" : {
        "max_local_storage_nodes" : "1",
        "master" : "true"
      },
      "process" : {
        "refresh_interval" : 1000,
        "id" : 18494,
        "max_file_descriptors" : 4096,
        "mlockall" : true
      }
    },
    "0Wjpr1C2Qcm-l3t6fyZ-UQ" : {
      "name" : "Book",
      "transport_address" : "inet[/26.220.169.56:9301]",
      "hostname" : "Webmaster-Server-2",
      "version" : "0.90.3",
      "attributes" : {
        "client" : "true",
        "data" : "false"
      },
      "process" : {
        "refresh_interval" : 1000,
        "id" : 14758,
        "max_file_descriptors" : 4096,
        "mlockall" : false
      }
    }
  }
}

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/d5635fdc-beb4-4bf0-a2a9-abb09c9f55a8%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to