この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi All,
We are facing cq slowness for quite some days now in production and we observed
*WARN* [CQSE Listener [0.0.0.0:4502]] servletengine Maximum thread number reached: 200 in logs.
Can you please let us know
- What all things to check, to find out what is going wrong .
- Can we increase thread number directly?
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
You need to analyze the threaddumps and find the bottleneck. [1] looks like a good source to learn howto read thread dumps.
kind regards,
Jörg
[1] http://www.javacodegeeks.com/2012/03/jvm-how-to-analyze-thread-dump.html
表示
返信
いいね!の合計
Hi,
The web container of the CQSE is limited to 200 concurrent threads, which is a good upper limit. If you hit this limit, this normally means, that there's something wrong. In most cases request processing is stuck either because of lock contention or endless loops. The best way to analyze such issues is to create threaddumps and then analyze them. These dumps provide enough information to better understand the issue and also where to look further on.
kind regards,
Jörg
表示
返信
いいね!の合計
Have you read through the performance optimization documentation located here:
https://docs.adobe.com/docs/en/cq/current/deploying/performance.html
https://docs.adobe.com/docs/en/cq/current/deploying/performance.html#Performance Monitoring
As discussed in these topics - there could be various reasons.
表示
返信
いいね!の合計
Hi Jorg,
Thanks a lot for your reply.
Daily its going down around a particular time. We have been going through dumps but not getting anything concrete.
What are all the things we can look at, for this issue.
表示
返信
いいね!の合計
Hi Scott,
Thank you for your reply.
表示
返信
いいね!の合計
You need to analyze the threaddumps and find the bottleneck. [1] looks like a good source to learn howto read thread dumps.
kind regards,
Jörg
[1] http://www.javacodegeeks.com/2012/03/jvm-how-to-analyze-thread-dump.html
表示
返信
いいね!の合計
Hi Jorg,
Thank you for your reply.
表示
返信
いいね!の合計
FYI - RE: 21.08.2016 17:50:58.164 *WARN* [CQSE Listener [0.0.0.0:4503]] servletengine Maximum thread number reached: 200
I have also seen this WARN as the built-in online backup tool freezes & locks when it's completing its backup.
After the backup completes and the backupInProgress.txt file disappears from where the backup is written, the instance recovered.
Regards,
Bill
表示
返信
いいね!の合計