-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Feature: data verification during server restart #423
Comments
https://github.com/Stone-afk Discuss it here or in slack |
1 |
click the wrong place =。= |
LGTM |
??? |
A separate module (rpc) needs to be added to manage sequences. Redis is used for caching, while MySQL is used for persistent storage. |
Sequence Manager Module:
|
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
@Stone-afk how are u? |
This problem is a bit more complicated than I imagined, and getting familiar with the project code takes some time. In recent months, I have been very busy with work and cannot find time to do it. Brother, why not assign it to other developers. |
okkey |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Checklist
Is this feature request related to a problem?
❎ No
Problem Description
Add a data verification mechanism to prevent dirty data after the server restarts
Solution Description
At present, our server does not verify data after restarting, which may cause dirty data to appear in the system. I propose to add a data verification mechanism to verify the data after the server is restarted to ensure the correctness and integrity of the data.
Benefits
Potential Drawbacks
none
Additional Information
More details, such as customized verification rules for different business data. The importance of the data is divided into different levels, and a differentiated verification strategy is adopted.
The text was updated successfully, but these errors were encountered: