This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-57307-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 7c6592c208b branch-4.0: [Feature](func) Support function mmh64_v2
#57180 (#57344)
add 22d5e029be7 [Fix](job) fix drop db error and duplicate fragment_id
when retry (#57307)
No new revisions were added by this update.
Summary of changes:
.../insert/streaming/StreamingInsertJob.java | 54 ++++++++---
.../insert/streaming/StreamingInsertTask.java | 100 +++++++++++----------
.../streaming/StreamingJobSchedulerTask.java | 7 ++
.../org/apache/doris/job/manager/JobManager.java | 21 ++---
.../plans/commands/insert/OlapInsertExecutor.java | 11 ++-
.../streaming_job/test_streaming_insert_job.groovy | 2 +-
.../test_streaming_insert_job_drop.groovy | 97 ++++++++++++++++++++
.../test_streaming_insert_job_task_retry.groovy | 92 +++++++++++++++++++
8 files changed, 317 insertions(+), 67 deletions(-)
create mode 100644
regression-test/suites/job_p0/streaming_job/test_streaming_insert_job_drop.groovy
create mode 100644
regression-test/suites/job_p0/streaming_job/test_streaming_insert_job_task_retry.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]