You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar feature requirement.
Description
The schema cache uses an event-driven process to synchronize schema information. A retry will be triggered if an event cannot be handled correctly. Currently, there is no limit on the number of retries, which means that the event might get stuck in an error-retrying loop indefinitely.
To address this issue, we should add a limiter. When the number of retries reaches the limit, the reconciliation process should be initiated.
Use case
No response
Related issues
No response
Are you willing to submit a pull request to implement this on your own?
Yes I am willing to submit a pull request on my own!
Search before asking
Description
The schema cache uses an event-driven process to synchronize schema information. A retry will be triggered if an event cannot be handled correctly. Currently, there is no limit on the number of retries, which means that the event might get stuck in an error-retrying loop indefinitely.
To address this issue, we should add a limiter. When the number of retries reaches the limit, the reconciliation process should be initiated.
Use case
No response
Related issues
No response
Are you willing to submit a pull request to implement this on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: