[
https://issues.apache.org/jira/browse/NIFI-3275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15802032#comment-15802032
]
ASF GitHub Bot commented on NIFI-3275:
--------------------------------------
Github user pvillard31 commented on the issue:
https://github.com/apache/nifi/pull/1398
+1, merging
> SocketChannelSender wrong message about setting the Socket Send Buffer
> ----------------------------------------------------------------------
>
> Key: NIFI-3275
> URL: https://issues.apache.org/jira/browse/NIFI-3275
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 1.0.0, 0.6.0, 0.7.0, 0.6.1, 1.1.0, 0.7.1, 1.1.1, 1.0.1
> Reporter: Bryan Bende
> Assignee: Bryan Bende
> Priority: Trivial
> Fix For: 1.2.0
>
>
> SocketChannelSender can produce the following warning message:
> {code}
> logger.warn("Attempted to set Socket Send Buffer Size to " + maxSendBufferSize
> + " bytes but could only set to " + actualSendBufSize + "bytes. You may want
> to "
> + "consider changing the Operating System's maximum receive buffer");
> {code}
> The last line says "receive buffer" and should be "send buffer".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)