[infinispan-issues] [JBoss JIRA] (ISPN-9362) Break cycles in exception stack traces
Dan Berindei (JIRA)
issues at jboss.org
Thu Jul 12 03:53:00 EDT 2018
[ https://issues.jboss.org/browse/ISPN-9362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dan Berindei updated ISPN-9362:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/6143
> Break cycles in exception stack traces
> --------------------------------------
>
> Key: ISPN-9362
> URL: https://issues.jboss.org/browse/ISPN-9362
> Project: Infinispan
> Issue Type: Task
> Affects Versions: 9.3.0.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Fix For: 9.4.0.Final
>
>
> As most of the core became non-blocking, the exception stack traces became less relevant, because as the exception is re-thrown on multiple threads yet the stack trace only shows the initial thread.
> ISPN-8893 improved this in some methods that are still blocking by catching an {{ExecutionException}}, adding it to the suppressed list of the cause, and rethrowing the cause. However, cycles in the exception trace is not properly supported by all loggers, e.g. {{logback}} only has a fix in the not yet released version 1.3.0.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list