Commit 63568f8
authored
fix: send responses only after state machine commit (#19286)
Fix a consistency issue where responses were sent to clients before
the state machine data was committed. Clients receiving early responses
could immediately read the state machine and observe stale or missing data.
Changes:
- Collect pending responses during entry application
- Send all responses only after `applier.commit()` succeeds
- Add doc comment explaining the consistency requirement1 parent 5c41a4d commit 63568f8
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
245 | 251 | | |
246 | 252 | | |
247 | 253 | | |
| 254 | + | |
248 | 255 | | |
249 | 256 | | |
250 | 257 | | |
251 | 258 | | |
252 | 259 | | |
253 | | - | |
| 260 | + | |
254 | 261 | | |
255 | 262 | | |
256 | 263 | | |
257 | 264 | | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
258 | 270 | | |
259 | 271 | | |
260 | 272 | | |
| |||
0 commit comments