You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2022/10/05 07:08:00 UTC

[jira] [Updated] (IGNITE-17826) .NET: Thin 3.0: Incomplete exception stack traces

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

Pavel Tupitsyn updated IGNITE-17826:
------------------------------------
    Description: 
There was some intermittent test failure on TC, and the stack trace is:

{code}
OneTimeSetUp: Apache.Ignite.IgniteException : IGN-CMN-65535 TraceId:ad65ae38-a17b-4147-a289-dc571678f327 Failed to read storage data
  ----> Apache.Ignite.IgniteException : org.apache.ignite.lang.IgniteInternalException
{code}

Issues:
* .NET stack trace looks incomplete
* There is no details about this error in Java server logs (misconfigured ClientHandler?)

Additionally, we should enable server-side stack traces for tests.

  was:
There was some intermittent test failure on TC, and the stack trace is missing some details:

{code}
OneTimeSetUp: Apache.Ignite.IgniteException : IGN-CMN-65535 TraceId:ad65ae38-a17b-4147-a289-dc571678f327 Failed to read storage data
  ----> Apache.Ignite.IgniteException : org.apache.ignite.lang.IgniteInternalException
{code}

Additionally, we should enable server-side stack traces for tests.


> .NET: Thin 3.0: Incomplete exception stack traces
> -------------------------------------------------
>
>                 Key: IGNITE-17826
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17826
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha6
>
>
> There was some intermittent test failure on TC, and the stack trace is:
> {code}
> OneTimeSetUp: Apache.Ignite.IgniteException : IGN-CMN-65535 TraceId:ad65ae38-a17b-4147-a289-dc571678f327 Failed to read storage data
>   ----> Apache.Ignite.IgniteException : org.apache.ignite.lang.IgniteInternalException
> {code}
> Issues:
> * .NET stack trace looks incomplete
> * There is no details about this error in Java server logs (misconfigured ClientHandler?)
> Additionally, we should enable server-side stack traces for tests.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)