-
Notifications
You must be signed in to change notification settings - Fork 70
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
Threads get stuck in confluence #951
Comments
Hey @Marty, For the Problem itself:
to the path Cheers |
This config results in a bunch of errors and the instance not being reachable due to a content encoding problem. |
As a reference of a successful startup without ocelot attached. The parameters I use in
|
Sorry for the late reply. I have taken a look into that and found a few rules that may cause problems when the special sensors are turned off. If you add this config, jira should start normally again :
You can then check if the Threads still get stuck. |
Hi @MariusBrill, But now I receive all sorts of errors like this:
On the upside, the instance is reachable again :) |
... and I don't get timeouts and stuck threads anymore, thanks! |
Hey @Marty, The errors you now see come from functions of the default configuration that may be broken now that these special sensors are turned off. However, the agent turns them off itself. This is what is meant by If you don't want these messages to be displayed, you need to find the rules implementing these actions (e.g. here search for a rule containing "a_entrypoint_check") and turn them off or overwrite them to not use the method. Cheers |
Problem seems to be solved. Feel free to open a new ticket if there are further problems. |
We have a confluence plugin that runs a job that calls a REST endpoint of confluence once for every user sequentially.
When ocelot is attached, only the first ~100 requests are successful and the remaining couple of hundreds run on a timeout and get a 502 error.
At the same time I get the following error in
catalina.out
.After some time all http threads are stuck and the instance is unresponsive.
If I disable ocelot and restart confluence, the job runs successfully for all users repeatedly.
Do you have any ideas how I can debug this or what's causing this?
I already disabled a few scopes (see #948).
The text was updated successfully, but these errors were encountered: