You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/01 22:04:20 UTC

[jira] [Work logged] (TS-4806) Fix up event processor thread stacks

     [ https://issues.apache.org/jira/browse/TS-4806?focusedWorklogId=27823&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-27823 ]

ASF GitHub Bot logged work on TS-4806:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Sep/16 22:04
            Start Date: 01/Sep/16 22:04
    Worklog Time Spent: 10m 
      Work Description: GitHub user PSUdaemon opened a pull request:

    https://github.com/apache/trafficserver/pull/956

    TS-4806: Fix up event processor thread stacks

    Fix event processor to create stacks on the appropriate numa node and with the appropriate page size. Also, stop using the main thread as ET_NET 0 since we can't control any of these aspects of it.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/PSUdaemon/trafficserver numa_stacks

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/956.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #956
    
----
commit 9df0dcb23f120d9932077a347bb57ce2652be0b9
Author: Phil Sorber <so...@apache.org>
Date:   2016-08-30T21:43:23Z

    TS-4806: Add ability to pass a new stack to thread creation.

commit 6bdbbd713d83c0fc40590d0377cb4e1bd62c0bb6
Author: Phil Sorber <so...@apache.org>
Date:   2016-08-31T16:51:46Z

    TS-4806: Normalize stacksize

commit 5ff928a165b77e97c42cdad2a870a5dfd429f8e1
Author: Phil Sorber <so...@apache.org>
Date:   2016-08-31T21:01:01Z

    TS-4806: Allocate thread stacks on corresponding NUMA nodes.

commit a94587bf16ab3fd30038b48fcd37fc7593cac4d9
Author: Phil Sorber <so...@apache.org>
Date:   2016-08-31T22:00:12Z

    TS-4806: Stop re-using main thread as net thread.

commit 0297bfc60a9960d7632f6dc8b3b9955dda1182a2
Author: Phil Sorber <so...@apache.org>
Date:   2016-09-01T21:55:51Z

    TS-4806: Make stacks use huge pages if enabled.

----


Issue Time Tracking
-------------------

            Worklog Id:     (was: 27823)
            Time Spent: 10m
    Remaining Estimate: 0h

> Fix up event processor thread stacks
> ------------------------------------
>
>                 Key: TS-4806
>                 URL: https://issues.apache.org/jira/browse/TS-4806
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Phil Sorber
>            Assignee: Phil Sorber
>             Fix For: 7.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Fix event processor to create stacks on the appropriate numa node and with the appropriate page size. Also, stop using the main thread as ET_NET 0 since we can't control any of these aspects of it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)