Solved
HTTP/1.1 was concurrently writing to this session. Blocked until the other thread finished using this session.
Hi,
Getting below warnings in log. Please suggest.
23.12.2022 14:18:46.994 *WARN* [165.89.114.110 [1671823126991] GET /etc/cloudsettings/default/contexthub.styles.css HTTP/1.1] org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate Attempted to perform refresh while thread 165.89.114.110 [1671823126991] GET /etc/cloudsettings/default/contexthub.ui.js HTTP/1.1 was concurrently writing to this session. Blocked until the other thread finished using this session. Please review your code to avoid concurrent use of a session.
23.12.2022 14:18:46.994 *WARN* [165.89.114.110 [1671823126991] GET /etc/cloudsettings/default/contexthub.ui.js HTTP/1.1] org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate Attempted to perform refresh while thread 165.89.114.110 [1671823126991] GET /etc/cloudsettings/default/contexthub.styles.css HTTP/1.1 was concurrently writing to this session. Blocked until the other thread finished using this session. Please review your code to avoid concurrent use of a session.
Thanks