Skip to content

Conversation

@zddr
Copy link
Contributor

@zddr zddr commented Dec 26, 2024

pick: #45995

…lete (apache#45995)

problem:
- when drop db, will hold write lock of catalog, and drop all MTMV
- when drop MTMV, will drop Job,
- when drop Job, will cancel all tasks in this Job
- when cancel task, if task is running insert overwrite, will wait for a
long time

fix:
when drop job, not wait task cacncelled complete

Issue Number: close #xxx

Related PR: #xxx

Problem Summary:

None
@Thearas
Copy link
Contributor

Thearas commented Dec 26, 2024

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@zddr
Copy link
Contributor Author

zddr commented Dec 26, 2024

run buildall

@morningman morningman changed the title [enhance](mtmv)When drop MTMV, no longer wait for task cancel to comp… [enhance](mtmv)When drop MTMV, no longer wait for task cancel to complete (#45995) Dec 26, 2024
@Jibing-Li Jibing-Li merged commit 7d5e8a1 into apache:branch-2.1 Dec 26, 2024
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants