Re: Jira contributor access

2022-04-25 Thread Marton Szasz
Hi,

Added you to the NiFi Jira project. Looking forward to your contributions.

Thanks,
Marton

On Mon, 25 Apr 2022 at 17:40, Aakash Chauhan  wrote:
>
> Hello,
>
> I would like the JIRA access to NiFi issues. My username is - aakash.c.


Re: Anyone else seeing this on macOS with the RC1 build?

2022-04-25 Thread David Handermann
Mike,

I observed the same behavior when attempting to build on Java 17. The
problem appears specific to Java 17, and does not appear on Java 8 or 11.
The root cause appears to be that the `user.timezone` System property is
not set by default on Java 17, causing System.setProperty() to fail with
the NPE. I was able to work around the problem by adding
"-DargLine=user.timezone=SomeTimeZone" to the Maven build command.  This
does not impact GitHub Java 17 builds since those builds set user.timezone.

Since this is a build problem specific to Java 17, it does not seem to be a
blocking issue, in my opinion.

Regards,
David Handermann

On Mon, Apr 25, 2022 at 4:10 PM Mike Thomsen  wrote:

> This laptop can be a little wonky at times because of the corporate
> lockdowns, so I wanted to see if any other committers/PMC members have
> seen this in nifi-record-path:
>
> [INFO] Running org.apache.nifi.record.path.util.TestFieldValueWalker
>
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.083 s - in org.apache.nifi.record.path.util.TestFieldValueWalker
>
> [INFO] Running
> org.apache.nifi.record.path.util.TestFieldValueLogicalPathBuilder
>
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.007 s - in
> org.apache.nifi.record.path.util.TestFieldValueLogicalPathBuilder
>
> [INFO] Running org.apache.nifi.record.path.TestRecordPath
>
> [ERROR] Tests run: 76, Failures: 0, Errors: 1, Skipped: 0, Time
> elapsed: 0.336 s <<< FAILURE! - in
> org.apache.nifi.record.path.TestRecordPath
>
> [ERROR] org.apache.nifi.record.path.TestRecordPath  Time elapsed:
> 0.336 s  <<< ERROR!
>
> java.lang.NullPointerException
>
> at
> java.base/java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011)
>
> at
> java.base/java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006)
>
> at java.base/java.util.Properties.put(Properties.java:1301)
>
> at java.base/java.util.Properties.setProperty(Properties.java:229)
>
> at java.base/java.lang.System.setProperty(System.java:999)
>
> at
> org.apache.nifi.record.path.TestRecordPath.setSystemTimezone(TestRecordPath.java:82)
>
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
>
> at
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>
> at
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
>


Anyone else seeing this on macOS with the RC1 build?

2022-04-25 Thread Mike Thomsen
This laptop can be a little wonky at times because of the corporate
lockdowns, so I wanted to see if any other committers/PMC members have
seen this in nifi-record-path:

[INFO] Running org.apache.nifi.record.path.util.TestFieldValueWalker

[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
0.083 s - in org.apache.nifi.record.path.util.TestFieldValueWalker

[INFO] Running org.apache.nifi.record.path.util.TestFieldValueLogicalPathBuilder

[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
0.007 s - in org.apache.nifi.record.path.util.TestFieldValueLogicalPathBuilder

[INFO] Running org.apache.nifi.record.path.TestRecordPath

[ERROR] Tests run: 76, Failures: 0, Errors: 1, Skipped: 0, Time
elapsed: 0.336 s <<< FAILURE! - in
org.apache.nifi.record.path.TestRecordPath

[ERROR] org.apache.nifi.record.path.TestRecordPath  Time elapsed:
0.336 s  <<< ERROR!

java.lang.NullPointerException

at 
java.base/java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011)

at 
java.base/java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006)

at java.base/java.util.Properties.put(Properties.java:1301)

at java.base/java.util.Properties.setProperty(Properties.java:229)

at java.base/java.lang.System.setProperty(System.java:999)

at 
org.apache.nifi.record.path.TestRecordPath.setSystemTimezone(TestRecordPath.java:82)

at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)

at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)

