-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
1
-
1
-
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
One common total crash for Confluence is when it does run out of database connection.
Any reliable web application should be able to resist to a peak in number of request and not to fully crash when this happens.
This is also a security issue because it means that anyone could easily bring the server down just by issuing requests to it.
The correct behavior is to stop processing new requests when this happens and to respond with HTTP 503, also logging an ERROR.
- relates to
-
CONFCLOUD-33522 prevent crashing when running out of database connections
- Gathering Interest
Form Name |
---|
Is your connection pool size larger than databases's upper limit on number of connections? That would definitely cause the app to 'crash', otherwise it would just stall waiting for a free connection from the pool...