[
https://issues.apache.org/jira/browse/ASTERIXDB-2353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431315#comment-16431315
]
ASF subversion and git services commented on ASTERIXDB-2353:
------------------------------------------------------------
Commit aa05501d4cd23eae0210e9da7e4b22721290debc in asterixdb's branch
refs/heads/release-0.9.4-pre-rc from [~mblow]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=aa05501 ]
[ASTERIXDB-2353][HYR][RT][FAIL] Provide complete thread dumps
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
- Implements a thread dump mechanism that does not truncate stack
frames after the top 8
Change-Id: Id778615b3ac8951113d6b9ea027ad8650b784cb2
Reviewed-on: https://asterix-gerrit.ics.uci.edu/2564
Sonar-Qube: Jenkins <[email protected]>
Reviewed-by: Murtadha Hubail <[email protected]>
Tested-by: Jenkins <[email protected]>
Contrib: Jenkins <[email protected]>
> 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)