[
https://issues.jboss.org/browse/TEIID-2432?page=com.atlassian.jira.plugin...
]
Mark Drilling commented on TEIID-2432:
--------------------------------------
I think LOADING implies that something is in process, but if a dataSource is unavailable
that's not the case. So maybe add another state?
For example:
LOADING
WAITING
ACTIVE
FAILED
So if metadata is really loading, you are in the LOADING state. If one or more sources
are unavailable (bad credentials or whatever) it goes to WAITING. If the source comes
back online at some point, you'd potentially go to LOADING then ACTIVE.
Dynamic VDB isLoading state doesnt change on fail
-------------------------------------------------
Key: TEIID-2432
URL:
https://issues.jboss.org/browse/TEIID-2432
Project: Teiid
Issue Type: Feature Request
Components: AdminApi
Affects Versions: 8.2
Reporter: Mark Drilling
Assignee: Ramesh Reddy
I am deploying a dynamic VDB and polling the isLoading state to determine when the VDB
deployment is finished.
In my case the VDB dataSource is not available. I can see in the server log that the
deployment fails immediately, but the isLoading state remains true.
Is this in error, or what status should we be checking?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira