GitHub user duncangrant opened a pull request:
https://github.com/apache/brooklyn-server/pull/935
Winrm hold mutex for install
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/duncangrant/brooklyn-server
winrm-hold-mutex-for-install
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/935.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #935
----
commit f3809df4f4cae32b3d243804ff3eca3abdcbcc2a
Author: Aled Sage <aled.sage@...>
Date: 2018-01-17T09:21:09Z
WinRM: hold mutex during install commands
commit 8d365ddb2128afc91b4ffaba94f0f52c6949b51b
Author: Duncan Grant <duncan.grant@...>
Date: 2018-01-17T11:52:31Z
RecordingwithMutexes
commit e5e9922baf348e1c72bcc9277ccb16cf702b200c
Author: Duncan Grant <duncan.grant@...>
Date: 2018-01-17T12:05:30Z
Duplicate mutex test using ssh commands
commit bad7ec05bfdcb3db7a5cb7071fa87bac3de08a07
Author: Duncan Grant <duncan.grant@...>
Date: 2018-01-17T14:14:21Z
Synchronise on install mutex in copy resources
Specifically we use the same mutex for copyInstallResources and
copyCustomizeResources.
----
---