selectdb / doris-operator

Doris kubernetes operator
Apache License 2.0
66 stars 33 forks source link

be graceful timeout not set for be pods #145

Closed intelligentfu closed 2 months ago

intelligentfu commented 2 months ago

be support set graceful timeout https://doris.apache.org/zh-CN/docs/dev/admin-manual/config/be-config#grace_shutdown_wait_seconds. but, this timeout is not synchronous tuning with pod.spec.terminationGracePeriodSeconds. doris operator should set pod.spec.terminationGracePeriodSeconds use grace_shutdown_wait_seconds in be conf.

intelligentfu commented 2 months ago

fixed https://github.com/selectdb/doris-operator/pull/157