BREAKING: Migration Mystery Leaves Tablets in Compaction Limbo
BREAKING: The Apache Doris community witnessed a fascinating technical whodunit this week when @flyMei stepped forward as both detective and victim in issue #61823, unveiling a compaction catastrophe that's been lurking in the shadows.
The plot? A classic case of mistaken tablet identity during migrations. Picture this: a tablet moves to a new node, leaves behind some unfinished business (permits and compaction sets), then decides to come home. But here's the twist — the old permits are still hanging around like unwelcome party guests, blocking the poor tablet from entering compaction.
"补充一下如何触发无法compact 场景" @flyMei announced dramatically, before laying out not one, but TWO smoking guns. First, the tablet migration shuffle that leaves permits unreleased. Second, the permit pile-up that eventually chokes the entire thread pool.
What makes this case particularly intriguing is how @flyMei discovered the crime scene. They didn't just report "compaction broken" and disappear into the GitHub void. No, they returned with forensic evidence, detailing exactly how to reproduce this digital disaster.
The proceedings remain open, with the community now armed with a detailed autopsy of the bug. Will our heroes find a fix that properly cleans up after migrating tablets? Stay tuned, dear readers. This compaction caper is just getting started.

