This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from ffb06fdf3c0 branch-4.1: [fix](fe) Return transaction insert execution
errors (#67386) (#67925)
add 8d7ea33f2a6 branch-4.1: [fix](fe) Allocate a fresh StatementContext
per EXECUTE to prevent FE OOM in long-lived prepared statements - #67256
(#67926)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/doris/common/IdGenerator.java | 8 ++
.../org/apache/doris/nereids/StatementContext.java | 47 ++++++++++
.../trees/plans/commands/ExecuteCommand.java | 40 +++++---
.../apache/doris/qe/PreparedStatementContext.java | 25 +++++
.../java/org/apache/doris/qe/StmtExecutor.java | 12 ++-
.../trees/plans/commands/ExecuteCommandTest.java | 101 ++++++++++++++++++++-
.../java/org/apache/doris/qe/StmtExecutorTest.java | 25 +++++
7 files changed, 239 insertions(+), 19 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]