You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Evgeny Stanilovsky (Jira)" <ji...@apache.org> on 2024/03/07 13:44:00 UTC

[jira] [Created] (IGNITE-21713) Data streamer doesn't fire all the CQ events

Evgeny Stanilovsky created IGNITE-21713:
-------------------------------------------

             Summary: Data streamer doesn't fire all the CQ events
                 Key: IGNITE-21713
                 URL: https://issues.apache.org/jira/browse/IGNITE-21713
             Project: Ignite
          Issue Type: Bug
          Components: general
    Affects Versions: 2.16
            Reporter: Evgeny Stanilovsky
            Assignee: Evgeny Stanilovsky
             Fix For: 2.17
         Attachments: ExampleNodeStartup.java

Not all events are triggered through *setLocalListener* if data is pushed through data streamer (test attached).
Steps to reproduce:
1. start node
2. call qry.setLocalListener with events counting
3. register listener : cache.query(qry);
4. put data using data streamer
5. flush streamer and wait for all related futures

expect : all events are triggered
got: partially events are missed



--
This message was sent by Atlassian Jira
(v8.20.10#820010)