File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ class CleanUpThread
204
204
// This function rolls back any active transactions in case of an abnormal shutdown.
205
205
void rollbackAll (DBRM* dbrm)
206
206
{
207
+ idblog (" rolling back all" );
207
208
Oam oam;
208
209
209
210
// Log a message in info.log
@@ -594,6 +595,7 @@ int ServiceDMLProc::Child()
594
595
// @Bug 1627
595
596
try
596
597
{
598
+ idblog (" rollback in Child() call" );
597
599
rollbackAll (&dbrm); // Rollback any
598
600
}
599
601
catch (std::exception& e)
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ struct CancellationThread
132
132
133
133
if (bRollback)
134
134
{
135
+ idblog (" starting rollback in cancellation thread" );
135
136
RollbackTransactionProcessor rollbackProcessor (fDbrm );
136
137
SessionManager sessionManager;
137
138
uint64_t uniqueId = fDbrm ->getUnique64 ();
You can’t perform that action at this time.
0 commit comments