markap14 commented on pull request #5072: URL: https://github.com/apache/nifi/pull/5072#issuecomment-895417817
Thanks for the newest round of updates @gresockj . I tested the above scenario again. Kafka, S3 and Kafka to S3 contexts. I started ConsumeKafka_2_6 and PutS3. I then updated the "Kafka to S3" context to add a parameter named Topic (which would override the one in the Kafka context). When I clicked apply it gave me an error: "Could not update inherited Parameter Contexts for Parameter Context Kafka to S3 because the parameter Bucket is referenced by a Processor that is still Running" or something to that effect. Interestingly, the update did appear to take effect even though it errored. But the Bucket parameter was not updated so it shouldn't matter. I then started the components again and attempted to delete that Parameter. It failed again, telling me that it couldn't be deleted because it was referenced by a running processor. In this case, it should have behaved similarly to if the value were just being changed, because that's effectively what is happening. So it should have stopped the processor, updated the value, and restarted the processor. -- 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]
