]
Steven Hawkins resolved TEIID-4535.
-----------------------------------
Resolution: Done
added a check to see if the method is remote only and moved the initialization in the
embedded case. Added a test to ensure that setTableStats is distributed as expected.
Issues with EventDistributor
----------------------------
Key: TEIID-4535
URL:
https://issues.jboss.org/browse/TEIID-4535
Project: Teiid
Issue Type: Bug
Components: Embedded, Server
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Critical
Fix For: 9.2, 9.0.5, 9.1.1
Non remote methods called twice in clustered mode and with the EventListener methods
(add/remove listener). The proxy will call the local and the remoting handling, which
again will call the local.
Also the Embedded logic is not properly initializing the eventdistributor as it is
starting before the objectreplicator may have been created.