aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexbogo <alexbogo@ydb.tech>2023-07-11 16:50:29 +0300
committeralexbogo <alexbogo@ydb.tech>2023-07-11 16:50:29 +0300
commitb82748c710edb310a5171647a19cbdc9055f70a6 (patch)
treea0eab78c0f39f2356a5c4fccdaf2538841b58752
parent19574f9eafa22ebeeb7ced7442f61d7ca1106779 (diff)
downloadydb-b82748c710edb310a5171647a19cbdc9055f70a6.tar.gz
[persqueue] stop write on status StatusDiskSpaceYellowStop
init
-rw-r--r--ydb/core/persqueue/partition.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/persqueue/partition.cpp b/ydb/core/persqueue/partition.cpp
index 4cacb876e8..d5eb10c59f 100644
--- a/ydb/core/persqueue/partition.cpp
+++ b/ydb/core/persqueue/partition.cpp
@@ -412,7 +412,7 @@ void TPartition::Handle(TEvents::TEvPoisonPill::TPtr&, const TActorContext& ctx)
bool CheckDiskStatus(const TStorageStatusFlags status) {
- return !status.Check(NKikimrBlobStorage::StatusDiskSpaceLightYellowMove);
+ return !status.Check(NKikimrBlobStorage::StatusDiskSpaceYellowStop);
}
void TPartition::InitComplete(const TActorContext& ctx) {