voxpupuli / puppet-jira

Atlassian JIRA Puppet Module
https://forge.puppet.com/puppet/jira
Apache License 2.0
62 stars 143 forks source link

Feature/east 2418 #328

Closed bt-sm closed 4 years ago

bt-sm commented 4 years ago

NOTE: we could leave the connection_properties value 'undef' and pass it via Hiera config for each evn as well.

Update dbconfig.xml Adding the following to the section in the dbconfig.xml file:

defaultRowPrefetch=200

What this does is change the default value (10) to 200. It helps with sprint operations performance when there is a large number of sprints.

Please check for more details: https://jira.atlassian.com/browse/JSWSERVER-20618.

Add thread name to access logs:

Adding the "%I" (uppercase i) parameter to the Access Log valve in /atlassian-jira/conf/server.xml. Example:

<Valve className="org.apache.catalina.valves.AccessLogValve" pattern="%a %{jira.request.id}r %{jira.request.username}r %t %I "%m %U%q %H" %s %b %D "%{Referer}i" "%{User-Agent}i" "%{jira.request.assession.id}r""/>