Ilya Kazakov created IGNITE-14806:
-------------------------------------

             Summary: Synchronize localListener class name via discovery for 
displaying in CONTINUOUS_QUERIES system view
                 Key: IGNITE-14806
                 URL: https://issues.apache.org/jira/browse/IGNITE-14806
             Project: Ignite
          Issue Type: Bug
          Components: general
    Affects Versions: 2.10
            Reporter: Ilya Kazakov
            Assignee: Ilya Kazakov


CQ system view has LOCAL_LISTENER and LOCAL_TRANSFORMED_LISTENER fields.
But these fields are not null only in case when we query the system view
from the node which was deploying the CQ. In any other case, these fields
will be null, because localListemer and localTransformedListened are not
deployed on remote nodes.

Thus to understand which localListener has the CQ, we should query system
view from the node which was deploying the CQ. Often CQ client nodes deploy
CQ, but there is no way to query CQ on the client node.

It turns out there are many situations where we cannot find out which
localListener is being used.

I propose to make the localListener class name synchronized between nodes
via discovery. Not deploying localListener on remote nodes, but just name
synchronization. And this name will be used for LOCAL_LISTENER field in
system view in case when localListened are not deployed on the node.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to