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.
2 parents 31afdb8 + 9117967 commit 957b334Copy full SHA for 957b334
ydb/core/tx/limiter/grouped_memory/service/allocation.h
@@ -23,7 +23,7 @@ class TAllocationInfo: public NColumnShard::TMonitoringObjectsCounter<TAllocatio
23
24
public:
25
~TAllocationInfo() {
26
- if (GetAllocationStatus() != EAllocationStatus::Failed) {
+ if (GetAllocationStatus() == EAllocationStatus::Allocated) {
27
Stage->Free(AllocatedVolume, GetAllocationStatus() == EAllocationStatus::Allocated);
28
}
29
0 commit comments