Preprocessing reports with segmentation #3144
Labels
Bug
For errors / faults / flaws / inconsistencies etc.
c: Performance
For when we could improve the performance / speed of Matomo.
wontfix
If you can reproduce this issue, please reopen the issue or create a new one describing it.
Milestone
Reports with segmentation won't be preprocessed.
Steps to reproduce:
->at this point I noticed, that the report with Seg. will be browser-archived even if browser-archiving is disabled.
-make sure data can be processed: add 'return false' at first line of isArchivingDisabled
-trigger some visits for example with jmeter
-!don't trigger the archive process with your browser now!
-but trigger it via commandline for example with 'sh /var/www/..path..to..piwik/misc/cron/archive.sh'
-next change your isArchivingDisabled so that it returns true. (just change the line you added before)
5.So what you just did is this:
-You preprocessed some data and made it impossible that it will be processed by browser.
-Therefore you would expect that both your reports will show the same number of visits.
But what you get is this:
For your report without segmentation everything should work fine. It shows the visits you processed.
But your report with segmentation doesn't. It doesn't even show the visits you triggered before, because all archives(with period=1) for this report are vanished and the preprocessing for it hasn't worked at all.
The text was updated successfully, but these errors were encountered: