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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)