Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] when there is a lot partitions or tables in recyclebin, other operations may be influenced by recycle #47997

Open
2 of 3 tasks
dataroaring opened this issue Feb 18, 2025 · 0 comments · May be fixed by #48032
Open
2 of 3 tasks
Labels
difficulty/medium doris-future java Pull requests that update Java code

Comments

@dataroaring
Copy link
Contributor

dataroaring commented Feb 18, 2025

Search before asking

  • I had searched in the issues and found no similar issues.

Description

Recycler hold lock during recycle and it could affects other operations. Below is an example. The 1st stack shows that recycler holds a table lock while the 2nd stack shows drop partitions is waiting the lock.

Image

Image

Solution

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty/medium doris-future java Pull requests that update Java code
Projects
None yet
1 participant