Member since
09-05-2022
3
Posts
0
Kudos Received
0
Solutions
03-28-2023
05:34 AM
Hello, I was just wondering if the issue https://issues.apache.org/jira/browse/NIFI-10246 is present in version 1.16.3 of Nifi, since the issue indicates that no versions are affected, which I find strange. Regards.
... View more
Labels:
- Labels:
-
Apache NiFi
09-13-2022
02:10 AM
After further testing, it looks like this only happens when the first processor instance of a given type is added to the canvas. When adding another instance, only 1 thread starts and 1 MBean is registered. However, even after deleting all instances, the mock processor is not removed, so the associated MBean and thread remain. That is not really problematic, but if anyone knows why Nifi works that way, I'd be interested to know.
... View more