Skip to content

Commit

Permalink
HPCC-30428 Remove excessive cache logging
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday committed Oct 4, 2023
1 parent 42ea454 commit a8d4177
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion roxie/ccd/ccdcontext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2614,7 +2614,6 @@ class CRoxieServerContext : public CRoxieContextBase, implements IRoxieServerCon
factory->mergeStats(logctx);
}
globalStats.reset();
logCacheState();
if (!protocol)
return;

Expand Down
1 change: 0 additions & 1 deletion roxie/ccd/ccdmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ class Waiter : public CInterface, implements IAbortHandler
}
bool onAbort()
{
logCacheState();
aborted.signal();
roxieMetrics.clear();
#ifdef _DEBUG
Expand Down

0 comments on commit a8d4177

Please sign in to comment.