[
https://issues.apache.org/jira/browse/IGNITE-4838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15942891#comment-15942891
]
ASF GitHub Bot commented on IGNITE-4838:
----------------------------------------
GitHub user vsisko opened a pull request:
https://github.com/apache/ignite/pull/1673
IGNITE-4838 Check task class on null when task name is invalid.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-4838
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1673.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1673
----
commit 68a67c3bf1a3a8400a25be3175862c32d8626e9e
Author: vsisko <[email protected]>
Date: 2017-03-27T08:47:37Z
IGNITE-4838 Check task class on null when task name is invalid.
----
> NPE on execution of unknown internal task by name
> -------------------------------------------------
>
> Key: IGNITE-4838
> URL: https://issues.apache.org/jira/browse/IGNITE-4838
> Project: Ignite
> Issue Type: Bug
> Components: compute
> Affects Versions: 1.9
> Reporter: Vasiliy Sisko
> Assignee: Vasiliy Sisko
>
> Caused by: java.lang.NullPointerException
> at org.jsr166.ConcurrentHashMap8.get(ConcurrentHashMap8.java:2619)
> at
> org.apache.ignite.internal.managers.deployment.GridDeployment.internalTask(GridDeployment.java:373)
> at
> org.apache.ignite.internal.processors.task.GridTaskProcessor.startTask(GridTaskProcessor.java:624)
> at
> org.apache.ignite.internal.processors.task.GridTaskProcessor.execute(GridTaskProcessor.java:447)
> at
> org.apache.ignite.internal.IgniteComputeImpl.execute(IgniteComputeImpl.java:267)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)