[
https://issues.apache.org/jira/browse/NIFI-6886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16979530#comment-16979530
]
Bryan Bende commented on NIFI-6886:
-----------------------------------
One option would be in AbstractSiteToSiteReportingTask, we could move the
creation of the SiteToSiteClient from onScheduled to being lazily created in
onTrigger, this way it has access to a ReportingContext. The util methods would
have to be updated to take ReportingContext as well.
> Unable to refresh Remote Group's peers due to null
> --------------------------------------------------
>
> Key: NIFI-6886
> URL: https://issues.apache.org/jira/browse/NIFI-6886
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 1.10.0
> Environment: Linux CentOS 7 x64
> Reporter: Eduardo Mota Fontes
> Priority: Major
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> If you create SiteToSiteBulletinReportingTask pointing to cluster itself to
> an arbitrary input port it generates Bulletin in every execution:
> WARNING
> *SiteToSiteBulletinReportingTask[id=843df3f5-016e-1000-15f0-c32647b2a675]
> org.apache.nifi.remote.client.PeerSelector@48a5201e Unable to refresh Remote
> Group's peers due to null*
> This log appears in nifi-app.log too.
> Try to debug this error, I figure out that has a new PeerSelector
> implementation in version 1.10.0 and the error occurs when it tries to save
> the Peers State.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)