[
https://issues.apache.org/jira/browse/PROTON-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16040967#comment-16040967
]
ASF subversion and git services commented on PROTON-1495:
---------------------------------------------------------
Commit d4806000b3eb7e6b556c07819dd642ed9e0a3668 in qpid-proton's branch
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=d480600 ]
PROTON-1495: c libuv proactor bug with multiple listeners
Listener was incorrectly overwriting the uv_tcp_t struct in an lsocket_t if it
there was a resolve failure. Once uv_tcp_init is called the uv_tcp_t must be
uv_closed and wait for the on_close() callback before freeing or re-using the
memory.
> c proactor handling file descriptor shortage
> --------------------------------------------
>
> Key: PROTON-1495
> URL: https://issues.apache.org/jira/browse/PROTON-1495
> Project: Qpid Proton
> Issue Type: Bug
> Reporter: Alan Conway
> Assignee: Alan Conway
>
> The c proactor needs to handle error conditoins
> ENFILE 23 Too many open files in system
> EMFILE 24 Too many open files
> Failing to create connection-related FDs (the socket or related FDs like
> timers) because of one of these errors should only close that connection
> (with a useful error condition). If a proactor-based process runs out of FDs
> it should reject new incoming connections and refuse to create outgoing ones
> but should resume normal function when some FDs are closed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]