No. You said you upgraded from NiFi 1.15.3 to 1.17.0 and the warnings
started to appear in your logs.

The change to Avro version used by NiFi happened as part of NiFi 1.17.0.

My guess, therefore, is that there was a deprecation within the Avro
library (upgraded from 1.8 to 1.11 within NiFi) and that's where the
warnings are coming from. I'd imagine you need to change any "date" field
within your Avro schemas.

Are you using explicit schemas or are the schemas being inferred by NiFi?
If the latter,  then maybe there's something within NiFi to be addressed.


On Thu, 1 Sept 2022, 18:27 Martin Fong, <martin.f...@toronto.ca> wrote:

> Chris,
>
> The NiFi version we are using is already at 1.17.0.   Are you referring to
> an upcoming release of 1.17.1?
>
>
>
> Please advise,
>
> Martin.
>
>
> "My guess would be the jump in Avro version from 1.8 to 1.11 as part of
> NIFI-7234 [1] in 1.17.0 [1]:
> https://issues.apache.org/jira/browse/NIFI-7234 --- *Chris Sampson* IT
> Consultant chris.samp...@naimuri.com<mailto:chris.samp...@naimuri.com>"
>
> On 2022/09/01 12:07:52 Martin Fong wrote:
> > We have upgraded to 1.17.0 from 1.15.3 due to some of the CVE introduced
> since our last upgrade re: log4j.
> >
> > After the upgrade, we are seeing the following that is filling up the
> nifi-app.log at a fast pace:
> >
> > 2022-08-31 09:47:48,185 WARN [Validate Components Thread-1]
> org.apache.avro.Schema Ignored the packageschema.created.logicalType
> property ("date"). It should probably be nested inside the "type" for the
> field.
>
> >
> > We have searched "logicalType" and found it in many places.   Wondering
> if this is a defect or deprecated issue?
> >
> > Please advise,
> > Martin Fong
> > Enterprise Technical Support Specialist, Infrastructure & Platform (IAG)
> > Technology Services Division, Technology Infrastructure Services
> > City of Toronto
> > 703 Don Mills Road, 2nd Floor
> > Toronto, ON
> > M3C 3N3
> > Tel:           416-397-7565
> > e-mail:     martin.f...@toronto.ca<ma...@toronto.ca>
> >
> > This e-mail message is confidential and subject to copyright. Any
> unauthorized use or disclosure is prohibited. If you have received this
> email and are not the intended recipient, please advise and delete it.
> Thank you.
>
> >
> >
>

Reply via email to