Skip to content

NIFI- 7255 Cleaning up obsolete nodes when connecting to cluster#4397

Closed
simonbence wants to merge 2 commits intoapache:mainfrom
simonbence:NIFI-7255
Closed

NIFI- 7255 Cleaning up obsolete nodes when connecting to cluster#4397
simonbence wants to merge 2 commits intoapache:mainfrom
simonbence:NIFI-7255

Conversation

@simonbence
Copy link
Contributor

@simonbence simonbence commented Jul 9, 2020

NIFI- 7255

Problem statement: In case the connection details of a node changes in a NiFi cluster and restarted, it might occur that the nodes with the old parameters remain in the "node list" of the nodes combined with the new version, thus duplicating the nodes. This results unreachable nodes and fail of replication in the end.

Solution proposal: both the node coordinator needs to clean up obsolete nodes, both the other nodes. This happens with comparing existing information from the local storage and incoming information from connection messages. As the id remains during these property changes that is considered as the key of comparison. Note: due to the equals method of the NodeIdentifier is based on only the id, that was not satisfying for check changes. I went with comparing getFullDescription as changing the equals would affect behaviour outside of this fix.

In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:

For all changes:

  • Is there a JIRA ticket associated with this PR? Is it referenced
    in the commit message?

  • Does your PR title start with NIFI-XXXX where XXXX is the JIRA number you are trying to resolve? Pay particular attention to the hyphen "-" character.

  • Has your PR been rebased against the latest commit within the target branch (typically master)?

  • Is your initial contribution a single, squashed commit? Additional commits in response to PR reviewer feedback should be made on this branch and pushed to allow change tracking. Do not squash or use --force when pushing to allow for clean monitoring of changes.

For code changes:

  • Have you ensured that the full suite of tests is executed via mvn -Pcontrib-check clean install at the root nifi folder?
  • Have you written or updated unit tests to verify your changes?
  • Have you verified that the full build is successful on JDK 8?
  • Have you verified that the full build is successful on JDK 11?
  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?
  • If applicable, have you updated the LICENSE file, including the main LICENSE file under nifi-assembly?
  • If applicable, have you updated the NOTICE file, including the main NOTICE file found under nifi-assembly?
  • If adding new Properties, have you added .displayName in addition to .name (programmatic access) for each of the new properties?

For documentation related changes:

  • Have you ensured that format looks appropriate for the output in which it is rendered?

Note:

Please ensure that once the PR is submitted, you check GitHub Actions CI for build issues and submit an update to your PR as soon as possible.

mtien-apache and others added 2 commits July 7, 2020 15:36
…der response when the OIDC Identifying User claim is not found. Revised log message to print available claims.

Added new StandardOidcIdentityProviderGroovyTest file.
Updated deprecated methods in StandardOidcIdentityProvider. Changed log output to print all available claim names from JWTClaimsSet. Added unit test.
Added comments in getAvailableClaims() method.
Fixed typos in NiFi Docs Admin Guide.
Added license to Groovy test.
Fixed a checkstyle error.
Refactor exchangeAuthorizationCode method.
Added unit tests.
Verified all unit tests added so far are passing.
Refactored code. Added unit tests.
Refactored OIDC provider to decouple constructor & network-dependent initialization.
Added unit tests.
Added unit tests.
Refactored OIDC provider to separately authorize the client. Added unit tests.
Added unit tests.

NIFI-7332 Refactored exchangeAuthorizationCode method to separately retrieve the NiFi JWT.

Signed-off-by: Nathan Gough <thenatog@gmail.com>

This closes apache#4344.
@simonbence simonbence closed this Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants