-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
自动校验数据库索引 #7016
New issue
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
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
在意外情况(比如进程被强制结束)下数据库事务可能无法提交成功,下次启动后会出现文件系统和数据库状态不一致,从而导致未找到块或者块重复的问题,需要一个定时(10m)自动校验机制来尽量确保数据库状态和文件系统一致,减少应用层的异常报错。
The text was updated successfully, but these errors were encountered: