[Bugs] [Bug 1561332] merge ssl infra with epoll infra

bugzilla at redhat.com bugzilla at redhat.com
Fri Jul 27 08:59:38 UTC 2018


https://bugzilla.redhat.com/show_bug.cgi?id=1561332

Worker Ant <bugzilla-bot at gluster.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|POST                        |MODIFIED



--- Comment #3 from Worker Ant <bugzilla-bot at gluster.org> ---
COMMIT: https://review.gluster.org/19308 committed in master by "Raghavendra G"
<rgowdapp at redhat.com> with a commit message- rpc: merge ssl infra with epoll
infra

Patch attempts to use the epoll infra for handling SSL connections
as well instead of the socket_poller() thread func.
This essentially makes priv->own_thread flag redundant.

SSL_connect()/SSL_accept() is now non-blocking which has done away
with the localised poll() in ssl_do(). So, ssl_do() has been updated
appropriately.

own_thread and coincidently socket_poller() thread for SSL processing
is now deprecated.

Change-Id: I1ce54c06ddb643c16baa143598e7e4fbf16bae0a
fixes: bz#1561332
Signed-off-by: Milind Changire <mchangir at redhat.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=rcSjEmgrPQ&a=cc_unsubscribe


More information about the Bugs mailing list