https://bz.apache.org/bugzilla/show_bug.cgi?id=59363

UbikLoadPack support <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WORKSFORME                  |---
             Status|RESOLVED                    |REOPENED

--- Comment #23 from UbikLoadPack support <[email protected]> ---
(In reply to Sebb from comment #22)
> Not a problem.
> 
> The original validation query was invalid; however this did not cause a
> problem as it was not being used previously. So the incorrect setting went
> unnoticed.

Hi Sebb,
Maybe changes should mention to take care about this as it seems Validation
Query was not used by old pool even when keep alive.
Note there is something strange here, DBCP pool is created with:
dataSource.setTestOnBorrow(false);
        dataSource.setTestOnReturn(false);
        dataSource.setTestOnCreate(false);
        dataSource.setTestWhileIdle(false);

In this case only testWhileIdle is true:
            dataSource.setTestWhileIdle(true);

In my understanding, the validation query would have been executed while
connection is idle after 1 minute while it appears test is done before
execution.

Maybe there is an issue.
Regards

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to