You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by ptemplier <gi...@git.apache.org> on 2016/10/02 08:08:56 UTC

[GitHub] cassandra pull request #75: Fix windows available ports checking

GitHub user ptemplier opened a pull request:

    https://github.com/apache/cassandra/pull/75

    Fix windows available ports checking

    Check only for listening source TCP ports. Previous check was also checking for destination ports wrongly reporting the port as unavailable.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ptemplier/cassandra patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cassandra/pull/75.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #75
    
----
commit c26632cbc4f28a2851aceb2ea183171cef2f3b98
Author: Pierre Templier <pi...@gmail.com>
Date:   2016-10-02T08:08:34Z

    Fix windows available ports checking
    
    Check only for listening source TCP ports. Previous check was also checking for destination ports wrongly reporting the port as unavailable.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---