Commit ddfef01
Refactor: extract execute_master_setup to remove duplication
Extract shared master setup logic (reorder tests, store chunk metadata,
push to queue) into execute_master_setup method. Used by both initial
master setup in populate() and takeover in run_master_setup().
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 48442ba commit ddfef01
2 files changed
Lines changed: 7 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 44 | + | |
56 | 45 | | |
57 | 46 | | |
58 | 47 | | |
| |||
589 | 578 | | |
590 | 579 | | |
591 | 580 | | |
592 | | - | |
593 | | - | |
594 | | - | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
595 | 584 | | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | 585 | | |
601 | | - | |
602 | | - | |
603 | | - | |
| 586 | + | |
604 | 587 | | |
605 | 588 | | |
606 | 589 | | |
| |||
0 commit comments