From a8d417795795d3d56917d2284028aa62a4839b2e Mon Sep 17 00:00:00 2001 From: Gavin Halliday Date: Wed, 4 Oct 2023 16:59:51 +0100 Subject: [PATCH] HPCC-30428 Remove excessive cache logging Signed-off-by: Gavin Halliday --- roxie/ccd/ccdcontext.cpp | 1 - roxie/ccd/ccdmain.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/roxie/ccd/ccdcontext.cpp b/roxie/ccd/ccdcontext.cpp index 93bc8e5d78a..f90b4379803 100644 --- a/roxie/ccd/ccdcontext.cpp +++ b/roxie/ccd/ccdcontext.cpp @@ -2614,7 +2614,6 @@ class CRoxieServerContext : public CRoxieContextBase, implements IRoxieServerCon factory->mergeStats(logctx); } globalStats.reset(); - logCacheState(); if (!protocol) return; diff --git a/roxie/ccd/ccdmain.cpp b/roxie/ccd/ccdmain.cpp index 04f3b56cacd..e91576bf0e6 100644 --- a/roxie/ccd/ccdmain.cpp +++ b/roxie/ccd/ccdmain.cpp @@ -300,7 +300,6 @@ class Waiter : public CInterface, implements IAbortHandler } bool onAbort() { - logCacheState(); aborted.signal(); roxieMetrics.clear(); #ifdef _DEBUG