Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2663#discussion_r191553752
--- Diff:
nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/src/main/resources/docs/org.apache.nifi.reporting.SiteToSiteStatusReportingTask/additionalDetails.html
---
@@ -50,7 +50,7 @@ <h2>Record writer</h2>
{ "name" : "actorHostname", "type" : "string"},
{ "name" : "componentType", "type" : "string"},
{ "name" : "componentName", "type" : "string"},
- { "name" : "parentId", "type" : "string"},
+ { "name" : "parentId", "type" : ["string", "null"]},
--- End diff --
Isn't there some Avro bug where the null has to come first? If that's been
fixed, I'm good with this, otherwise we might have to switch it around.
---