Comment 1 for bug 1318266

Revision history for this message
Alexey Panteleev (alexey-0) wrote :

Experiencing this issue with the following settings also

ds.setPartitionCount(3);
ds.setMinConnectionsPerPartition(3);
ds.setMaxConnectionsPerPartition(20);
ds.setAcquireIncrement(3);

 When >3 threads ask for a new connection BoneCP gets into some kind of a deadlock.