markobean commented on PR #6254:
URL: https://github.com/apache/nifi/pull/6254#issuecomment-1256482258

   Unit test looks good. I built the code (including -Pcontrib-check), and all 
looks good. I tested by instantiating an ExecuteScript processor. It was 
configured with a module directory with a .py module file similar to the one 
used in the unit test. Ran data and it worked like a charm. I changed the 
module code and re-ran a flowfile (without stopping the processor.) The changes 
were not reflected in the processed flowfile. However, restarting the processor 
picks up the module update. I believe this is expected behavior since we do not 
want to reload modules (or even check if they should be reloaded) on every 
flowfile; I believe that would be overly burdensome. 
   
   Overall, looks good to merge to me. Thanks @NissimShiman !
   


-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to