[
https://issues.jboss.org/browse/TEIID-2578?page=com.atlassian.jira.plugin...
]
Ramesh Reddy commented on TEIID-2578:
-------------------------------------
DatabaseStorage is cluster aware service. See that is _SingletonPolicy_ i.e. there will be
a single service of this kind in the whole cluster, any call made on this get routed to
single instance on the master node. If the master node is down for some reason, this
service will not be available. So, the replicated EventDistributor call is only for
modifying the DatabaseStore copy.
adminEventDistributor methods to deleteDataSources did not cross my mind, may be they
should not be replicated.
Also what is the notion of server ownership on a databaseDrop?
can you elaborate this one?
add/remove schema elements
--------------------------
Key: TEIID-2578
URL:
https://issues.jboss.org/browse/TEIID-2578
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 9.2
Schemas are currently static after load. Modifications can only happen with restarts or
new versions. We should allow add/drop at runtime.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)