Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-1654 Switch to Iterable for detecting stopped or crashed members #780

Closed
wants to merge 1 commit into from

Commits on Jan 5, 2012

  1. ISPN-1654 Switch to Iterable for detecting stopped or crashed members

    Scala iterator contains only returns true if the element is present
    in both iterators and it's the same position, so the moment the
    members in the views got disordered, the test failed. Switching to
    Iterable makes it work.
    galderz committed Jan 5, 2012
    Configuration menu
    Copy the full SHA
    250d23e View commit details
    Browse the repository at this point in the history