Commit a7e7b45
## Summary
Cherry-pick of #26225 onto `releases/sui-v1.70.0-release` to unblock
testnet v1.70.1 rollout.
Without this fix, `sui-kvstore-alt` in v1.70.1 cannot read its prior
watermark from the existing Bigtable table and restarts ingestion from
`checkpoint=0`, which the upstream fullnode has long pruned. The kvstore
indexer fails indefinitely, which cascades:
- `kv-store-testnet-d9532e5` Bigtable table receives zero new rows
- `kv-rpc` has no current data to serve
- `sui-indexer-alt-graphql`'s `ledger_grpc` + `consistent` pipelines
stall
- `https://graphql.testnet.sui.io/graphql/health` returns 500 "Watermark
lag is too high"
Observed live in testnet after the v1.70.1 deploy today — all 3
`sui-kvstore-testnet` replicas running for 89+ min with zero rows
written.
## Test plan
- [x] Clean cherry-pick (no conflicts)
- [ ] Deploy to testnet and verify `sui-kvstore-testnet` replicas resume
from their prior Bigtable watermark (not 0)
- [ ] Verify `https://graphql.testnet.sui.io/graphql/health` returns 200
and `consistent`/`ledger_grpc` lag drops to normal
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Evan Wall <evan.wall@mystenlabs.com>
1 parent 397af76 commit a7e7b45
1 file changed
Lines changed: 63 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
75 | 81 | | |
76 | 82 | | |
77 | 83 | | |
| |||
137 | 143 | | |
138 | 144 | | |
139 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
0 commit comments