You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ruchir choudhry (JIRA)" <ji...@apache.org> on 2018/07/17 22:58:00 UTC

[jira] [Commented] (IGNITE-9023) LinkageError or ClassNotFoundException should not be swollen by GridDeploymentCommunication during processing deployment request.

    [ https://issues.apache.org/jira/browse/IGNITE-9023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16547190#comment-16547190 ] 

ruchir choudhry commented on IGNITE-9023:
-----------------------------------------

Hello 

It will only happen if the Debug is on, which is the correct, right, 

Do you want we need to record it in the logs and send to the client also ?

 

Will appreciate a quick reply, i will be able to pick this one.

-----
if (!busyLock.enterBusy()) {
 if (log.isDebugEnabled())
 log.debug("Ignoring deployment request since grid is stopping " + "[nodeId=" + nodeId + ", msg=" + msg + ']');

 return;
}

------

> LinkageError or ClassNotFoundException should not be swollen by GridDeploymentCommunication during processing deployment request.
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-9023
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9023
>             Project: Ignite
>          Issue Type: Improvement
>    Affects Versions: 2.5
>            Reporter: Ivan Daschinskiy
>            Priority: Minor
>             Fix For: 2.7
>
>
> In current implementation any error, that is thrown in GridDeploymentCommunication#processResourceRequest, is ignored silently.
> Any error should be logged and send to client.



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