Uh oh!
There was an error while loading. Please reload this page.
[fix](Export) fix timeout property not work for export job - #26032
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.
here we should clone one session variables to avoid change origin session variable values
xiaokang
commented
Oct 28, 2023
run buildall |
doris-robot
commented
Oct 28, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
4bcc26d to
5545824CompareBePPPower
commented
Oct 30, 2023
run buildall |
doris-robot
commented
Oct 30, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
BePPPower
commented
Oct 30, 2023
run feut, external |
BePPPower
commented
Oct 30, 2023
run buildall |
doris-robot
commented
Oct 30, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
BePPPower
commented
Oct 30, 2023
run buildall |
doris-robot
commented
Oct 30, 2023
(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...