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] (compaction) support parallel compaction for single replica #18742

Open
3 tasks done
yixiutt opened this issue Apr 17, 2023 · 4 comments
Open
3 tasks done
Assignees

Comments

@yixiutt
Copy link
Contributor

yixiutt commented Apr 17, 2023

Search before asking

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

Description

Currently only one thread can do compaction for a tablet, but some case compaction may cost
a lot of time and we may able to start other thread do compaction.

Solution

multi-thread compaction for one tablet, modify meta in lock

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@Moonm3n
Copy link
Contributor

Moonm3n commented Apr 17, 2023

Hi, I’m new to Doris, but I’m really interested in this issue. Would it be possible for me to take on the task of implementing this feature? I would greatly appreciate the opportunity to contribute to the project.

@yixiutt
Copy link
Contributor Author

yixiutt commented Apr 18, 2023

I'm so sorry that this issue has already been assigned to @gitccl and you can choose another one if it is convenient for you

@gitccl
Copy link
Contributor

gitccl commented Apr 18, 2023

Hi, I’m new to Doris, but I’m really interested in this issue. Would it be possible for me to take on the task of implementing this feature? I would greatly appreciate the opportunity to contribute to the project.

I'm so sorry that I picked this issue yesterday, there are still some issues in #17176, feel free to pick another one in #17176 if you're interested.

@Moonm3n
Copy link
Contributor

Moonm3n commented Apr 18, 2023

Hi, I’m new to Doris, but I’m really interested in this issue. Would it be possible for me to take on the task of implementing this feature? I would greatly appreciate the opportunity to contribute to the project.

I'm so sorry that I picked this issue yesterday, there are still some issues in #17176, feel free to pick another one in #17176 if you're interested.

No problem at all. Thank you for letting me know. I’ll take a look at #17176 and choose another issue to work on.

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 a pull request may close this issue.

4 participants