-
Notifications
You must be signed in to change notification settings - Fork 610
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
Add inflight for garbage collection requests for Storage Load Actor, KIKIMR-20593 #666
Add inflight for garbage collection requests for Storage Load Actor, KIKIMR-20593 #666
Conversation
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-release-asan: some tests FAILED for commit c527934.
🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit c527934.
|
7360899
to
d5cf3db
Compare
c527934
to
632840d
Compare
632840d
to
6a3c092
Compare
⚪
|
⚪
|
ydb/core/load_test/group_write.cpp
Outdated
auto ev = std::make_unique<TEvBlobStorage::TEvCollectGarbage>(TabletId, Generation, GarbageCollectStep, Channel, | ||
true, Generation, GarbageCollectStep, nullptr, nullptr, TInstant::Max(), false); | ||
auto callback = [](IEventBase *event, const TActorContext& /*ctx*/) { | ||
auto ev = TEvBlobStorage::TEvCollectGarbage::CreateHardBarrier(TabletId, Generation, GarbageCollectStep, |
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.
а зачем именно Hard барьер?
ты разве где-то ставишь Keep флаги?
No description provided.