Michiel Meeuwissen <[EMAIL PROTECTED]> wrote:
>  #3727         Open    Bug     High    1.0     Database Layer Does not run when 
> connection pool has only one connection


We have fixed three issues with this. I do not encounter troubles any more.
But please test this if you are planning to test the distro.

How?

in jdbc.xml change that the number of connections is 1:

<property name="connections">1</property>


In caches.xml set all caches to inactive:

        <!-- simple nodes -->
        <cache name="Nodes">
                <status>inactive</status>
                <size>4096</size>
        </cache>

  <!-- simple node lists -->
        <cache name="NodeListCache">
                <status>inactive</status>
                <size>300</size>
        </cache>

        <!-- cluster nodes -->
        <cache name="MultilevelCache">
                <status>inactive</status>
                <size>300</size>
        </cache>

        <!-- used for queries like select max(votes) and select count(title)
-->
        <cache name="AggregatedResultCache">
                <status>inactive</status>
                <size>300</size>
        </cache>

        <!-- related nodes -->
        <cache name="RelatedNodesCache">
                <status>inactive</status>
                <size>300</size>
        </cache>

        <!-- relation nodes -->
        <cache name="RelationsCache">
                <status>inactive</status>
                <size>300</size>
        </cache>

        <!-- related nodes, (not?) used in InsRel -->
        <cache name="RelatedCache">
                <status>inactive</status>
                <size>25</size>
        </cache>

        <!-- Alias to number cache, used in OALias -->
        <cache name="AliasCache">
                <status>inactive</status>
                <size>128</size>
        </cache>

        <!-- Object type cache in MMObjectBuilder -->
        <cache name="TypeCache">
                <status>inactive</status>
                <size>200</size>
        </cache>


Now try as much as you like. This should, be it a bit slower, still work.

If not something is wrong. If nobody (including myself) will report further
problems with this in the coming days, I will close the bug.

I think we need a place for this kind of testing-suggestions to documentate.
Perhaps in documentation/releases or so?

 Michiel

-- 
Michiel Meeuwissen 
Mediapark C101 Hilversum  
+31 (0)35 6772979
nl_NL eo_XX en_US
mihxil'
 [] ()

Reply via email to