Skip to content

Commit

Permalink
Switch to least saturated dhstore backend as primary write
Browse files Browse the repository at this point in the history
The current primary is close to full saturation which results in high
origin latency on ingress traffic and consequential high 404 rate.

Switch the primary dhstore to `qiu`, the instance with least disk
saturation.
  • Loading branch information
masih committed Jun 24, 2024
1 parent 12dbcff commit 44775f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"ValueStoreDir": "/data/valuestore",
"ValueStoreType": "none",
"DHBatchSize": 16384,
"DHStoreURL": "http://dhstore.internal.prod.cid.contact",
"DHStoreURL": "http://dhstore-qiu:40080",
"DHStoreClusterURLs": [
"http://dhstore-tetra:40080",
"http://dhstore-seka:40080",
"http://dhstore-ravi:40080",
"http://dhstore-qiu:40080",
"http://dhstore.internal.prod.cid.contact",
"http://dhstore-helga.internal.prod.cid.contact",
"http://dhstore-porvy.internal.prod.cid.contact"
],
Expand Down

0 comments on commit 44775f9

Please sign in to comment.