mozilla-services / mozilla-services/syncstorage-rs

Stop honoring collection-deletion requests

Open
#2,586 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
1.8k
Forks
86
Avg merge
2d 17h
Merged PRs (30d)
21

Description

To support per-device Choose What to Sync, turning off a data type in Firefox CWTS settings must stop synchronization without deleting its server copy, which other installations may still need.

However, legacy clients will continue sending collection-deletion requests when a data type is disabled, so we’re requesting that Sync Storage stop honoring these requests.

Note: Do not release this change immediately when ready. Hold it for a coordinated release with Sync engineering.

┆Issue is synchronized with this Jira Task

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the collection-deletion request handling in syncstorage-rs and identify the relevant tests for disabling a data type. Verify that these requests no longer remove server-side copies while other synchronization behavior remains intact. Coordinate the release timing with Sync engineering as requested.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.