]
RH Bugzilla Integration commented on TEIIDDES-2592:
---------------------------------------------------
Debi Rieden <drieden(a)redhat.com> changed the Status of [bug
Connecting to remote server takes a very long time
--------------------------------------------------
Key: TEIIDDES-2592
URL:
https://issues.jboss.org/browse/TEIIDDES-2592
Project: Teiid Designer
Issue Type: Bug
Components: Teiid Integration
Affects Versions: 9.0.2, 9.0.3
Reporter: Andrej Šmigala
Assignee: Barry LaFond
Priority: Blocker
Labels: release_notes, verified_jbdsis-8.0.3.CR2
Fix For: 9.0.3, 9.2
Attachments: org.teiid.runtime.client.patch
Any interaction with remote server, such as connecting, importing from teiid connection
or listing vdbs and datasources takes a very long time (minutes) when there are many
datasources (30+) defined on the server
blafond: We're compiling lists of DS, Translator and VDB objects. DS's basically
take 3 different CLI calls to pull together. If you're not carefull, this results in
CLI calls, calling other CLI calls repeatedly
blafond: 30 Data sources were resulting in 900 + calls to the server, when it should have
been maybe.... 60