|
The DB connections. We increased the connection pool size up to 300. but eventually all the connections are blocked and it errors out. casuing confluence to go dow
Wiki Support (VV) The macros don't create any direct database connections. They only call standard Confluence objects such as UserAccessor. In fact, other than user data, I don't think they do any database access at all.
If there is a database-related problem due to any calls from visibility macros, the problem is almost certainly in Atlassian's code, not the visibility macros. Can you get a thread snapshot to determine which classes are invoking the connections which are not being released? |
|||||||||||||||||||||||||||||||||||||||||||||||
As such, I'm not sure how they could be consuming any resources.
Do you have any more details on what the issue is?