[
https://issues.apache.org/jira/browse/TS-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598731#comment-13598731
]
Yunkai Zhang commented on TS-1744:
----------------------------------
After more digging for this regression, maybe we need to revert this commit,
the original code is correct, it didn't miss any threads. The *missing* one
would start at the end of main() in proxy/Main.cc:
{code}
int
main(int argc, char **argv)
{
...
this_thread()->execute();
}
{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