Knut Anders Hatlen created DERBY-6167:
-----------------------------------------

             Summary: Interrupt restarts clock for login timeout
                 Key: DERBY-6167
                 URL: https://issues.apache.org/jira/browse/DERBY-6167
             Project: Derby
          Issue Type: Bug
          Components: JDBC
    Affects Versions: 10.10.1.1
            Reporter: Knut Anders Hatlen
            Priority: Minor


If a login takes time, and the thread that's blocked in Driver20.timeLogin() is 
interrupted, it will call Future.get() again with the same timeout value. This 
means that interrupting a getConnection() call will not make it terminate 
faster, as one might expect. Instead, it restarts the timeout clock and makes 
it terminate later than if it had not been interrupted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to