Commit 506fa63
Yehonatan Buchnik
Update pruning metrics when pruning is done after state transfer (#2643)
Problem Overview
When pruning is done after state transfer, we use a code path that doesn't update the pruning metrics
This PR is for fixing this bug
Testing Done
CI tests + enabling buck the test_pruning_with_failures_test and update it to also test that the lagged replica updates its metrics1 parent 64cfb62 commit 506fa63
File tree
2 files changed
+23
-4
lines changed- kvbc/src/categorization
- tests/apollo
2 files changed
+23
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
967 | 967 | | |
968 | 968 | | |
969 | 969 | | |
970 | | - | |
971 | | - | |
972 | | - | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
973 | 974 | | |
974 | 975 | | |
975 | 976 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1061 | 1061 | | |
1062 | 1062 | | |
1063 | 1063 | | |
1064 | | - | |
1065 | 1064 | | |
1066 | 1065 | | |
1067 | 1066 | | |
| |||
1121 | 1120 | | |
1122 | 1121 | | |
1123 | 1122 | | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
1124 | 1133 | | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
1125 | 1143 | | |
1126 | 1144 | | |
1127 | 1145 | | |
| |||
0 commit comments