Skip to content

Commit

Permalink
Merge pull request #19152 from shamser/issue32721
Browse files Browse the repository at this point in the history
HPCC-32721 Time tracked in both base and derived class caused double counting of localExecute time

Reviewed-by: Jake Smith <[email protected]>
Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Sep 30, 2024
2 parents 1a2a7bf + d142ef8 commit 812ffd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thorlcr/activities/indexread/thindexreadslave.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,6 @@ class CIndexReadSlaveBase : public CSlaveActivity
// IThorDataLink
virtual void start() override
{
ActivityTimer s(slaveTimerStats, timeActivities);
PARENT::start();
keyedProcessed = 0;
if (!eoi)
Expand Down

0 comments on commit 812ffd4

Please sign in to comment.