Andreas Koch created NIFI-14959:
-----------------------------------

             Summary: CorrelationAttributePartitioner.findIndex always returns 
0 if partitions == 2
                 Key: NIFI-14959
                 URL: https://issues.apache.org/jira/browse/NIFI-14959
             Project: Apache NiFi
          Issue Type: Bug
            Reporter: Andreas Koch


Ways to reproduce. Added static to findIndex

 
{code:java}
for (int i = Integer.MIN_VALUE; i  < Integer.MAX_VALUE; i++) {
   int idx = findIndex(i, 2);   
   if (idx != 0) {
      System.out.println(i);
   }              
} {code}
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to