Andrey Novikov created IGNITE-798:
-------------------------------------

             Summary: Invalid Continuous query work.
                 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