Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-14699

Allow extra c3po connection pool configuration in Bamboo

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Currently the C3Po library we used accept configurations for the basic pool and the management of the pool size & connection age. It will be nice to have other configurations like the connection testing. At the moment, adding the following are neglected:

      <property name="hibernate.c3p0.testConnectionOnCheckout">true</property>
      <property name="hibernate.c3p0.preferredTestQuery">SELECT 1</property>
      <property name="hibernate.c3p0.unreturnedConnectionTimeout">1800</property>
      <property name="hibernate.c3p0.debugUnreturnedConnectionStackTraces">true</property>
      

      ref: http://www.mchange.com/projects/c3p0/#basic_pool_configuration

            [BAM-14699] Allow extra c3po connection pool configuration in Bamboo

            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow [ 3016730 ] New: JAC Suggestion Workflow 3 [ 3602593 ]
            Status Original: RESOLVED [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing v4 [ 2700771 ] New: JAC Suggestion Workflow [ 3016730 ]
            Owen made changes -
            Issue Type Original: Improvement [ 4 ] New: Suggestion [ 10000 ]
            Owen made changes -
            Workflow Original: Bamboo Workflow 2016 v1 [ 1410580 ] New: Confluence Workflow - Public Facing v4 [ 2700771 ]
            Przemek Bruski made changes -
            Fix Version/s New: 5.13.0.1 [ 62187 ]
            Resolution Original: Fixed [ 1 ] New: Done [ 17 ]
            Status Original: In Progress [ 3 ] New: Resolved [ 5 ]
            Przemek Bruski made changes -
            Assignee New: Przemek Bruski [ pbruski ]
            Status Original: Open [ 1 ] New: In Progress [ 3 ]
            Marek Went (Inactive) made changes -
            Workflow Original: Bamboo Workflow 2014 v2 [ 692790 ] New: Bamboo Workflow 2016 v1 [ 1410580 ]
            James Dumay made changes -
            Status Original: Needs Triage [ 10030 ] New: Open [ 1 ]
            James Dumay made changes -
            Labels Original: support New: hibernate hibernate3 support
            Sultan Maiyaki (Inactive) made changes -
            Description Original: Currently the C3Po library we used accept configurations for the basic pool and the management of the pool size & connection age. It will be nice to have other configurations like the connection testing. At the moment, adding the following are neglected:

            {code}
            <property name="hibernate.c3p0.testConnectionOnCheckout">true</property>
            <property name="hibernate.c3p0.preferredTestQuery">SELECT 1</property>
            <property name="hibernate.c3p0.unreturnedConnectionTimeout">1800</property>
            <property name="hibernate.c3p0.debugUnreturnedConnectionStackTraces">true</property>
            {code}
            New: Currently the C3Po library we used accept configurations for the basic pool and the management of the pool size & connection age. It will be nice to have other configurations like the connection testing. At the moment, adding the following are neglected:

            {code}
            <property name="hibernate.c3p0.testConnectionOnCheckout">true</property>
            <property name="hibernate.c3p0.preferredTestQuery">SELECT 1</property>
            <property name="hibernate.c3p0.unreturnedConnectionTimeout">1800</property>
            <property name="hibernate.c3p0.debugUnreturnedConnectionStackTraces">true</property>
            {code}

            ref: http://www.mchange.com/projects/c3p0/#basic_pool_configuration

              pbruski Przemek Bruski
              smaiyaki Sultan Maiyaki (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: