[
https://issues.apache.org/jira/browse/IGNITE-19823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-19823:
----------------------------------------
Fix Version/s: 3.2
(was: 3.1)
> DeploymentUnitNotFoundException is internal, does not propagate to client
> -------------------------------------------------------------------------
>
> Key: IGNITE-19823
> URL: https://issues.apache.org/jira/browse/IGNITE-19823
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 3.0.0-beta1
> Reporter: Pavel Tupitsyn
> Assignee: Mikhail Pochatkin
> Priority: Major
> Labels: iep-103, ignite-3
> Fix For: 3.2
>
>
> * *DeploymentUnitNotFoundException* is in internal package, but it is a
> "public" exception which is thrown when the user specifies an unknown unit
> name/version.
> * It is remapped to *ClassNotFoundException* in
> https://github.com/apache/ignite-3/blob/f90f949b342bd1fa864d342c4078b393f4ed23c0/modules/compute/src/main/java/org/apache/ignite/internal/compute/ClassLoaderExceptionsMapper.java#L50
> As a result, traceId and error code are not propagated to the client.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)