-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
entry_dedupe flip-flops between entries #340
Comments
Hmm... it seems recent sort was not set correctly (new entry shows way up in the feed); need to look more into this. Update: also, it doesn't stop the flip flopping. Update #2: it did stop the flip flopping, but update still adds one issue every time (the one the plugin deletes right away); this is expected / unavoidable without some kind of tombstone (#96 (comment)). |
The issue fixed by fc80a49 (and in part, this whole issue), happened because dedupe happens at different points between "on-line" dedupe (after an entry is added/updated), and backfill (on demand, for groups of entries that are all the same). This could arguably be fixed by making "on-line" be more like backfill; related: #246 (comment). Also related, in case we unify the pipelines: reader/src/reader/plugins/entry_dedupe.py Lines 274 to 283 in fc80a49
|
entry_dedupe flip-flops between two entries on every update; this seems to be because the duplicates are in the feed itself.
The text was updated successfully, but these errors were encountered: