[jira] [Updated] (NIFI-8394) Fix NPE error when NiFi connects to external zookeeper insecurely

2021-04-07 Thread Joey Frazee (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-8394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joey Frazee updated NIFI-8394:
--
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Fix NPE error when NiFi connects to external zookeeper insecurely
> -
>
> Key: NIFI-8394
> URL: https://issues.apache.org/jira/browse/NIFI-8394
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Affects Versions: 1.13.0, 1.13.1, 1.13.2
>Reporter: Nadeem
>Assignee: Nadeem
>Priority: Minor
>  Labels: zookeeper
> Fix For: 1.14.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> When NiFi connects to external zookeeper insecurely, then following error is 
> logged due to null watcher passed in zookeeper constructor. This error is 
> introduced due to changes made for adding zookeeper client with TLS NIFI-7819
> {noformat}
> ERROR [Framework Task Thread Thread-3-EventThread] 
> org.apache.zookeeper.ClientCnxn Error while calling watcher
> java.lang.NullPointerException: null
> at 
> org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:535)
> at 
> org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:510)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (NIFI-8394) Fix NPE error when NiFi connects to external zookeeper insecurely

2021-04-07 Thread Joey Frazee (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-8394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joey Frazee updated NIFI-8394:
--
Priority: Minor  (was: Major)

> Fix NPE error when NiFi connects to external zookeeper insecurely
> -
>
> Key: NIFI-8394
> URL: https://issues.apache.org/jira/browse/NIFI-8394
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Affects Versions: 1.13.0, 1.13.1, 1.13.2
>Reporter: Nadeem
>Assignee: Nadeem
>Priority: Minor
>  Labels: zookeeper
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> When NiFi connects to external zookeeper insecurely, then following error is 
> logged due to null watcher passed in zookeeper constructor. This error is 
> introduced due to changes made for adding zookeeper client with TLS NIFI-7819
> {noformat}
> ERROR [Framework Task Thread Thread-3-EventThread] 
> org.apache.zookeeper.ClientCnxn Error while calling watcher
> java.lang.NullPointerException: null
> at 
> org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:535)
> at 
> org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:510)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (NIFI-8394) Fix NPE error when NiFi connects to external zookeeper insecurely

2021-04-07 Thread Joey Frazee (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-8394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joey Frazee updated NIFI-8394:
--
Fix Version/s: 1.14.0

> Fix NPE error when NiFi connects to external zookeeper insecurely
> -
>
> Key: NIFI-8394
> URL: https://issues.apache.org/jira/browse/NIFI-8394
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Affects Versions: 1.13.0, 1.13.1, 1.13.2
>Reporter: Nadeem
>Assignee: Nadeem
>Priority: Minor
>  Labels: zookeeper
> Fix For: 1.14.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> When NiFi connects to external zookeeper insecurely, then following error is 
> logged due to null watcher passed in zookeeper constructor. This error is 
> introduced due to changes made for adding zookeeper client with TLS NIFI-7819
> {noformat}
> ERROR [Framework Task Thread Thread-3-EventThread] 
> org.apache.zookeeper.ClientCnxn Error while calling watcher
> java.lang.NullPointerException: null
> at 
> org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:535)
> at 
> org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:510)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (NIFI-8394) Fix NPE error when NiFi connects to external zookeeper insecurely

2021-04-06 Thread Nadeem (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-8394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nadeem updated NIFI-8394:
-
Status: Patch Available  (was: In Progress)

> Fix NPE error when NiFi connects to external zookeeper insecurely
> -
>
> Key: NIFI-8394
> URL: https://issues.apache.org/jira/browse/NIFI-8394
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Affects Versions: 1.13.2, 1.13.1, 1.13.0
>Reporter: Nadeem
>Assignee: Nadeem
>Priority: Major
>  Labels: zookeeper
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When NiFi connects to external zookeeper insecurely, then following error is 
> logged due to null watcher passed in zookeeper constructor. This error is 
> introduced due to changes made for adding zookeeper client with TLS NIFI-7819
> {noformat}
> ERROR [Framework Task Thread Thread-3-EventThread] 
> org.apache.zookeeper.ClientCnxn Error while calling watcher
> java.lang.NullPointerException: null
> at 
> org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:535)
> at 
> org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:510)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)