[Bugs] [Bug 1333317] New: rpc_clnt will sometimes not reconnect when using encryption

bugzilla at redhat.com bugzilla at redhat.com
Thu May 5 09:28:12 UTC 2016


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

            Bug ID: 1333317
           Summary: rpc_clnt will sometimes not reconnect when using
                    encryption
           Product: GlusterFS
           Version: mainline
         Component: rpc
          Assignee: bugs at gluster.org
          Reporter: kaushal at redhat.com
                CC: bugs at gluster.org



When using encrypted transport, the RPC clients in certain cases not reconnect.

This happens mainly during the initial connection establishment phase. If a
given hostname has multiple resolved addresses or when using multiple volfile
servers, if the first address is down, the client will not attempt reconnects
with the next addresses.

This happens because in such situations the rpc layer tries to use epoll for
the encrypted connections, which don't work together, instead of using
own-threads.

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


More information about the Bugs mailing list