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 7a742cd commit 9e4a92aCopy full SHA for 9e4a92a
ydb/core/blobstorage/vdisk/hullop/blobstorage_hullactor.cpp
@@ -187,7 +187,10 @@ namespace NKikimr {
187
// returns true, if selector has been started, false otherwise
188
bool RunLevelCompactionSelector(const TActorContext &ctx) {
189
// if compaction is in progress, return
190
- if (RTCtx->LevelIndex->GetCompState() != TLevelIndexBase::StateNoComp || !Config->LevelCompaction) {
+ if (RTCtx->LevelIndex->GetCompState() != TLevelIndexBase::StateNoComp
191
+ || !Config->LevelCompaction
192
+ || Config->BaseInfo.DonorMode) {
193
+
194
return false;
195
}
196
0 commit comments