• 1
    • 1
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      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.

          Form Name

            [CONFSERVER-33522] prevent crashing when running out of database connections

            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...

            Sergey Svishchev added a comment - 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...

            intersol_old added a comment -

            Causing CSP-122608 - add a link to it, for some weird reason it does not allow me link to it, even if it was opened by me.

            intersol_old added a comment - Causing CSP-122608 - add a link to it, for some weird reason it does not allow me link to it, even if it was opened by me.

              Unassigned Unassigned
              73f0b2e75f82 Sorin Sbarnea (Citrix)
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: