Github user JPercivall commented on the issue:
https://github.com/apache/nifi/pull/575
Hey @ijokarumawak,
I'm gonna be reviewing this today but did you check out the Travis build?
It is failing on a MonitorActivity Test:
Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 9.555 sec
<<< FAILURE! - in org.apache.nifi.processors.standard.TestMonitorActivity
testClusterMonitorActivityRestoredBySelf(org.apache.nifi.processors.standard.TestMonitorActivity)
Time elapsed: 0.015 sec <<< FAILURE!
java.lang.AssertionError: Latest timestamp should be persisted
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertNotNull(Assert.java:712)
at
org.apache.nifi.processors.standard.TestMonitorActivity.testClusterMonitorActivityRestoredBySelf(TestMonitorActivity.java:323)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---