Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Mar 1, 2024
1 parent 4d468e2 commit a0003db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private void commitTransaction(CommitRequest<DorisCommittable> request) throws I
"commit txn {} to host {}, tolerance is {}",
committable.getTxnID(),
hostPort,
committable.getCommitTolerance());
commitTolerance);
int retry = 0;
while (retry <= maxRetry) {
// get latest-url
Expand Down

0 comments on commit a0003db

Please sign in to comment.