Skip to content

Finish dev workload recovery - #47

Merged
zlovtnik merged 1 commit into
mainfrom
dev
Aug 9, 2026
Merged

Finish dev workload recovery#47
zlovtnik merged 1 commit into
mainfrom
dev

Conversation

@zlovtnik

@zlovtnik zlovtnik commented Aug 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • align the coordinator's configured TiDB manifest digest with the applied canonical schema
  • trigger a clean Keycloak rollout after TiDB migration preparation
  • use fresh ephemeral Badger storage for Jaeger in dev without deleting the retained PVC

Verification

  • make gitops-check
  • python3 scripts/check-tidb-schema-contract.py
  • python3 -m unittest scripts.tests.test_check_gitops -v
  • helm lint helm/ssl-proxy
  • inspected rendered coordinator checksum, Keycloak rollout annotation, and Jaeger emptyDir volume

GitHub-hosted CI remains unavailable because of the account billing lock; local checks passed.

Summary by CodeRabbit

  • Bug Fixes

    • Updated the Java Coordinator’s schema manifest reference to ensure it uses the latest database schema.
  • Infrastructure

    • Enabled Keycloak recovery handling in the development environment.
    • Added temporary storage for Jaeger telemetry in development deployments.
    • Applied the corresponding development deployment configuration updates.

@zlovtnik
zlovtnik merged commit ad81216 into main Aug 9, 2026
1 of 7 checks passed
@coderabbitai

coderabbitai Bot commented Aug 9, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 5baa0c85-0ffb-4eef-99e3-886d0b2a06c0

📥 Commits

Reviewing files that changed from the base of the PR and between dd4a21c and f2ac150.

📒 Files selected for processing (6)
  • cyber-stack/base/java-coordinator/deployment.yaml
  • cyber-stack/matrix/dev/app-stack/kustomization.yaml
  • cyber-stack/matrix/dev/data-plane/kustomization.yaml
  • cyber-stack/matrix/dev/patches/jaeger-storage.yaml
  • cyber-stack/matrix/dev/patches/keycloak-recovery.yaml
  • helm/ssl-proxy/charts/java-coordinator/values.yaml

📝 Walkthrough

Walkthrough

The change updates the Java coordinator TiDB schema checksum and adds development Kustomize patches for Keycloak recovery and Jaeger ephemeral storage.

Changes

Deployment configuration

Layer / File(s) Summary
Development deployment patches
cyber-stack/matrix/dev/patches/keycloak-recovery.yaml, cyber-stack/matrix/dev/patches/jaeger-storage.yaml, cyber-stack/matrix/dev/app-stack/kustomization.yaml, cyber-stack/matrix/dev/data-plane/kustomization.yaml
Adds Keycloak recovery metadata and Jaeger emptyDir storage. Includes both patches in the development Kustomizations.
Schema manifest checksum updates
cyber-stack/base/java-coordinator/deployment.yaml, helm/ssl-proxy/charts/java-coordinator/values.yaml
Updates the TiDB schema manifest SHA-256 value in the deployment and Helm chart values.

Estimated code review effort: 2 (Simple) | ~10 minutes

✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant