[
https://issues.apache.org/jira/browse/TS-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13257067#comment-13257067
]
Bryan Call commented on TS-1211:
--------------------------------
# doesn't use the configuration value in records.config:
[bcall@snowball trafficserver]$ sudo strace -f /usr/local/bin/traffic_cop 2>
/dev/stdout | grep listen
...
[pid 9401] listen(7, 1024 <unfinished ...>
...
[bcall@snowball trafficserver]$ tail -1
/usr/local/etc/trafficserver/records.config
CONFIG proxy.config.net.listen_backlog INT 2048
> listen queue doesn't get modified for traffic_manager when setting
> configuration option in records.config
> ---------------------------------------------------------------------------------------------------------
>
> Key: TS-1211
> URL: https://issues.apache.org/jira/browse/TS-1211
> Project: Traffic Server
> Issue Type: Bug
> Affects Versions: 3.1.3
> Reporter: Bryan Call
>
> listen queue only gets modified if you are running the traffic_server binary
> and not if you use traffic_cop or the startup scripts
> traffic_manager is hardcoded to have a listen backlog of 1024.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira