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
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
We have a situation where: a user Bob on server A creates a bunch of devices, but server B ends up missing a device from the middle (i.e. it has synced older and newer devices). This shouldn't happen.
From the logs we see:
Server B only did one resync, before the missing device.
Server A and server B agree on the last device stream ID for Bob
There are no log lines of the form Pruned %d device list outbound pokes, suggesting that there were no problems sending the device list updates.
This suggests that B didn't receive or dropped the missing device, and then didn't realise it needed to do a resync.
The text was updated successfully, but these errors were encountered:
We have a situation where: a user Bob on server A creates a bunch of devices, but server B ends up missing a device from the middle (i.e. it has synced older and newer devices). This shouldn't happen.
From the logs we see:
Pruned %d device list outbound pokes
, suggesting that there were no problems sending the device list updates.This suggests that B didn't receive or dropped the missing device, and then didn't realise it needed to do a resync.
The text was updated successfully, but these errors were encountered: