Skip to content

Conversation

jnels124
Copy link
Contributor

@jnels124 jnels124 commented Jul 11, 2025

Description:

Update Citus Runbook Scripts

  • Add clean shutdown of citus
  • Add support to upgrade cluster master
  • Add version validation
  • Do non-citus pool upgrades first for less downtime
  • Ensure primary pod is always first in stateful set when pausing
  • Support providing linux config
  • Update release automation workflow to prevent benign failure when cutting pre-releases

Related issue(s):

Fixes #10973
Fixes #10288

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

* add version validation
* ensure primary pod is always first in stateful set when pausing
* support providing linux config
* do non citus pool upgrades first for less downtime

Signed-off-by: Jesse Nelson <[email protected]>
@jnels124 jnels124 linked an issue Jul 11, 2025 that may be closed by this pull request
@lfdt-bot
Copy link

lfdt-bot commented Jul 11, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

Copy link

codacy-production bot commented Jul 15, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-32.82% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (cf61362) 36259 34021 93.83%
Head commit (b4b85d0) 59719 (+23460) 36432 (+2411) 61.01% (-32.82%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#11564) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

jnels124 added 3 commits July 16, 2025 02:26
Signed-off-by: Jesse Nelson <[email protected]>
Signed-off-by: Jesse Nelson <[email protected]>
@jnels124 jnels124 self-assigned this Jul 16, 2025
@jnels124 jnels124 requested review from a team and xin-hedera July 16, 2025 16:09
@jnels124 jnels124 added the bug Type: Something isn't working label Jul 16, 2025
@jnels124 jnels124 added this to the 0.135.0 milestone Jul 16, 2025
@jnels124 jnels124 marked this pull request as ready for review July 16, 2025 16:10
@jnels124 jnels124 requested review from a team as code owners July 16, 2025 16:10
@jnels124 jnels124 requested a review from jeromy-cannon July 16, 2025 16:10
@jnels124 jnels124 marked this pull request as draft July 16, 2025 19:18
Signed-off-by: Jesse Nelson <[email protected]>
@jnels124 jnels124 marked this pull request as ready for review July 16, 2025 23:27
@jnels124 jnels124 changed the title Update K8s version upgrade script Update Citus Runbook Scripts Jul 17, 2025
@steven-sheehy steven-sheehy added the ops Tasks relating to network operations label Jul 17, 2025
Copy link
Contributor

@xin-hedera xin-hedera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jnels124 jnels124 merged commit dff919b into main Jul 18, 2025
31 of 33 checks passed
@jnels124 jnels124 deleted the 10973-enhance-k8s-upgrade-script branch July 18, 2025 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Type: Something isn't working ops Tasks relating to network operations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhance K8s Upgrade Script Citus worker pods tend to go into recovery when brought back up
4 participants