Closed Bug 985096 Opened 10 years ago Closed 10 years ago

Categories

(bugzilla.mozilla.org :: Infrastructure, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: ekyle, Assigned: cturra)

References

(Blocks 1 open bug)

Details

while working on bug 974812, i had changed the "internal protocol" in the load balancer's virtual server configuration to "generic server first," which appeared to cause this issue. i have reverted that setting back to "HTTP" and everything looks correct once again.

$ curl -XGET 'http://elasticsearch-private.bugs.scl3.mozilla.com:9200/_cluster/health?pretty=true'
{
  "cluster_name" : "bugs_nonpublic",
  "status" : "green",
  "timed_out" : false,
  "number_of_nodes" : 3,
  "number_of_data_nodes" : 3,
  "active_primary_shards" : 26,
  "active_shards" : 60,
  "relocating_shards" : 0,
  "initializing_shards" : 0,
  "unassigned_shards" : 0
}
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 10 years ago
OS: Windows 7 → All
Hardware: x86_64 → All
Resolution: --- → FIXED
Component: WebOps: Bugzilla → Infrastructure
Product: Infrastructure & Operations → bugzilla.mozilla.org
You need to log in before you can comment on or make changes to this bug.