Skip to content

[IOTDB-5589]The "IoTDB-Compaction_Schedule" thread count needs to be controlled#10417

Closed
shuwenwei wants to merge 10 commits intoapache:masterfrom
shuwenwei:scheduledCompactionThread
Closed

[IOTDB-5589]The "IoTDB-Compaction_Schedule" thread count needs to be controlled#10417
shuwenwei wants to merge 10 commits intoapache:masterfrom
shuwenwei:scheduledCompactionThread

Conversation

@shuwenwei
Copy link
Copy Markdown
Member

Description

This pull request solve the conflicts of #10257


public void setAllowCompaction(boolean allowCompaction) {
this.allowCompaction = allowCompaction;
if (!allowCompaction) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if the setAllowCompaction(true) is invoked after the thread pool is shutdown ?

@HTHou HTHou closed this Jan 10, 2024
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.

4 participants