Skip to content

Commit

Permalink
Disable WAL in dhstore to investigate put metadata latency spike
Browse files Browse the repository at this point in the history
Put metadata latency spikes sporadically. Disable WAL to see if the
spikes continue.
  • Loading branch information
masih committed Feb 20, 2023
1 parent 7454faa commit ea4459d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
- name: dhstore
args:
- '--storePath=/data'
- '--disableWAL'
volumeMounts:
- name: data
mountPath: /data
Expand Down

0 comments on commit ea4459d

Please sign in to comment.