You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2017/04/04 21:42:41 UTC

[jira] [Resolved] (KUDU-1939) Demote or remove WARNING about large arenas

     [ https://issues.apache.org/jira/browse/KUDU-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon resolved KUDU-1939.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

fixed in 2bc2c322e7be7af456ce26b0022b35dff8e654d6

> Demote or remove WARNING about large arenas
> -------------------------------------------
>
>                 Key: KUDU-1939
>                 URL: https://issues.apache.org/jira/browse/KUDU-1939
>             Project: Kudu
>          Issue Type: Improvement
>          Components: util
>    Affects Versions: 1.3.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>              Labels: newbie
>             Fix For: 1.4.0
>
>
> Currently whenever an arena fills up to more than 256MB, a warning is issued with a stack trace. This is very common in the case of MRS arenas, which will often be larger than 256MB.
> The original intent of the warning was to catch cases where we were forgetting to Reset() an arena during a scan/compaction/etc. Given that, maybe we should be setting the "warning threshold" on a per-arena basis, or at least give the ability to suppress the warning for MRS/DMS where large arenas are the norm.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)