s9514171 commented on a change in pull request #4745:
URL: https://github.com/apache/nifi/pull/4745#discussion_r559358869



##########
File path: 
nifi-commons/nifi-site-to-site-client/src/main/java/org/apache/nifi/remote/client/AbstractPeerPersistence.java
##########
@@ -44,11 +44,19 @@ protected PeerStatusCache restorePeerStatuses(final 
BufferedReader reader,
             return null;
         }
 
+        final String remoteInstanceUris;
+        remoteInstanceUris = String.valueOf(reader.readLine());

Review comment:
       I changed a little here, it will check if the pattern starts with our 
prefix. if yes, then assign the URIs to the variable.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to