Build failed in Jenkins: brooklyn-master-windows #44

2016-03-31 Thread Apache Jenkins Server
See -- [...truncated 46187 lines...] [INFO] Brooklyn Karaf Shell Commands .. SKIPPED [INFO] Brooklyn Karaf pax-exam itest .. SKIPPED [INFO] Brooklyn Library R

Re: [DISCUSS][VOTE] Release Apache Brooklyn 0.9.0 [rc1]

2016-03-31 Thread Aled Sage
Hi all, When running our LoadTest on master (i.e. same code as 0.9.0 release candidate), I hit the deadlock described at [1]. I think others are unlikely to hit it, but given the consequences I suggest we fix it for the 0.9.0 release and produce another release candidate. I've fixed it in mas

[GitHub] brooklyn-server pull request: Fix persisting localhost

2016-03-31 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/97 Fix persisting localhost When running `org.apache.brooklyn.qa.load.LoadTest`, I hit exceptions about serializing localhost machine location. I didn't try rebinding, but I presume the local

[jira] [Commented] (BROOKLYN-245) Deadlock from ControlledDynamicWebAppCluster, plus thread modifying attribute

2016-03-31 Thread Aled Sage (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15220570#comment-15220570 ] Aled Sage commented on BROOKLYN-245: Fixed in https://github.com/apache/brooklyn-lib

[jira] [Commented] (BROOKLYN-245) Deadlock from ControlledDynamicWebAppCluster, plus thread modifying attribute

2016-03-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15220567#comment-15220567 ] ASF GitHub Bot commented on BROOKLYN-245: - GitHub user aledsage opened a pull re

[GitHub] brooklyn-library pull request: ControlledDynamicWebAppCluster: imp...

2016-03-31 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-library/pull/29 ControlledDynamicWebAppCluster: improve synchronization Synchronising on these getters is not necessary, because the values are set in `init()`. You can merge this pull request into a Git

[GitHub] brooklyn-server pull request: BROOKLYN-245: improve synchronizatio...

2016-03-31 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/96 BROOKLYN-245: improve synchronization in entity You can merge this pull request into a Git repository by running: $ git pull https://github.com/aledsage/brooklyn-server fix/BROOKLYN-

[jira] [Created] (BROOKLYN-245) Deadlock from ControlledDynamicWebAppCluster, plus thread modifying attribute

2016-03-31 Thread Aled Sage (JIRA)
Aled Sage created BROOKLYN-245: -- Summary: Deadlock from ControlledDynamicWebAppCluster, plus thread modifying attribute Key: BROOKLYN-245 URL: https://issues.apache.org/jira/browse/BROOKLYN-245 Project:

Build failed in Jenkins: brooklyn-master-windows #43

2016-03-31 Thread Apache Jenkins Server
See -- [...truncated 47180 lines...] [INFO] Brooklyn Global Web Fabric Example . SKIPPED [INFO] Brooklyn Simple Messaging Publish-Subscribe Example SKIPPED [INFO] Brooklyn NoSQL Clu

Jenkins build is back to normal : brooklyn-master-build #106

2016-03-31 Thread Apache Jenkins Server
See

Jenkins build is back to normal : brooklyn-server-master #35

2016-03-31 Thread Apache Jenkins Server
See

[GitHub] brooklyn-server pull request: a few more OSGi fixes

2016-03-31 Thread neykov
Github user neykov commented on the pull request: https://github.com/apache/brooklyn-server/pull/93#issuecomment-203999393 RE logging - we can replace the backend logger from log4j to logback by: * override `etc/startup.properties` replacing `pax-logging-service` for `pax-logging

[GitHub] brooklyn-server pull request: Fix noConsoleSecurity option

2016-03-31 Thread sjcorbett
Github user sjcorbett commented on the pull request: https://github.com/apache/brooklyn-server/pull/94#issuecomment-203993162 @neykov Thanks. --- 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 t

[GitHub] brooklyn-server pull request: Fix noConsoleSecurity option

2016-03-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/94 --- 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

[GitHub] brooklyn-server pull request: Fix noConsoleSecurity option

2016-03-31 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/94#discussion_r58075813 --- Diff: rest/rest-server-jersey/src/test/java/org/apache/brooklyn/rest/BrooklynRestApiLauncherTest.java --- @@ -36,17 +36,17 @@ public cl

[GitHub] brooklyn-server pull request: Fix noConsoleSecurity option

2016-03-31 Thread sjcorbett
Github user sjcorbett commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/94#discussion_r58075531 --- Diff: rest/rest-server-jersey/src/test/java/org/apache/brooklyn/rest/BrooklynRestApiLauncherTest.java --- @@ -36,17 +36,17 @@ public

[GitHub] brooklyn-server pull request: Fix noConsoleSecurity option

2016-03-31 Thread neykov
Github user neykov commented on the pull request: https://github.com/apache/brooklyn-server/pull/94#issuecomment-203985765 btw forgot to mention that this fixes the master build tests --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

Re: [VOTE] Release Apache Brooklyn 0.9.0 [rc1]

2016-03-31 Thread Guglielmo Nigri
+1 On 31 March 2016 at 16:01, John McCabe wrote: > +1 > > On Thu, 31 Mar 2016 at 14:59 Duncan Godwin < > duncan.god...@cloudsoftcorp.com> > wrote: > > > +1 > > > > On 31 March 2016 at 14:49, Thomas Bouron < > thomas.bou...@cloudsoftcorp.com> > > wrote: > > > > > +1! > > > > > > On Thu, 31 Mar 20

[GitHub] brooklyn-server pull request: a few more OSGi fixes

2016-03-31 Thread neykov
Github user neykov commented on the pull request: https://github.com/apache/brooklyn-server/pull/93#issuecomment-203968787 btw checking out if we can re-use logback's config - should be possible to replace the log4j configuration used by default. --- If your project is set up for it,

[GitHub] brooklyn-server pull request: Remove jersey compatibility

2016-03-31 Thread neykov
Github user neykov commented on the pull request: https://github.com/apache/brooklyn-server/pull/95#issuecomment-203965223 Build failures fixed in #94. Once merged I expect some conflicts here, so will fix and trigger a rebuild. --- If your project is set up for it, you can reply to

[DISCUSS][VOTE] Release Apache Brooklyn 0.9.0 [rc1]

2016-03-31 Thread Richard Downer
This thread is for discussions related to the release vote. I should clarify what we are looking for in a release vote. Particularly, we are looking for people to download, validate, and test the release. Only if you are satisfied that the artifacts are correct and the quality is high enough, shou

[GitHub] brooklyn-server pull request: a few more OSGi fixes

2016-03-31 Thread neykov
Github user neykov commented on the pull request: https://github.com/apache/brooklyn-server/pull/93#issuecomment-203953676 * re jclouds repo - thanks @m4rkmckenna, that's exactly the info I was missing at the time * re "if brooklyn is configured to allow anyone to log in" - the Lo

Re: [VOTE] Release Apache Brooklyn 0.9.0 [rc1]

2016-03-31 Thread John McCabe
+1 On Thu, 31 Mar 2016 at 14:59 Duncan Godwin wrote: > +1 > > On 31 March 2016 at 14:49, Thomas Bouron > wrote: > > > +1! > > > > On Thu, 31 Mar 2016 at 14:17 Aleksandr Vasilev < > > aleksandr.vasi...@cloudsoftcorp.com> wrote: > > > > > +1 > > > > > > Best Regards, > > > > > > Aleksandr Vasilev

Re: [VOTE] Release Apache Brooklyn 0.9.0 [rc1]

2016-03-31 Thread Duncan Godwin
+1 On 31 March 2016 at 14:49, Thomas Bouron wrote: > +1! > > On Thu, 31 Mar 2016 at 14:17 Aleksandr Vasilev < > aleksandr.vasi...@cloudsoftcorp.com> wrote: > > > +1 > > > > Best Regards, > > > > Aleksandr Vasilev > > DevOps Engineer | Cloudsoft Corporation > > > > On 31 March 2016 at 16:16, Rich

[GitHub] brooklyn-server pull request: Remove jersey compatibility

2016-03-31 Thread neykov
GitHub user neykov opened a pull request: https://github.com/apache/brooklyn-server/pull/95 Remove jersey compatibility My favourite kind of PRs - 0 additions and 9,808 deletions. Now that 0.9.0 is branched we can remove the jersey compatibility. You can merge this pull re

Re: [VOTE] Release Apache Brooklyn 0.9.0 [rc1]

2016-03-31 Thread Thomas Bouron
+1! On Thu, 31 Mar 2016 at 14:17 Aleksandr Vasilev < aleksandr.vasi...@cloudsoftcorp.com> wrote: > +1 > > Best Regards, > > Aleksandr Vasilev > DevOps Engineer | Cloudsoft Corporation > > On 31 March 2016 at 16:16, Richard Downer wrote: > > > This is to call for a vote for the release of Apache

[GitHub] brooklyn-server pull request: Fix noConsoleSecurity option

2016-03-31 Thread neykov
GitHub user neykov opened a pull request: https://github.com/apache/brooklyn-server/pull/94 Fix noConsoleSecurity option Also skip security by default for tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/neykov/brooklyn-serve

Re: [VOTE] Release Apache Brooklyn 0.9.0 [rc1]

2016-03-31 Thread Aleksandr Vasilev
+1 Best Regards, Aleksandr Vasilev DevOps Engineer | Cloudsoft Corporation On 31 March 2016 at 16:16, Richard Downer wrote: > This is to call for a vote for the release of Apache Brooklyn 0.9.0 [rc1]. > > This release comprises of a source code distribution, and a corresponding > binary distri

[VOTE] Release Apache Brooklyn 0.9.0 [rc1]

2016-03-31 Thread Richard Downer
This is to call for a vote for the release of Apache Brooklyn 0.9.0 [rc1]. This release comprises of a source code distribution, and a corresponding binary distribution, RPM packages, Vagrant environment package, and Maven artifacts. The source and binary distributions, including signatures, dige

[GitHub] brooklyn-docs pull request: Getting started for deb distribution -...

2016-03-31 Thread drigodwin
GitHub user drigodwin opened a pull request: https://github.com/apache/brooklyn-docs/pull/40 Getting started for deb distribution - For review Changes for when the deb file is added as an install option You can merge this pull request into a Git repository by running: $ git pul