Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point inga to dhstore-helga while dhstore-qiu is recovering #2137

Merged
merged 1 commit into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ spec:
- '--storePath=/data'
- '--disableWAL'
- '--blockCacheSize=2Gi'
# Set max concurrent compactions to the number of CPUs
- '--maxConcurrentCompactions=28'
# Bump from the default 12
- '--l0StopWritesThreshold=20'
- '--maxConcurrentCompactions=20'
- '--experimentalCompactionDebtConcurrency=100Gi'
- '--experimentalL0CompactionConcurrency=500'
# experimenting with higher threshold and impact of compaction on writes.
- '--l0StopWritesThreshold=1000'
- '--l0CompactionThreshold=1000'
- '--l0CompactionFileThreshold=1000'
env:
- name: GO_DEBUG_MAX_THREADS
value: "20000"
volumeMounts:
- name: data
mountPath: /data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ patchesStrategicMerge:
images:
- name: dhstore
newName: 407967248065.dkr.ecr.us-east-2.amazonaws.com/ipni/dhstore
newTag: 20230711090901-4007d7934c3c308f98fd06d9253ba50c13339689
newTag: 20230719142939-cabc46a1d6076ccc62eae4475ac52b798b056b8e
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"ValueStoreType": "none",
"DisableWAL": true,
"DHBatchSize": 16384,
"DHStoreURL": "http://dhstore-qiu:40080",
"DHStoreURL": "http://dhstore-helga.internal.prod.cid.contact",
"DHStoreClusterURLs": [
"http://dhstore.internal.prod.cid.contact",
"http://dhstore-helga.internal.prod.cid.contact",
"http://dhstore-qiu:40080",
"http://dhstore-porvy.internal.prod.cid.contact"
],
"DHStoreHttpClientTimeout": "60s"
Expand Down