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

Fail-fast if max-idle-seconds is set below 2 seconds #14727

Merged
merged 8 commits into from Mar 27, 2019
Merged

Fail-fast if max-idle-seconds is set below 2 seconds #14727

merged 8 commits into from Mar 27, 2019

Commits on Mar 21, 2019

  1. Fail-fast if max-idle-seconds is set below 2 seconds

    Fixes: #14697
    Alexander Galibey committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    c6a1cb8 View commit details
    Browse the repository at this point in the history
  2. Fix test and add min MaxIdle info to javadocs

    Alexander Galibey committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    2bdab77 View commit details
    Browse the repository at this point in the history
  3. Fix test with endless record liveness even if MaxIdle is set

    There was a incorrect check here that waited for eviction by MaxIdle
    parameter and touched the record in the same time
    Alexander Galibey committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    02e9400 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'remotes/upstream/master' into fix/3.13/…

    …14697-max-idle-seconds
    Alexander Galibey committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    0c60bcc View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Merge branch 'master' of https://github.com/hazelcast/hazelcast into …

    …fix/3.13/14697-max-idle-seconds
    Alexander Galibey committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    9bea1b2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/hazelcast/hazelcast into …

    …fix/3.13/14697-max-idle-seconds
    Alexander Galibey committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    d9e8147 View commit details
    Browse the repository at this point in the history
  3. Correct the messages of MaxIdle validations

    Alexander Galibey committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    c3d2737 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/hazelcast/hazelcast into …

    …fix/3.13/14697-max-idle-seconds
    Alexander Galibey committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    7c36bd6 View commit details
    Browse the repository at this point in the history