You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BugFor errors / faults / flaws / inconsistencies etc.duplicateFor issues that already existed in our issue tracker and were reported previously.MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.
If you schedule the archiving of Piwik by cron jobs in a regular basis time, if you got a lot of data to archive during the period the script keeps more than one time.
That's ilogical because there is more than one process calculating the same data.
So the archiving process should be smart enought to determine if there is another process archiving the data and kill itself until the other process ends.
The text was updated successfully, but these errors were encountered:
BugFor errors / faults / flaws / inconsistencies etc.duplicateFor issues that already existed in our issue tracker and were reported previously.MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.
If you schedule the archiving of Piwik by cron jobs in a regular basis time, if you got a lot of data to archive during the period the script keeps more than one time.
That's ilogical because there is more than one process calculating the same data.
Example output of msqyl showprocesslist:
| 119784 | piwik | localhost | piwik | Query | 1 | query end | INSERT IGNORE
INTO piwik_archive_blob_2013_01
(idarchive,idsite,date1,date2,period,ts_arch |
| 119859 | piwik | localhost | piwik | Query | 0 | query end | INSERT IGNORE
INTO piwik_archive_blob_2013_01
(idarchive,idsite,date1,date2,period,ts_arch |
To process are archiving the same data.
So the archiving process should be smart enought to determine if there is another process archiving the data and kill itself until the other process ends.
The text was updated successfully, but these errors were encountered: