mirror of
https://github.com/apache/nifi.git
synced 2025-02-08 02:58:43 +00:00
1ee6dba00a
Attribute peerPersistence can be null generating Bulletin WARNs "Unable to refresh Remote Group's peers due to null". Rollback The fix is inside site-to-site-reporting-task-bundle Modify getClient() Get ConfigurationContext and ReportingContext to provide a StateManager. Modify OnScheduled setup() The OnSchedule setup() now save the ConfigurationContext to lazily create a SiteToSiteClient with ReportingContext through an overloaded setup(). Modify OnTrigger Lazily creates SiteToSiteClient to provide a StateManager Modify OnTrigger Lazily create SiteToSiteClient to provide a StateManager Modify OnTrigger Lazily create SiteToSiteClient to provide a StateManager Modify OnTrigger Lazily create SiteToSiteClient to provide a StateManager Retry compile Fix maven-checkstyle-plugin Fix maven-checkstyle-plugin Fix maven-checkstyle-plugin Fix maven-checkstyle-plugin Update AbstractSiteToSiteReportingTask.java Removed the OnSchedule setup(ConfigContext) because it is not needed. Update SiteToSiteUtils.java Removed ConfigContext from getClient parameters because ReportContext share the same properties.