[Freeipa-devel] [freeipa PR#267][opened] ipa-replica-conncheck: do not close listening ports until required

tomaskrizek freeipa-github-notification at redhat.com
Wed Nov 23 13:08:19 UTC 2016


   URL: https://github.com/freeipa/freeipa/pull/267
Author: tomaskrizek
 Title: #267: ipa-replica-conncheck: do not close listening ports until required
Action: opened

PR body:
"""
Previously, a separate thread would be created for each socket used
for conncheck. It would also time out after one second, after which it
would be closed and reopened again. This caused random failures of
conncheck.

Now all sockets are handled in a single thread and once the server
starts to listen on a port, it does not close that connection until the
script finishes.

Only IPv6 socket is used for simplicity, since it can handle both IPv6
and IPv4 connections. This requires IPv6 kernel support, which is
required by other parts of IPA anyway.

https://fedorahosted.org/freeipa/ticket/6487
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/267/head:pr267
git checkout pr267
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-pr-267.patch
Type: text/x-diff
Size: 11401 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20161123/5365e453/attachment.bin>


More information about the Freeipa-devel mailing list