GitHub user aledsage opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/448
Fix/ssh async
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/incubator-brooklyn fix/ssh-async
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/448.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 #448
----
commit cdb399ac03e1c410b80f4cfcf56f18ab3d4c480d
Author: Aled Sage <[email protected]>
Date: 2015-01-08T21:09:07Z
Fix SshMachineLocation poolâs displayName
commit 7dcec0fbc525c7d7aeccef4a55059af180b40dd1
Author: Aled Sage <[email protected]>
Date: 2015-01-08T21:12:58Z
BROOKLYN-106: Fix sshjâs async-exec
- on repeated timeouts of longPoll, then keep
going.
- On long-poll, reduce the sshTriesTimeout.
- On timeout/error, donât wait forever for
stdout/stderr streams to close.
- Potential improvement to disconnect/reconnect.
- Adds Duration.isShorterThan(Stopwatch)
commit 4d8433bf762a2c900e55e4023d9e9db8d607258f
Author: Aled Sage <[email protected]>
Date: 2015-01-08T21:19:31Z
Feature-enablement: init from brooklyn properties
commit 4423e76152b3c820b4f1b74885825bb02feaa006
Author: Aled Sage <[email protected]>
Date: 2015-01-08T22:19:47Z
Adds StreamGobblerTest
commit 53273bcbb0eae0339609ed184bd50c724591c3be
Author: Aled Sage <[email protected]>
Date: 2015-01-09T12:12:12Z
Avoid NPE in PortForwardManager.rebindSupport
- caused by publicIpIdToHostname containing a null key or null value
(not sure what; itâs deprecated so not worrying about it!).
- Instead of ImmutableMap for copying it, use MutableMap.copyOf
so will not fail on null.
commit 794b6ba76b8bf912adf5fb6c26740c64966a0360
Author: Aled Sage <[email protected]>
Date: 2015-01-09T17:16:32Z
MongoDBClientSupport: use brooklynAccessibleAddress
commit 16ddbdc3c6dfc65c14799cc40fd2afcd2fd23f27
Author: Aled Sage <[email protected]>
Date: 2015-01-13T13:54:00Z
BROOKLYN-113: curl retries and times out sooner
----
---
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.
---