File tree 1 file changed +4
-4
lines changed
ydb/core/blobstorage/vdisk/repl
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,12 +124,12 @@ namespace NKikimr {
124
124
125
125
if (AddingTasks) {
126
126
for (; it.Valid (); it.Next ()) {
127
+ StartKey = it.GetCurKey ().LogoBlobID ();
128
+
127
129
if (checkRestart ()) {
128
130
return ;
129
131
}
130
132
131
- StartKey = it.GetCurKey ().LogoBlobID ();
132
-
133
133
// we still have some space in recovery machine logic, so we can add new item
134
134
ProcessItem (it, *barriers, allowKeepFlags);
135
135
MilestoneQueue.PopIfNeeded (StartKey);
@@ -147,12 +147,12 @@ namespace NKikimr {
147
147
}
148
148
149
149
for (; it.Valid (); it.Next ()) {
150
+ StartKey = it.GetCurKey ().LogoBlobID ();
151
+
150
152
if (checkRestart ()) {
151
153
return ;
152
154
}
153
155
154
- StartKey = it.GetCurKey ().LogoBlobID ();
155
-
156
156
// check the milestone queue, if we have requested blob
157
157
if (MilestoneQueue.Match (StartKey, &ReplInfo->ItemsTotal , &ReplInfo->WorkUnitsTotal )) {
158
158
break ;
You can’t perform that action at this time.
0 commit comments