We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcb03a commit 659302dCopy full SHA for 659302d
ydb/core/tablet_flat/flat_fwd_env.h
@@ -287,7 +287,8 @@ namespace NFwd {
287
if ((q.Grow = got.Grow) || bool(q.Fetch)) {
288
Queue.PushBack(&q);
289
} else if (got.Need && got.Page == nullptr) {
290
- Y_ABORT("Cache line head don't want to do fetch but should");
+ // temporary hack for index pages as they are always stored in group 0
291
+ Y_ABORT_UNLESS(!Queue.Empty(), "Cache line head don't want to do fetch but should");
292
}
293
294
return { got.Need, got.Page };
0 commit comments