#7375·hive

[错误]: 清洁工的深度清理恢复检查仅验证对话/已消失,导致数据/和遗失文件永久无法清理

作者: Prabal864创建于 2026年8月16日更新于 2026年9月9日

core/framework/maintenance/retention.py, deep_clean_worker()

tombstone_exists = result_path.exists() already_cleaned = tombstone_exists and not (wdir / "conversations").exists() if already_cleaned: return report 从 core/framework/maintenance/janitor.py:311 调用,作为正常的第 2 层 run_once(tiers={2}) 扫描的一部分 - 无需特殊配置即可到达此处。