-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Bug during import when QueuedTracking enabled #12340
Comments
Do you still have this issue? If so would you mind to share the command you used to import the log files? |
I experienced this error too on some Log-Lines. I am using format "common_complete" (Apache vhost_combined). The error occurs when:
|
I am consistently seeing this error. There are several tickets about this issue but none clarify if this is a I have tested a number of things so far:
None of the above makes any difference at all. This setup is four clustered front end boxes, one back end box for private access, one redis server and one sql server
All the standard addons plus
|
I wonder if it would be helpful to have a flag in log importer like When using log importer, there's usually not much benefit (or none, it actually adds some overhead) of using queued tracking so that can be useful. This way the output would be correctly. Queued tracking can currently not really return a valid response because it wouldn't know whether any tracking requests were imported correctly or not. Maybe we would simply always need to append |
Just to follow up on this. I cannot test on the specific problem environment this now as the official Matomo apt package is still at 3.7.0 which sticks QueuedTracking at 3.3.1
Since this is a production environment I am limited by policy to manually bypass/update. When the updates appear I will retest. |
I think this issue can be closed? What is left todo is matomo-org/matomo-log-analytics#240 and some docs |
Coincidentally I was working on this in the last few days. I have tried everything I can, using all the latest advice and code, to stop the gif being returned rather than valid JSON. With all the recent changes the import actually works correctly albeit the weird gif error still persists. I dont know if it is something specific to my setup but at least now it works. |
@mattab see #12340 (comment) I suppose we can close the issue as only matomo-org/matomo-log-analytics#240 is left? |
Hello,
PIWIK: 3.2.1
QueuesTracking: 3.1.0
During import json files from Apache (when above plugins is enabled), there is an error:
2017-12-07 08:13:09,741: [INFO] bulk tracking returned invalid JSON 2017-12-07 08:13:09,741: [INFO] tracker response: GIF89a�!�,D; 2017-12-07 08:13:09,872: [INFO] bulk tracking returned invalid JSON 2017-12-07 08:13:09,872: [INFO] tracker response: GIF89a�!�,D; 2017-12-07 08:13:09,956: [INFO] bulk tracking returned invalid JSON 2017-12-07 08:13:09,956: [INFO] tracker response: GIF89a�!�,D; 2017-12-07 08:13:10,093: [INFO] bulk tracking returned invalid JSON 2017-12-07 08:13:10,093: [INFO] tracker response: GIF89a�!�,D; 2017-12-07 08:13:10,180: [INFO] bulk tracking returned invalid JSON 2017-12-07 08:13:10,180: [INFO] tracker response: GIF89a�!�,D; 2017-12-07 08:13:10,263: [INFO] bulk tracking returned invalid JSON 2017-12-07 08:13:10,263: [INFO] tracker response: GIF89a�!�,D; 2017-12-07 08:13:10,403: [INFO] bulk tracking returned invalid JSON 2017-12-07 08:13:10,403: [INFO] tracker response: GIF89a�!�,D; 2017-12-07 08:13:10,537: [INFO] bulk tracking returned invalid JSON 2017-12-07 08:13:10,538: [INFO] tracker response: GIF89a�!�,D; 2017-12-07 08:13:10,668: [INFO] bulk tracking returned invalid JSON 2017-12-07 08:13:10,668: [INFO] tracker response: GIF89a�!�,D; 2017-12-07 08:13:10,753: [INFO] bulk tracking returned invalid JSON
OS Centos 7 (on both systems).
The text was updated successfully, but these errors were encountered: