[GitHub] brooklyn-server pull request #852: Merge initial catalog and persisted catal...

2017-10-12 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/852#discussion_r144296911 --- Diff: core/src/main/java/org/apache/brooklyn/core/catalog/internal/BasicBrooklynCatalog.java --- @@ -1808,6 +1808,42 @@ public void

[GitHub] brooklyn-server pull request #852: Merge initial catalog and persisted catal...

2017-10-12 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/852#discussion_r144315009 --- Diff: launcher/src/test/resources/rebind-test-empty-catalog.bom --- @@ -0,0 +1,25 @@ +# +# Licensed to the Apache Software Foundation

[GitHub] brooklyn-server pull request #852: Merge initial catalog and persisted catal...

2017-10-12 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/852#discussion_r144315802 --- Diff: launcher/src/test/java/org/apache/brooklyn/launcher/AbstractBrooklynLauncherRebindTest.java --- @@ -0,0 +1,183 @@ +/* + *

[GitHub] brooklyn-server pull request #852: Merge initial catalog and persisted catal...

2017-10-12 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/852#discussion_r144296174 --- Diff: api/src/main/java/org/apache/brooklyn/api/catalog/BrooklynCatalog.java --- @@ -213,6 +213,17 @@ void addItem(CatalogItem item);

[GitHub] brooklyn-server pull request #852: Merge initial catalog and persisted catal...

2017-10-12 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/852#discussion_r144297930 --- Diff: core/src/main/java/org/apache/brooklyn/core/catalog/internal/CatalogInitialization.java --- @@ -128,164 +146,255 @@ public void

Re: Issue running Brooklyn in Vagrant

2017-10-12 Thread Duncan Grant
Brian, Did you get any further with your Ambari deployment? Hopefully my email was at least some help. I've been on holiday but I'm back online / at work now so please let me know if I can be of further assistance. Regards Duncan Grant On Fri, 6 Oct 2017 at 14:17 Duncan Grant

Build failed in Jenkins: brooklyn-server-master #767

2017-10-12 Thread Apache Jenkins Server
See Changes: [duncan.godwin] Update 0.13.0 versions to 1.0.0 -- [...truncated 8.48 MB...] Downloaded:

[GitHub] brooklyn-server pull request #861: Update 0.13.0 versions to 1.0.0

2017-10-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/861 ---

Google Analytics for brooklyn.apache.org

2017-10-12 Thread Richard Downer
All, Our website is sending Google Analytics metadata to UA-30530918-1. I've been unable to find out who owns this account (it quite possibly dates back to pre-Apache times) so I plan to create a new Google Analytics account and push a website update to send analytics to that new account. (I'd

[jira] [Commented] (BROOKLYN-544) Deadlock in enricher's subscription

2017-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201711#comment-16201711 ] ASF GitHub Bot commented on BROOKLYN-544: - Github user asfgit closed the pull request at:

[GitHub] brooklyn-server pull request #860: improve locking for sensor values

2017-10-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/860 ---

[GitHub] brooklyn-server issue #860: improve locking for sensor values

2017-10-12 Thread ahgittin
Github user ahgittin commented on the issue: https://github.com/apache/brooklyn-server/pull/860 agree with all comments. updated and merging. ---

[GitHub] brooklyn-server pull request #861: Update 0.13.0 versions to 1.0.0

2017-10-12 Thread drigodwin
GitHub user drigodwin opened a pull request: https://github.com/apache/brooklyn-server/pull/861 Update 0.13.0 versions to 1.0.0 Version 0.13.0 will be 1.0.0 this PR updates those references. You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (BROOKLYN-544) Deadlock in enricher's subscription

2017-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201662#comment-16201662 ] ASF GitHub Bot commented on BROOKLYN-544: - Github user aledsage commented on a diff in the pull

[jira] [Commented] (BROOKLYN-544) Deadlock in enricher's subscription

2017-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201663#comment-16201663 ] ASF GitHub Bot commented on BROOKLYN-544: - Github user aledsage commented on a diff in the pull

[GitHub] brooklyn-server pull request #860: improve locking for sensor values

2017-10-12 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/860#discussion_r144225899 --- Diff: core/src/main/java/org/apache/brooklyn/core/sensor/AttributeMap.java --- @@ -138,62 +165,91 @@ private void checkPath(Collection path) {

[GitHub] brooklyn-server pull request #860: improve locking for sensor values

2017-10-12 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/860#discussion_r144226568 --- Diff: core/src/main/java/org/apache/brooklyn/core/sensor/AttributeMap.java --- @@ -212,9 +268,6 @@ public void remove(Collection path) {

[GitHub] brooklyn-server pull request #860: improve locking for sensor values

2017-10-12 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/860#discussion_r144225324 --- Diff: core/src/main/java/org/apache/brooklyn/core/sensor/AttributeMap.java --- @@ -115,8 +138,12 @@ public Object getSynchObjectInternal() {