We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e60f7 commit 34a44c4Copy full SHA for 34a44c4
ydb/core/tx/limiter/grouped_memory/service/process.h
@@ -127,7 +127,7 @@ class TProcessMemoryScope {
127
}
128
129
void UnregisterGroup(const bool isPriorityProcess, const ui64 externalGroupId) {
130
- if (auto internalGroupId = GroupIds.GetInternalIdOptional()) {
+ if (auto internalGroupId = GroupIds.GetInternalIdOptional(externalGroupId)) {
131
AFL_INFO(NKikimrServices::GROUPED_MEMORY_LIMITER)("event", "remove_group")("external_group_id", externalGroupId)(
132
"internal_group_id", internalGroupId);
133
UnregisterGroupImpl(*internalGroupId);
0 commit comments