[
https://issues.apache.org/jira/browse/IGNITE-9023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16547190#comment-16547190
]
ruchir choudhry edited comment on IGNITE-9023 at 7/17/18 11:01 PM:
-------------------------------------------------------------------
Hello [~ivandasch]
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 file 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; }
------
was (Author: ruchirc):
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
> Assignee: ruchir choudhry
> 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)