You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: flyway-database-yugabytedb/src/main/java/org/flywaydb/community/database/postgresql/yugabytedb/YugabyteDBExecutionTemplate.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ public class YugabyteDBExecutionTemplate {
LOG.warn(Thread.currentThread().getName() + "> Lock is older than 5 minutes for lock_id " + lockIdRead + ". Resetting it to " + lockIdToBeReturned);
117
+
LOG.warn(Thread.currentThread().getName() + "> Lock with lock_id " + lockIdRead + " is held for more than " + lockIdTtl + " millis. Resetting it with lock_id " + lockIdToBeReturned);
0 commit comments