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

Alexey Kuznetsov updated IGNITE-798:
------------------------------------
    Summary: Continuous computations finished job before as it really 
completed.  (was: Invalid Continuous query work.)

> Continuous computations finished job before as it really completed.
> -------------------------------------------------------------------
>
>                 Key: IGNITE-798
>                 URL: https://issues.apache.org/jira/browse/IGNITE-798
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Andrey Novikov
>            Assignee: Andrey Novikov
>             Fix For: sprint-4
>
>
> Ignored second and any subsequent holdсс.
> org/apache/ignite/internal/GridJobContextImpl.java:174
> {code}
> if (job != null && !job.isDone()) {
>     if (!job.hold())
>         throw new IllegalStateException("Job has already been held [ctx=" + 
> this + ']');
> {code}
> !job.isDone() - Wrong condition.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to