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

Convert staleJoinPreventionDuration to not static field #19623

Merged
merged 3 commits into from Sep 24, 2021

Commits on Sep 23, 2021

  1. Convert staleJoinPreventionDuration to not static field

    We need to override this property in the EE side tests. We cannot
    achieve this when it's static.
    Ufuk Yılmaz committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    3d36e28 View commit details
    Browse the repository at this point in the history
  2. Update hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/Cl…

    …usterJoinManager.java
    
    Co-authored-by: Vassilis Bekiaris <vbekiaris@gmail.com>
    ufukyilmaz and vbekiaris committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    5197eee View commit details
    Browse the repository at this point in the history
  3. Fix style

    Ufuk Yılmaz committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    b8cb865 View commit details
    Browse the repository at this point in the history