Skip to content

Commit 34a44c4

Browse files
fix build
1 parent d9e60f7 commit 34a44c4

File tree

1 file changed

+1
-1
lines changed
  • ydb/core/tx/limiter/grouped_memory/service

1 file changed

+1
-1
lines changed

ydb/core/tx/limiter/grouped_memory/service/process.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class TProcessMemoryScope {
127127
}
128128

129129
void UnregisterGroup(const bool isPriorityProcess, const ui64 externalGroupId) {
130-
if (auto internalGroupId = GroupIds.GetInternalIdOptional()) {
130+
if (auto internalGroupId = GroupIds.GetInternalIdOptional(externalGroupId)) {
131131
AFL_INFO(NKikimrServices::GROUPED_MEMORY_LIMITER)("event", "remove_group")("external_group_id", externalGroupId)(
132132
"internal_group_id", internalGroupId);
133133
UnregisterGroupImpl(*internalGroupId);

0 commit comments

Comments
 (0)