We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
因为任务的迁移,或者异常原因,运行久了的mdrill会有一些死角数据放到硬盘上。这些数据永远不会被访问到,确占据着硬盘空间,应该被清掉。
目前的方案是 采用心跳的机制,对有效的分区,定时进行心跳,记录时间标记。 然后清理程序 可以根据这个时间标记,将过期的死角索引清理掉。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
因为任务的迁移,或者异常原因,运行久了的mdrill会有一些死角数据放到硬盘上。这些数据永远不会被访问到,确占据着硬盘空间,应该被清掉。
目前的方案是 采用心跳的机制,对有效的分区,定时进行心跳,记录时间标记。
然后清理程序 可以根据这个时间标记,将过期的死角索引清理掉。
The text was updated successfully, but these errors were encountered: