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

Conversation

ufukyilmaz
Copy link
Contributor

@ufukyilmaz ufukyilmaz commented Sep 23, 2021

We need to override this property in the EE side tests. We cannot
achieve this when it's static.
It's prerequisite for solving https://github.com/hazelcast/hazelcast-mono/issues/1592

EE PR: https://github.com/hazelcast/hazelcast-enterprise/pull/4318

Checklist:

  • Labels (Team:, Type:, Source:, Module:) and Milestone set
  • Request reviewers if possible

We need to override this property in the EE side tests. We cannot
achieve this when it's static.
@ufukyilmaz ufukyilmaz added this to the 5.1 milestone Sep 23, 2021
@ufukyilmaz ufukyilmaz self-assigned this Sep 23, 2021
@hz-devops-test
Copy link

The job Hazelcast-pr-builder of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file
--------------------------
---------SUMMARY----------
--------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.1:checkstyle (default) on project hazelcast: An error has occurred in Checkstyle report generation. Failed during checkstyle execution: There are 2 errors reported by Checkstyle 8.38 with /home/jenkins/jenkins_slave/workspace/Hazelcast-pr-builder_3/checkstyle/checkstyle.xml ruleset. -> [Help 1]
--------------------------
---------ERRORS-----------
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Hazelcast-pr-builder_3/hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/ClusterJoinManager.java:134: Line is longer than 130 characters (found 133). [LineLength]
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Hazelcast-pr-builder_3/hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/ClusterJoinManager.java:134:129: '30' is a magic number. [MagicNumber]
--------------------------

…usterJoinManager.java

Co-authored-by: Vassilis Bekiaris <vbekiaris@gmail.com>
@hz-devops-test
Copy link

The job Hazelcast-pr-builder of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file
--------------------------
---------SUMMARY----------
--------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.1:checkstyle (default) on project hazelcast: An error has occurred in Checkstyle report generation. Failed during checkstyle execution: There are 2 errors reported by Checkstyle 8.38 with /home/jenkins/jenkins_slave/workspace/Hazelcast-pr-builder/checkstyle/checkstyle.xml ruleset. -> [Help 1]
--------------------------
---------ERRORS-----------
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Hazelcast-pr-builder/hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/ClusterJoinManager.java:134: Line is longer than 130 characters (found 133). [LineLength]
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Hazelcast-pr-builder/hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/ClusterJoinManager.java:134:129: '30' is a magic number. [MagicNumber]
--------------------------

@ufukyilmaz
Copy link
Contributor Author

run-lab-run

@ufukyilmaz ufukyilmaz merged commit 8866289 into hazelcast:master Sep 24, 2021
@devOpsHazelcast
Copy link
Collaborator

Can one of the admins verify this patch?

2 similar comments
@devOpsHazelcast
Copy link
Collaborator

Can one of the admins verify this patch?

@devOpsHazelcast
Copy link
Collaborator

Can one of the admins verify this patch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants