Skip to content

Commit 8e2834f

Browse files
author
don-dron
committed
YT-22634: Add code for total memory limit exceeded alert
2d3bed035fb10346b6295993fe1f08f714411edd
1 parent 6754cd4 commit 8e2834f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yt/yt/client/chunk_client/public.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ YT_DEFINE_ERROR_ENUM(
8787
((LockFileIsFound) (758))
8888
((DiskHealthCheckFailed) (759))
8989
((TooManyChunksToFetch) (760))
90+
((TotalMemoryLimitExceeded) (761))
9091
);
9192

9293
using TChunkId = NObjectClient::TObjectId;

0 commit comments

Comments
 (0)