Skip to content

Commit c513304

Browse files
Merge pull request ClickHouse#88060 from ClickHouse/backport/25.8/88030
Backport ClickHouse#88030 to 25.8: add `KeeperRequestRejectedDueToSoftMemoryLimitCount` to keeper constants
2 parents d5d5b9f + 7084f34 commit c513304

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)