We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77feb49 + ee11959 commit 31a1edbCopy full SHA for 31a1edb
1 file changed
ydb/core/mind/bscontroller/impl.h
@@ -280,6 +280,7 @@ class TBlobStorageController : public TActor<TBlobStorageController>, public TTa
280
const ui64 allocatedSizeBefore = Metrics.GetAllocatedSize();
281
const ui32 prevStatusFlags = Metrics.GetStatusFlags();
282
Metrics.MergeFrom(vDiskMetrics);
283
+ Metrics.DiscardUnknownFields();
284
MetricsDirty = true;
285
UpdateVDiskMetrics();
286
*allocatedSizeIncrementPtr = Metrics.GetAllocatedSize() - allocatedSizeBefore;
0 commit comments