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
…1076)
## Rationale
Now we stats manifest updates of all tables in `Manifest` to trigger
snapshot.
However when snapshot is triggered, it will just do snapshot of latest
table storing update.
It is obvious unreasonable...
Worse, this mechanism lead to bug #1075 ...
So In this pr, I place the manifest updates stats into `TableData` , and
each table can only trigger snapshot of itself rather than others.
## Detailed Changes
+ Place the manifest updates stats into `TableData`.
+ Use it to trigger manifest snapshot.
## Test Plan
Test by new ut.
Describe this problem
Failed to create the table because of creation of the snapshot.
Server version
commit:cc290f206fae75f07bbe4f876eb79f42cc1769bc
Steps to reproduce
Set
snapshot_every_n_updates
= 4There will be a failure when creating the fifth table.
Expected behavior
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: