You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Michael Blow (JIRA)" <ji...@apache.org> on 2018/04/03 23:56:00 UTC

[jira] [Resolved] (ASTERIXDB-2353) Logged thread dumps should be unabridged

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

Michael Blow resolved ASTERIXDB-2353.
-------------------------------------
    Resolution: Fixed

> Logged thread dumps should be unabridged
> ----------------------------------------
>
>                 Key: ASTERIXDB-2353
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2353
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: HYR - Hyracks, RT - Runtime
>    Affects Versions: 0.9.3
>            Reporter: Michael Blow
>            Assignee: Michael Blow
>            Priority: Major
>             Fix For: 0.9.4
>
>
> Logged thread dumps utilize ThreadInfo.toString() to serialize the thread contents.  At least Oracle JDK's implementation of ThreadInfo.toString() truncates the stack traces to 8 frames, reducing the odds these thread dumps can be used to diagnose issues post-mortem.  Implement an alternative serialization mechanism which provides all frames from the stack.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)