[
https://issues.apache.org/jira/browse/TS-4719?focusedWorklogId=26528&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26528
]
ASF GitHub Bot logged work on TS-4719:
--------------------------------------
Author: ASF GitHub Bot
Created on: 16/Aug/16 22:16
Start Date: 16/Aug/16 22:16
Worklog Time Spent: 10m
Work Description: Github user gtenev commented on the issue:
https://github.com/apache/trafficserver/pull/868
@PSUdaemon, tested the change and it seems it worked.
WITHOUT the fix:
```
Per-node process memory usage (in MBs) for PID 33486 ([ET_NET 0])
Node 0 Node 1 Total
--------------- --------------- ---------------
Huge 0.00 0.00 0.00
Heap 0.00 0.00 0.00
Stack 1.10 1.93 3.04
Private 188774.40 58365.61 247140.01
---------------- --------------- --------------- ---------------
Total 188775.50 58367.55 247143.05
```
WITH the fix:
```
Per-node process memory usage (in MBs) for PID 19187 ([ET_NET 0])
Node 0 Node 1 Total
--------------- --------------- ---------------
Huge 0.00 0.00 0.00
Heap 0.00 0.00 0.00
Stack 1.05 0.58 1.63
Private 117512.30 118122.88 235635.18
---------------- --------------- --------------- ---------------
Total 117513.35 118123.46 235636.80
```
Issue Time Tracking
-------------------
Worklog Id: (was: 26528)
Time Spent: 1h (was: 50m)
> Should have NUMA affinity for disk threads (AIO threads)
> --------------------------------------------------------
>
> Key: TS-4719
> URL: https://issues.apache.org/jira/browse/TS-4719
> Project: Traffic Server
> Issue Type: Improvement
> Components: Cache, Core
> Reporter: Leif Hedstrom
> Assignee: Phil Sorber
> Fix For: 7.0.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> We should properly interleave AIO threads (disk threads) evenly across the
> NUMA nodes, and have affinity on those nodes. That would allow for better
> memory distribution across NUMA nodes. We've noticed pretty uneven
> allocations on some boxes, which I attribute to this problem (but no strong
> evidence, but it does make sense).
> {code}
> Per-node process memory usage (in MBs) for PID 33471 ([ET_NET 0])
> Node 0 Node 1 Total
> --------------- --------------- ---------------
> Huge 0.00 0.00 0.00
> Heap 0.00 0.00 0.00
> Stack 1.38 0.64 2.02
> Private 188993.75 59142.80 248136.55
> ---------------- --------------- --------------- ---------------
> Total 188995.13 59143.44 248138.57
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)