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
refactor(ct,solr): improve metadata sync and schema update logic #11959
Simplified metadata synchronization flow by decoupling update checks from fetching logic. Introduced flags for better handling of pending updates and reduced redundant operations. Enhanced logging for clarity. This should better avoid potential race conditions.
Also, before the initial sync did not trigger an update, so the schema would have never been updated, even if the two schemas actually are different!
Now, we execute the schema processing, which will take care to not replace the schema if there's really no difference between them.
0 commit comments