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: src/integration-tests/bash/lease.sh
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -421,7 +421,8 @@ function obtainLease {
421
421
return 1
422
422
break
423
423
fi
424
-
traceInfo "Retrying after $((mnow - mstart)) seconds. About to sleep ${SLEEP_SECONDS} seconds. Max wait is ${OBTAIN_LEASE_TIMEOUT_SECONDS} seconds."
424
+
traceInfo "Retrying after $((mnow - mstart)) seconds. About to sleep ${SLEEP_SECONDS} seconds. Max wait is ${OBTAIN_LEASE_TIMEOUT_SECONDS} seconds. Current lease owner:"
0 commit comments