[
https://issues.apache.org/jira/browse/CLOUDSTACK-8581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14625964#comment-14625964
]
ASF GitHub Bot commented on CLOUDSTACK-8581:
--------------------------------------------
GitHub user wido opened a pull request:
https://github.com/apache/cloudstack/pull/582
CLOUDSTACK-8581: S3, make connection TTL and TCP KeepAlive configureable
Signed-off-by: Wido den Hollander <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wido/cloudstack CLOUDSTACK-8581
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/582.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 #582
----
commit 2f1f4698b2da03805dacba89816b623d92f0fd2e
Author: Wido den Hollander <[email protected]>
Date: 2015-07-14T06:17:49Z
CLOUDSTACK-8581: S3, make connection TTL and TCP KeepAlive configureable
Signed-off-by: Wido den Hollander <[email protected]>
----
> Make S3 TCP KeepAlive and ConnectionTtl configureable
> -----------------------------------------------------
>
> Key: CLOUDSTACK-8581
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8581
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: SystemVM
> Reporter: Wido den Hollander
> Assignee: Wido den Hollander
> Fix For: 4.6.0
>
>
> Currently we can not set the TCP KeepAlive and ConnectionTtl settings for the
> Amazon S3 ClientConfiguration class:
> http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/ClientConfiguration.html
> Our S3Util doesn't set these values so it defaults to what Amazon configures.
> This doesn't work in all situations and we want to make this configurable.
> For example the ConnectionTtl should be lowered in cases where the Object
> Store closes a HTTP connection after a very short period.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)