You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Bryan Bende (JIRA)" <ji...@apache.org> on 2017/01/04 15:22:58 UTC

[jira] [Created] (NIFI-3275) SocketChannelSender wrong message about setting the Socket Send Buffer

Bryan Bende created NIFI-3275:
---------------------------------

             Summary: 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.1, 1.1.1, 0.7.1, 1.1.0, 0.6.1, 0.7.0, 0.6.0, 1.0.0
            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)