-
Bug
-
Resolution: Done
-
Major
-
8.12.5
-
None
If user specifies waitForLoad connection property in URL, Teiid waits for longer time than specified in the property.
I believe it is because you call Object.wait(long) method with wrong parameter [1]. In combination with TEIID-4388, from users point of view, local connection waits for active VDB for ever.
[1] See this commit. You call method like vdb.wait(timeOutNanos);, but from javadoc: timeout - the maximum time to wait in milliseconds. It means that Teiid waits 1,000,000 times longer than specified in parameter.
- is related to
-
TEIID-4484 Random test failure with cancelled query
- Resolved