-
Notifications
You must be signed in to change notification settings - Fork 638
Introduce InitialAllocation option for storage load actor, KIKIMR-20619 #806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce InitialAllocation option for storage load actor, KIKIMR-20619 #806
Conversation
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 817ecac.
🔴 linux-x86_64-release-asan: some tests FAILED for commit 817ecac.
|
|
||
std::unique_ptr<TEvBlobStorage::TEvCollectGarbage> ManageKeepFlags(ui64 tabletId, ui32 gen, ui32 step, | ||
ui32 channel, bool keep) { | ||
auto blobsWritten = std::make_unique<TVector<TLogoBlobID>>(ConfirmedBlobs); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
выглядит так, что ты по несколько раз будешь посылать keep флаги на одни и де же блобы?
может и ок, но что если там будут 1к-10к-100к блобов?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Этот метод вызывается один раз после того, как допишется последний блоб
37238ba
to
1b64f94
Compare
1b64f94
to
817ecac
Compare
No description provided.