Hi everybody,
We have a Jira Data Center 7.9.2 (3 nodes, each node has 32-core CPU, 30G RAM) and they are installed on CentOS 7. They are configured with Oracle database on same network (local network)
The amount of JVM is 6G on each instance. We have a Nginx as a load balancer.
Also some add-ons installed on Jira such as : jira service desk, structure, power script, script runner , … .
Our problem:
In middle of the day suddenly database connections pool rise up (on all three nodes) and then CPU usage rises up to 100%. Database connections don’t decrease and I must restart Jira.
We have this query on database:
SELECT O_S_PROPERTY_ENTRY.property_key,
O_S_PROPERTY_ENTRY.propertytype
FROM propertyentry O_S_PROPERTY_ENTRY
WHERE O_S_PROPERTY_ENTRY.entity_name = :1
AND O_S_PROPERTY_ENTRY.entity_id = :2
ORDER BY O_S_PROPERTY_ENTRY.id DESC
Is there any solution about my issue?
Hi @Hamid Gholami ,
I found https://jira.atlassian.com/browse/JRASERVER-65168 . Looks like You need upgrade.
B.R.
Hi @Andrew
thank you for your response. I saw that issue, but our problem is rise up database connection pool without any certain reason.
I checked JIRA log file but couldn't find any error or unusual log about that.
how can I check what happen when database connection pool rise up or how can I find which process or which plugin take many session?
Best regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Andrew @Andy Heinzer
Our problem was this plugin: "In-App & Desktop Notifications for Jira".
That is really awful plugin. There was many SQL DB errors in its log file.
We removed it and now Jira Data Center works fine.
Best Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.