-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
collectorIssues for maap-collectorIssues for maap-collector
Description
Though it doesn't produce negative effects, it can be misleading when cross-validating store and collector's data (When testing, for example)
Steps to reproduce:
- Suppose there are initially 20
sitesin thestore, with ids going neatly from 1 to 20 - Then, an admin deletes let's say, the last one and then creates a new one. So now ids are [1, 2... 19, 21]
- When a new Collector joins and syncs it's local database, it will see the site ids ranging from [1, ..., 20] instead of realizing that the last Site actually has id = 21. This happens because the Sites list is using the ids of the local database instead of the remote ones
Metadata
Metadata
Assignees
Labels
collectorIssues for maap-collectorIssues for maap-collector