Skip to content

Commit 0f67168

Browse files
Debug logs
1 parent 60679e6 commit 0f67168

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

writeengine/server/we_dmlcommandproc.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,9 +1478,13 @@ uint8_t WE_DMLCommandProc::processBatchInsert(messageqcpp::ByteStream& bs, std::
14781478
}
14791479

14801480
// MCOL-1495 Remove fCatalogMap entries CS won't use anymore.
1481+
idblog("just before systemCatalogPtr reset");
14811482
systemCatalogPtr.reset(); // ??? XXX ???
1483+
idblog("right after systemCatalogPtr reset");
14821484
CalpontSystemCatalog::removeCalpontSystemCatalog(sessionId);
1485+
idblog("right after removing sessionId");
14831486
CalpontSystemCatalog::removeCalpontSystemCatalog(sessionId | 0x80000000);
1487+
idblog("right after removing local sessionId");
14841488
return rc;
14851489
}
14861490

0 commit comments

Comments
 (0)