We recently upgraded to Nifi version 1.17.0 and now our nifi-app.log is filled with the following WARN level log
[Validate Components Thread-5] org.apache.avro.LogicalTypes Ignoring invalid logical type for name: timestamp-millis
And this just keeps going every couple of seconds.
We have not made any changes re the "Use Avro Logical Types" option in ExecuteSQL processes, they are all using default false.
What do we need to do to stop this warning from flooding the log file?