joewitt commented on code in PR #7826:
URL: https://github.com/apache/nifi/pull/7826#discussion_r1342168152
##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/main/java/org/apache/nifi/cluster/firewall/impl/FileBasedClusterNodeFirewall.java:
##########
@@ -56,7 +55,7 @@ public class FileBasedClusterNodeFirewall implements
ClusterNodeFirewall {
Review Comment:
On Line 105 for unknown host we should avoid including the exception. We
know precisely why it was unknown and we're logging unknown host itself. In
previous behavior the stack would not print without debug so this will preserve
that plus intent anyway.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]