hedera-mirror-node
hedera-mirror-node copied to clipboard
Test Feasibility of Citus GKE Node Pool Auto Upgrade
Problem
we need to tests for stability of a running system experiencing a GKE upgrade
Solution
- Create a cluster with a version behind the latest (disable auto upgrade)
- Deploy common and mirror charts
- Run 10k testing to start ingesting data
- Manually trigger node pool upgrades for citus pools
- Monitor logs during upgrade to observe behavior
- Observe logs post upgrade to verify system recovers (importer may end up being in a hash mismatch state due to the time it takes to upgrade and may require a restart before becoming functional)
Alternatives
No response