Skip to content

Commit 07a348a

Browse files
Mikael Ronströmprashanttekriwal
authored andcommitted
WL#8069: Post push fix: Added a bit more debug printouts
(cherry picked from commit 3676c4eac78a59126293ea32b25b73522e3e5a7a)
1 parent 1a28a87 commit 07a348a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8756,6 +8756,10 @@ void Dbdih::execCOPY_FRAGCONF(Signal* signal)
87568756
signal->theData[6] = bytes_lo;
87578757
signal->theData[7] = 0;
87588758
sendSignal(CMVMI_REF, GSN_EVENT_REP, signal, 8, JBB);
8759+
g_eventLogger->debug("DIH:tab(%u,%u), COPY_FRAGCONF: %u rows inserted",
8760+
takeOverPtr.p->toCurrentTabref,
8761+
takeOverPtr.p->toCurrentFragid,
8762+
rows_lo);
87598763
}//Dbdih::execCOPY_FRAGCONF()
87608764

87618765
void Dbdih::execCOPY_ACTIVECONF(Signal* signal)

storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21498,6 +21498,11 @@ Dblqh::execCOPY_FRAGCONF(Signal* signal)
2149821498
signal->theData[6] = bytes_lo;
2149921499
signal->theData[7] = 0;
2150021500
sendSignal(CMVMI_REF, GSN_EVENT_REP, signal, 8, JBB);
21501+
g_eventLogger->debug("(%u)tab(%u,%u), COPY_FRAGCONF: %u rows inserted",
21502+
instance(),
21503+
fragptr.p->tabRef,
21504+
fragptr.p->fragId,
21505+
rows_lo);
2150121506
}
2150221507

2150321508
{

0 commit comments

Comments
 (0)