Skip to content

Commit

Permalink
Rollback modification to ensure normal cross cluster functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
“v_kkhuang” committed Aug 15, 2024
1 parent 84ee5e5 commit 4b69302
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class ComputationEngineConnManager extends AbstractEngineConnManager with Loggin
execTask: CodeLogicalUnitExecTask
): EngineConnExecutor = {
engineAskRequest.setTimeOut(getEngineConnApplyTime)
var count = getEngineConnApplyAttempts()
var count = getEngineConnApplyAttempts() + 1
var retryException: LinkisRetryException = null
while (count >= 1) {
count = count - 1
Expand Down

0 comments on commit 4b69302

Please sign in to comment.