Skip to content

Commit 7084f34

Browse files
Backport ClickHouse#88030 to 25.8: add KeeperRequestRejectedDueToSoftMemoryLimitCount to keeper constants
1 parent d5d5b9f commit 7084f34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Coordination/KeeperConstants.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@
300300
M(KeeperLogsEntryReadFromCommitCache) \
301301
M(KeeperLogsEntryReadFromFile) \
302302
M(KeeperLogsPrefetchedEntries) \
303+
\
304+
M(KeeperRequestRejectedDueToSoftMemoryLimitCount) \
303305

304306
namespace ProfileEvents
305307
{

0 commit comments

Comments
 (0)