Commit 54893bc
authored
Only force-load child partitions after successful initialization (#8230)
## What changed?
The force-load child partitions mechanism should only happen after
successful initialization of the root.
## Why?
If the root fails to load, things can get stuck in a loop where the root
loads the children and the children cause the root to be loaded again
(from userdata polling).
## How did you test it?
- [x] built
- [ ] run locally and tested manually
- [ ] covered by existing tests
- [ ] added new unit test(s)
- [ ] added new functional test(s)1 parent 251e20a commit 54893bc
File tree
2 files changed
+15
-13
lines changed- service/matching
2 files changed
+15
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| 386 | + | |
| 387 | + | |
386 | 388 | | |
387 | 389 | | |
388 | 390 | | |
389 | 391 | | |
390 | 392 | | |
391 | 393 | | |
392 | 394 | | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
393 | 406 | | |
394 | 407 | | |
395 | 408 | | |
| |||
414 | 427 | | |
415 | 428 | | |
416 | 429 | | |
417 | | - | |
418 | 430 | | |
419 | 431 | | |
420 | 432 | | |
| |||
453 | 465 | | |
454 | 466 | | |
455 | 467 | | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | 468 | | |
466 | 469 | | |
467 | 470 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
741 | | - | |
742 | | - | |
| 741 | + | |
| 742 | + | |
743 | 743 | | |
744 | | - | |
745 | 744 | | |
746 | 745 | | |
747 | 746 | | |
| |||
0 commit comments