You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Andrey Novikov (JIRA)" <ji...@apache.org> on 2015/04/24 10:30:39 UTC

[jira] [Created] (IGNITE-798) Invalid Continuous query work.

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)