Skip to content

Local Site Ids don't match Remote Site Ids #312

@lmatayoshi

Description

@lmatayoshi

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:

  1. Suppose there are initially 20 sites in the store, with ids going neatly from 1 to 20
  2. Then, an admin deletes let's say, the last one and then creates a new one. So now ids are [1, 2... 19, 21]
  3. 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-collector

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions