Defect HC-13947

NiFiService.updateProcessorConfiguration() throws ArrayIndexOutOfBoundsException

Software

Customer case Applies to Corrected in
CS0272307 V9.1.8.0 9.1.9.0

Observed behavior

NiFiService.updateProcessorConfiguration() doesnt work for processors which are directly inside the top level process group and throws an ArrayIndexOutOfBoundsException.

Expected behavior

There should be no restriction on the placement of the processor.

Resolution

The code was fixed to properly allow for this scenario.