cockroachdb / cockroach-operator

k8s operator for CRDB
Apache License 2.0
285 stars 95 forks source link

Make Termination Grace Period in Statefulset customizable in Operator #1055

Open udnay opened 1 month ago

udnay commented 1 month ago

With connection pools not recycling active connections, the default 5-minute TerminateGracePeriod could terminate an active session with transactions uncommitted. This could lead to transaction rollbacks and other unnecessary elements in applications and operations on CRDB. TREQ-574