Both client and server could not close connection after failed authentification
-------------------------------------------------------------------------------

                 Key: CORE-4998
                 URL: http://tracker.firebirdsql.org/browse/CORE-4998
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 3.0 RC 1
            Reporter: Vlad Khorsun


Reported by Dmitry Sibiryakov in fb-devel: "Exit from isql logs INET error on 
Windows after unsuccessful connection attempts" at 6 Nov 2015.
---
after executing following 
script I'm getting in firebird.log number of "INET/inet_error: read errno = 
10054" errors 
equal to number of unsuccessful connection attempts.

connect localhost:test user sysdba password wrong_password;
connect localhost:test user sysdba password another_wrong_password;
connect localhost:test user sysdba password right_password;
exit;
---

The reason for INET errors is that nor client nor server not closed connection 
immediately after 
failure and sockets are closed by OS when isql exits (in this sample).


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Presto, an open source distributed SQL query engine for big data, initially
developed by Facebook, enables you to easily query your data on Hadoop in a 
more interactive manner. Teradata is also now providing full enterprise
support for Presto. Download a free open source copy now.
http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to