Matt Gilman created NIFI-926:
--------------------------------
Summary: Clearing counters can cause a Node to disconnect
Key: NIFI-926
URL: https://issues.apache.org/jira/browse/NIFI-926
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: Matt Gilman
Assignee: Matt Gilman
Fix For: 0.3.0
When clustered, clearing a counter can cause the a node to disconnect. The node disconnects
due to a 404 - Resource Not Found. It appears the counters do not share a common identifier.
This leads to the following message:
{code}
2015-09-03 14:20:15,574 INFO [NiFi Web Server-24] o.a.n.w.a.c.ResourceNotFoundExceptionMapper
org.apache.nifi.web.ResourceNotFoundException: Unable to find Counter with id 'f4cf3c66-c0e7-3439-be94-2096f7d4a78e'..
Returning Not Found response.
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|