-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](Export) fix timeout property not work for export job #26032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| this.sessionVariables = stmt.getSessionVariables(); | ||
| this.timeoutSecond = sessionVariables.getQueryTimeoutS(); | ||
| this.timeoutSecond = stmt.getTimeout(); | ||
| this.sessionVariables.setQueryTimeoutS(this.timeoutSecond); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here we should clone one session variables to avoid change origin session variable values
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
4bcc26d to
5545824
Compare
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
|
run feut, external |
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
Proposed changes
Issue Number: close #xxx
Refer: #25913
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...