Github user aledsage commented on the issue:
https://github.com/apache/brooklyn-server/pull/374
jenkins failure looks unrelated:
```
SUREFIRE-859: [GC 305415K->120999K(747520K), 0.2360390 secs]
SUREFIRE-859: [GC 305319K->121095K(747520K), 0.1644870 secs]
...
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on
project brooklyn-camp: There was a timeout or other error in the fork ->
```
It looks to me like a memory leak issue, which is slowing down our JVM
considerably.
I hope that https://github.com/apache/brooklyn-server/pull/375 will make
things a lot better (and that
https://github.com/apache/brooklyn-server/pull/368 has already made it
considerably better).
---
The test that was executing and that seems to have been running for an
extremely long time was:
```
2016-10-07 15:28:14,539 INFO TESTNG INVOKING: "Surefire test" -
org.apache.brooklyn.camp.brooklyn.DslAndRebindYamlTest.testDslAttributeWhenReadyRebindWhenResolved()
```
I think we need to also investigate that test, to see if it can ever hang.
---
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.
---