-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: None
-
Component/s: Performance
-
Severity 2 - Major
Summary
When no hibernate.c3p0.max_size is defined in <bamboo-home>/bamboo.cfg.xml (e.g. if a Tomcat JDBC Datasource is being used instead) then the Bamboo full reindex will be initialized with only a single thread. This can cause significant delays in reindex of Bamboo.
Steps to Reproduce
- Configure a Tomcat JDBC Datasource
- Remove hibernate.c3p0.max_size from <bamboo-home>/bamboo.cfg.xml
- Start Bamboo
Expected Results
Full-reindex thread has initialized thread count equal to available processors and/or logic implemented.
Actual Results
Full-reindex is initialized with 1 thread
- has a derivative of
-
BAM-19850 Bamboo plan cache is initialized with only 1 thread when hibernate.c3p0.max_size is undefined
-
- Closed
-