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 changed catchment of user maha in CK prerelease env from 99 to master. Both 99 and master had fast sync setup. Did fresh sync. It did fast sync for master and then did reset sync and fetched everything freshly. So was in need to create a new user.
this is complex bcoz we dont know what fast sync setup has. so may be we cant solve it.
Need to fix:
Raised by support team - Have setup fast sync - but still taking more time
It was confusing for me as well
Users - When in CK when a user's catchment is changed to 2 from 1, both being big catchments and fast sync setup for both, first fast sync will happen with 1 and then reset sync will happen.
Analysis:
There are two cases when reset sync(without fast sync) can happen:
Not a fresh sync and catchment is changed and fast sync not setup for the new catchment
Fresh sync and fast sync not setup
In other cases, fast sync setup and independent of fresh or non-fresh sync - reset sync should be ignored.
How can we solve this:
When catchment uuid fetched by fast sync is same as the current user's catchment then don't do reset sync.
Whenever reset sync based on catchment happens, fast sync can be triggered.
The text was updated successfully, but these errors were encountered:
Issue:
I changed catchment of user maha in CK prerelease env from 99 to master. Both 99 and master had fast sync setup. Did fresh sync. It did fast sync for master and then did reset sync and fetched everything freshly. So was in need to create a new user.
this is complex bcoz we dont know what fast sync setup has. so may be we cant solve it.
Need to fix:
Raised by support team - Have setup fast sync - but still taking more time
It was confusing for me as well
Users - When in CK when a user's catchment is changed to 2 from 1, both being big catchments and fast sync setup for both, first fast sync will happen with 1 and then reset sync will happen.
Analysis:
There are two cases when reset sync(without fast sync) can happen:
How can we solve this:
The text was updated successfully, but these errors were encountered: