[
https://issues.apache.org/jira/browse/TS-4957?focusedWorklogId=31451&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-31451
]
ASF GitHub Bot logged work on TS-4957:
--------------------------------------
Author: ASF GitHub Bot
Created on: 02/Nov/16 18:10
Start Date: 02/Nov/16 18:10
Worklog Time Spent: 10m
Work Description: Github user jrushford commented on the issue:
https://github.com/apache/trafficserver/pull/1171
oops
From: Leif Hedstrom <[email protected]>
Reply-To: apache/trafficserver <[email protected]>
Date: Wednesday, November 2, 2016 at 12:01 PM
To: apache/trafficserver <[email protected]>
Cc: John Rushford <[email protected]>, Author
<[email protected]>
Subject: Re: [apache/trafficserver] TS-4957: Make the use of madvise() with
MADV_DONTDUMP configurable. (#1171)
EventSystem.o
../../../iocore/eventsystem/EventSystem.cc:38:7: error: unused variable
'iobuffer_advice' [-Werror,-Wunused-variable]
int iobuffer_advice = 0;
^
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Issue Time Tracking
-------------------
Worklog Id: (was: 31451)
Time Spent: 1h 50m (was: 1h 40m)
> Make the use of madvise() with MADV_DONTDUMP configurable
> ---------------------------------------------------------
>
> Key: TS-4957
> URL: https://issues.apache.org/jira/browse/TS-4957
> Project: Traffic Server
> Issue Type: Improvement
> Components: Core
> Reporter: John Rushford
> Assignee: John Rushford
> Fix For: 7.1.0
>
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> We have run into problems with ATS 5.3.x when using madvise() with the
> MADV_DONTDUMP option to exclude IO buffers from core files. Under load, we
> have seen high cpu loads and very slow time to serve times when allocating IO
> buffers and marking them with this flag. We have had to disable calls to
> madvise() in ats_madvise(), rebuild and redeploy to fix this problem. We'd
> like to make the use of madvise() with the MADV_DONTDUMP option configurable.
> The PR associated with this ticket uses a patch from TS-3417 that implements
> making MADV_DONTDUMP configurable.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)