Skip to content

Commit

Permalink
Increase indexer terminationGracePeriodSeconds
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Sep 16, 2024
1 parent 44056e3 commit 4c4c1e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/quickwit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: quickwit
description: Sub-second search & analytics engine on cloud storage.
type: application
version: 0.7.0
version: 0.7.1
appVersion: "v0.8.2"
keywords:
- quickwit
Expand Down
1 change: 1 addition & 0 deletions charts/quickwit/templates/indexer-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ spec:
{{- end }}
resources:
{{- toYaml .Values.indexer.resources | nindent 12 }}
terminationGracePeriodSeconds: {{ .Values.indexer.terminationGracePeriodSeconds }}
volumes:
- name: config
configMap:
Expand Down
4 changes: 4 additions & 0 deletions charts/quickwit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ indexer:

affinity: {}

# Long grace period is recommended to wait for all index commit_timeout_secs and splits to be published
# See https://quickwit.io/docs/configuration/index-config#indexing-settings
terminationGracePeriodSeconds: 120

persistentVolume:
enabled: false
# storage: "1Gi"
Expand Down

0 comments on commit 4c4c1e7

Please sign in to comment.