at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.base/java.lang.reflect.Method.invoke(Method.java:568)


Re: [VOTE] Release Apache NiFi 1.16.1

2022-04-25 Thread Mark Payne
+1 (binding)

- Performed full build
- Verified hashes
- Verified signature
- Started NiFi and did some smoke tests
- Verified NIFI-9882 was addressed
- Verified NIFI-9853 was addressed
- Verified NIFI-9834 was addressed
- Tested flows using ConsumeKafkaRecord_2_6, PublishKafka_2_6, List/Fetch S3, 
PutS3, List/Fetch Azure, List/Fetch GCP Object
- Tested interactiong with a 1.16.0 NiFi Registry
- Ran all stateless system tests
- Ran all system tests

All looks good to me. Thanks for RMing the release Joe!

-Mark

> On Apr 25, 2022, at 2:29 PM, Joe Witt  wrote:
> 
> Hello,
> 
> I am pleased to be calling this vote for the source release of Apache NiFi
> 1.16.1.
> 
> The source zip, including signatures, digests, etc. can be found at:
> https://repository.apache.org/content/repositories/orgapachenifi-1200
> 
> The source being voted upon and the convenience binaries can be found at:
> https://dist.apache.org/repos/dist/dev/nifi/nifi-1.16.1/
> 
> A helpful reminder on how the release candidate verification process works:
> https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate
> 
> The Git tag is nifi-1.16.1-RC1
> The Git commit ID is 81166797e552b9d14b482807632f2f04321b2018
> https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=81166797e552b9d14b482807632f2f04321b2018
> 
> Checksums of nifi-1.16.1-source-release.zip:
> SHA256: 2c39b45ba8eec42d601d5c9facad623d14660dd209c011b4a13b2b559b9f3e32
> SHA512:
> cd670ab558937cac709dea0b4be3351559f57c9e9aedf54d5153706eee386a021262ef199e2bf9485763cf955931edfd6a24ca1c5a0748a77e3eeb91c490cbda
> 
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/joewitt.asc
> 
> KEYS file available here:
> https://dist.apache.org/repos/dist/release/nifi/KEYS
> 
> 83 issues were closed/resolved for this release:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12351504
> Release note highlights can be found here:
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.16.1
> 
> The vote will be open for 72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build from source, and test. Then
> please vote:
> 
> [ ] +1 Release this package as nifi-1.16.1
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...



[VOTE] Release Apache NiFi 1.16.1

2022-04-25 Thread Joe Witt
Hello,

I am pleased to be calling this vote for the source release of Apache NiFi
1.16.1.

The source zip, including signatures, digests, etc. can be found at:
https://repository.apache.org/content/repositories/orgapachenifi-1200

The source being voted upon and the convenience binaries can be found at:
https://dist.apache.org/repos/dist/dev/nifi/nifi-1.16.1/

A helpful reminder on how the release candidate verification process works:
https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate

The Git tag is nifi-1.16.1-RC1
The Git commit ID is 81166797e552b9d14b482807632f2f04321b2018
https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=81166797e552b9d14b482807632f2f04321b2018

Checksums of nifi-1.16.1-source-release.zip:
SHA256: 2c39b45ba8eec42d601d5c9facad623d14660dd209c011b4a13b2b559b9f3e32
SHA512:
cd670ab558937cac709dea0b4be3351559f57c9e9aedf54d5153706eee386a021262ef199e2bf9485763cf955931edfd6a24ca1c5a0748a77e3eeb91c490cbda

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/joewitt.asc

KEYS file available here:
https://dist.apache.org/repos/dist/release/nifi/KEYS

83 issues were closed/resolved for this release:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12351504
Release note highlights can be found here:
https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.16.1

The vote will be open for 72 hours.
Please download the release candidate and evaluate the necessary items
including checking hashes, signatures, build from source, and test. Then
please vote:

[ ] +1 Release this package as nifi-1.16.1
[ ] +0 no opinion
[ ] -1 Do not release this package because...


Jira contributor access

2022-04-25 Thread Aakash Chauhan
Hello,

I would like the JIRA access to NiFi issues. My username is - aakash.c.