[
https://issues.apache.org/jira/browse/TEZ-4099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17037556#comment-17037556
]
László Bodor commented on TEZ-4099:
-----------------------------------
[~rajesh.balamohan]: seems like there was an intention to add sslShuffle to the
toString, but probably it was done incorrectly, duplicating bufferSize
{code}
...
sb.append("bufferSize=").append(bufferSize).append(", ");
sb.append("bufferSize=").append(bufferSize);
return sb.toString();
{code}
> Add details on whether SSL is enabled or not in HttpConnectionParams
> --------------------------------------------------------------------
>
> Key: TEZ-4099
> URL: https://issues.apache.org/jira/browse/TEZ-4099
> Project: Apache Tez
> Issue Type: Improvement
> Reporter: Rajesh Balamohan
> Assignee: László Bodor
> Priority: Trivial
> Attachments: TEZ-4099.01.patch
>
>
> Add "sslShuffle" details to HttpConnectionParams for debug purpose.
>
> At times, it is possible that the input config missed setting it and it gets
> difficult to check the connection type (http/https).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)