Skip to content

Commit

Permalink
Log transaction ID on re-enqueue
Browse files Browse the repository at this point in the history
  • Loading branch information
timw authored and pkendall64 committed Oct 31, 2022
1 parent ede8fbf commit 4ec87b1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ public Object execute(
OLogManager.instance()
.info(
OTransactionPhase2Task.this,
"Received second phase but not yet first phase, re-enqueue second phase");
"Received second phase but not yet first phase for commit tx:%s, re-enqueue second phase",
firstPhaseId);
((ODatabaseDocumentDistributed) database)
.getStorageDistributed()
.getLocalDistributedDatabase()
Expand Down

0 comments on commit 4ec87b1

Please sign in to comment.