[Bug] Problems with concurrent-archivers #22965
Labels
Potential Bug
Something that might be a bug, but needs validation and confirmation it can be reproduced.
To Triage
An issue awaiting triage by a Matomo core team member
What happened?
You have fixed (and effective enabled) a non-working Matomo 5.0.0 feature, the option concurrent-archivers (default set to 3), silently in the Matomo update 5.2.0 (nothing mentioned in the changelogs), see #22508.
This change has disrupted our Jenkins scheduling by stopping Matomo archiving jobs. The issue stems from aborted runs returning an exit code of 0, which Jenkins interprets as successful. As a result, the jobs appear to have completed successfully, but in reality, they were not executed.
I attempted to disable concurrent-archivers by setting
--concurrent-archivers -1
as specified in the documentation, but it did not work.Here's the error I encountered:
It appears that using
--concurrent-archivers 0
effectively disables the check, however, this behavior is undocumented, and I am unsure if it might lead to other issues.Could you please investigate and address this issue?
Thank you in advance!
What should happen?
Reached maximum concurrent archivers allowed (3), aborting run.
Should not exit with 0.
--concurrent-archivers -1
should be handled as documentedHow can this be reproduced?
Run
Matomo version
5.2.1
PHP version
PHP 8.3
Server operating system
Debian Bookworm
What browsers are you seeing the problem on?
No response
Computer operating system
No response
Relevant log output
Validations
The text was updated successfully, but these errors were encountered: