mozilla / participation-metrics-org

Participation metrics planning repository
4 stars 4 forks source link

ES server "down": unassigned shards #176

Closed canasdiaz closed 6 years ago

canasdiaz commented 6 years ago

Hi @johngian , we are having issues with the ES server. The memory load the nodes is high and there are 146 unassigned shards. We did nothing special to impact on the server, do you know whether something happened in the provider? can u please have a look?

{
  "cluster_name" : "484535289196:bitergia-metrics-es",
  "status" : "red",
  "timed_out" : false,
  "number_of_nodes" : 3,
  "number_of_data_nodes" : 3,
  "active_primary_shards" : 173,
  "active_shards" : 346,
  "relocating_shards" : 0,
  "initializing_shards" : 0,
  "unassigned_shards" : 146,
  "delayed_unassigned_shards" : 0,
  "number_of_pending_tasks" : 0,
  "number_of_in_flight_fetch" : 0,
  "task_max_waiting_in_queue_millis" : 0,
  "active_shards_percent_as_number" : 70.32520325203252
}
johngian commented 6 years ago

Closing this one after working with @sanacl and @dpose to resolve the AWS issue.