Directory sync retries fetching the file list with backoff before reporting the server unreachable.
What's wrong with this entry?
Fetching the list of files to sync now retries with exponential backoff up to a set attempt budget, and only then reports the server as refused or unreachable.
- On exhausting the budget it emits
dir_sync_manifest_unreachablecarrying the error kind and the HTTP status. - Runs unconditionally in the fetch loop.
dir_sync_manifest_unreachable
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.238
Sync state machine gains a moved-root case and a per-turn pull hook
Both mention directory
-
v2.1.238
Untracked-file survey extracted and shared
Both mention directory
-
v2.1.238
Sync internals reshaped around per-file credential state
Both mention directory