You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Yunkai Zhang (JIRA)" <ji...@apache.org> on 2013/03/12 03:09:12 UTC

[jira] [Comment Edited] (TS-1744) ats run with 1 less event thread then it is supposed to, for both auto and manual thread config

    [ https://issues.apache.org/jira/browse/TS-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13599604#comment-13599604 ] 

Yunkai Zhang edited comment on TS-1744 at 3/12/13 2:08 AM:
-----------------------------------------------------------

It's easy to reproduce this issue:
{code}
$ git reset --hard offical/master
$ git reset --hard  67e15ea460a0057ce7e04e73ee4bb4c642749dc0
$ make && make install

$ trafficserver start

Or 

$ gdb traffic_server

$ jtest -S ts.com -s 9095 -P localhost -c 10000 -z 0.96 -D 1 -Z 100000 //configure ts.com in remap.config

{code}
                
      was (Author: yunkai):
    It's easy to reproduce this issue:
{code}
$ git reset --hard offical/master
$ git rest --hard  67e15ea460a0057ce7e04e73ee4bb4c642749dc0
$ make && make install

$ trafficserver start

Or 

$ gdb traffic_server

$ jtest -S ts.com -s 9095 -P localhost -c 10000 -z 0.96 -D 1 -Z 100000 //configure ts.com in remap.config

{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