Skip to content
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

Piwik archivization breaks on missing website. #10365

Open
sebastianpiskorski opened this issue Aug 3, 2016 · 1 comment
Open

Piwik archivization breaks on missing website. #10365

sebastianpiskorski opened this issue Aug 3, 2016 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.

Comments

@sebastianpiskorski
Copy link
Contributor

In scenario where auto archiving is configured on Piwik where websites are added and removed frequently. If some websites are removed after archivization started the process will break with message An unexpected website was found in the request: website id was set to ***.

But if there was more than one website removed break will occur in next archiviation, because process will start with siteIds written in option table under key SharedSiteIdsToArchive and remove only one siteId, the one that will cause break.

If more sites are removed between archivizations the scenario will occur again and again.

So far solution I've found is to remove SharedSiteIdsToArchive value, but it is not possible to do it every time when this scenario occurs.

I think that such error An unexpected website was found (...) should be logged , but archiving process should continue to next website instead of exiting.

@tsteur tsteur added the Bug For errors / faults / flaws / inconsistencies etc. label Aug 3, 2016
@tsteur
Copy link
Member

tsteur commented Aug 3, 2016

Continuing to the next one sounds good 👍

@mattab mattab added this to the 2.16.x (LTS) milestone Aug 16, 2016
@mattab mattab modified the milestones: 2.16.x (LTS), Mid term Aug 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

3 participants