Skip to content

Commit dd07db6

Browse files
Debug logs
1 parent 81721af commit dd07db6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

dmlproc/dmlproc.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ class CleanUpThread
204204
// This function rolls back any active transactions in case of an abnormal shutdown.
205205
void rollbackAll(DBRM* dbrm)
206206
{
207+
idblog("rolling back all");
207208
Oam oam;
208209

209210
// Log a message in info.log
@@ -594,6 +595,7 @@ int ServiceDMLProc::Child()
594595
//@Bug 1627
595596
try
596597
{
598+
idblog("rollback in Child() call");
597599
rollbackAll(&dbrm); // Rollback any
598600
}
599601
catch (std::exception& e)

dmlproc/dmlprocessor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ struct CancellationThread
132132

133133
if (bRollback)
134134
{
135+
idblog("starting rollback in cancellation thread");
135136
RollbackTransactionProcessor rollbackProcessor(fDbrm);
136137
SessionManager sessionManager;
137138
uint64_t uniqueId = fDbrm->getUnique64();

0 commit comments

Comments
 (0)