Skip to content

Commit b4c3967

Browse files
committed
fix
1 parent db094f0 commit b4c3967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/paimon/core/operation/file_store_commit_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ Result<int32_t> FileStoreCommitImpl::TryCommit(
750750
return Status::Invalid(
751751
fmt::format("Commit failed after {} millis with {} retries, there maybe exist "
752752
"commit conflicts between multiple jobs.",
753-
options_.GetCommitTimeout(), options_.GetCommitMaxRetries()));
753+
options_.GetCommitTimeout(), retry_count));
754754
}
755755
retry_waiter_.RetryWait(retry_count);
756756
retry_count++;

0 commit comments

Comments
 (0)