This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch auto-pick-65525-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 5992e32b053 [branch-4.0][fix](profile) guard execution profile access
(#65443)
add 27837483374 [fix](transaction) Fail fast when a backend restarts
during insert (#65525)
No new revisions were added by this update.
Summary of changes:
be/src/vec/sink/writer/vtablet_writer.cpp | 5 +-
be/src/vec/sink/writer/vtablet_writer_v2.cpp | 5 +-
.../org/apache/doris/qe/runtime/LoadProcessor.java | 22 ++--
.../qe/runtime/SingleFragmentPipelineTask.java | 19 ++-
.../qe/runtime/SingleFragmentPipelineTaskTest.java | 96 ++++++++++++++++
.../test_insert_fail_fast_after_be_restart.groovy | 128 +++++++++++++++++++++
6 files changed, 253 insertions(+), 22 deletions(-)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/qe/runtime/SingleFragmentPipelineTaskTest.java
create mode 100644
regression-test/suites/load_p0/insert/test_insert_fail_fast_after_be_restart.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]