-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Affects Version/s: 5.10.7, 5.10.8, 6.2.4, 6.3.4, 7.13.5, 7.13.7, 7.13.8
-
Component/s: Core - Analytics
-
179
-
Severity 3 - Minor
-
130
Summary
The following log entry shows up a lot of times in the atlassian-confluence.log file when re-indexing the instance:
WARN [Indexer: 2] [analytics.client.listener.ProductEventListener] rejectedExecution Analytics event not be processed (most likely due to too many events in queue for single-threaded event processor).
Steps to Reproduce
- Rebuild the indices under Confluence admin > Content Indexing > Rebuild
Expected Results
- Confluence will write only useful logs in the atlassian-confluence.log file.
Actual Results
The atlassian-confluence.log file is spammed with entries like this:
WARN [Indexer: 2] [analytics.client.listener.ProductEventListener] rejectedExecution Analytics event not be processed (most likely due to too many events in queue for single-threaded event processor).
Suggestion
We should change this WARN to DEBUG level.
Workaround
- Edit the <confluence-install-folder>/confluence/WEB-INF/classes/log4j.properties file
- Add these entries at the end of the file:
# Suppress analytics.client.listener.ProductEventListener WARN logs log4j.logger.com.atlassian.analytics.client.listener.ProductEventListener=ERROR
- Save the file and restart your Confluence instance.
Thanks for your interest in this issue.
We have made a number of improvements to this warning.
In 6.0.1 we fixed a bug that causes the overflow of the ProductEventListener to put additional analytics events into the very same queue.
In 6.5.0 we suppressed a full site re-index from sending analytics, thereby removing one of the major causes of spamming the application logs.
We are holding simply changing the debug level by default as this is a valid warning.
If you can post what feature/trigger caused you to receive this error message then we can better determine whether to suppress additional analytics events, increase the queue size, or reduce the frequency of the log message.
Cheers,
Confluence Product Management
- was cloned as
-
CONFSERVER-90309 7.13 Backport: Analytics ProductEventListener Spamming Log
-
- Closed
-
-
CONFSERVER-90322 7.19 Backport: Analytics ProductEventListener Spamming Log
-
- Closed
-
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...