Skip to content

Fix Compaction Schedule didn't start#11439

Merged
xingtanzjr merged 3 commits intomasterfrom
fix_initCompactionSchedule
Oct 31, 2023
Merged

Fix Compaction Schedule didn't start#11439
xingtanzjr merged 3 commits intomasterfrom
fix_initCompactionSchedule

Conversation

@HTHou
Copy link
Contributor

@HTHou HTHou commented Oct 31, 2023

Description

#11421 tried to start the CompactionSchedule of each data region after all data regions recovered. However, the previous implement didn't make sure all data region recovered before init Compaction Schedule. Besides, some recovering data regions may not init Compaction Schedule.

This PR is moving the initCompactionSchedule to the recoverEndTrigger Thread where we can know the recover status of all data regions.

@xingtanzjr xingtanzjr merged commit ad980db into master Oct 31, 2023
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug B 2 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 70 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@HTHou HTHou deleted the fix_initCompactionSchedule branch December 26, 2023 09:41
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.

2 participants