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



##########
File path: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ExecuteStreamCommand.java
##########
@@ -471,6 +471,7 @@ public void onTrigger(ProcessContext context, final 
ProcessSession session) thro
         try {
             process = builder.start();
         } catch (IOException e) {

Review comment:
       Thanks for your review, I have added the exception handling
   
   I didn't use the FileUtils you mentioned
   As far as I know, components need to use ComponentLog to record logs to 
distinguish the components in the same instance.
   But FileUtils does not support it. so I handle the exception directly.
    
   




-- 
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