[
https://issues.apache.org/jira/browse/TS-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598654#comment-13598654
]
Yunkai Zhang commented on TS-1744:
----------------------------------
It seems that this commit would cause regression:
{code}
FATAL: I_PriorityEventQueue.h:105: failed assert `e->in_the_priority_queue`
/usr/bin/traffic_server - STACK TRACE:
/usr/lib/trafficserver/libtsutil.so.3(ink_fatal_die+0x0)[0x2abcb6bf0f03]
/usr/lib/trafficserver/libtsutil.so.3(_Z12ink_get_randv+0x0)[0x2abcb6befdd8]
/usr/bin/traffic_server(_ZN18PriorityEventQueue13dequeue_readyEl+0x53)[0x6e61af]
/usr/bin/traffic_server(_ZN7EThread7executeEv+0x285)[0x6e5c23]
/usr/bin/traffic_server[0x6e4a24]
/lib64/libpthread.so.0[0x34738077f1]
/lib64/libc.so.6(clone+0x6d)[0x34734e570d]
Layout configuration
--prefix = '/usr'
--exec_prefix = '/usr'
--bindir = '/usr/bin'
--sbindir = '/usr/sbin'
--sysconfdir = '/etc/trafficserver'
--datadir = '/usr/share/trafficserver'
--includedir = '/usr/include/trafficserver'
--libdir = '/usr/lib/trafficserver'
--libexecdir = '/usr/lib/trafficserver/plugins'
--localstatedir = '/var/trafficserver'
--runtimedir = '/var/run/trafficserver'
--logdir = '/var/log/trafficserver'
--mandir = '/usr/share/man'
--infodir = '/usr/share/info'
--cachedir = '/var/cache/trafficserver'
[TrafficServer] using root directory '/usr'
{code}
> ats run with 1 less event thread then it is supposed to, for both auto and
> manual thread config
> -----------------------------------------------------------------------------------------------
>
> Key: TS-1744
> URL: https://issues.apache.org/jira/browse/TS-1744
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Bryan Call
> Assignee: Bryan Call
> Fix For: 3.3.2
>
>
> When newing threads the code setup everything for 0 to < n_ethreads threads.
> However, when it start the threads it does for 1 to < n_ethreads, missing 1
> thread.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira