]
Work on TEIID-5630 started by Steven Hawkins.
---------------------------------------------
Concurrency issue with wildfly service install
----------------------------------------------
Key: TEIID-5630
URL:
https://issues.jboss.org/browse/TEIID-5630
Project: Teiid
Issue Type: Bug
Components: Server
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Checks were added such that the thread that creates the service must be the thread to
install it. That does not work with async loading of metadata.
{code}
14:02:00,496 ERROR [org.teiid.RUNTIME] (Worker51) TEIID30021 Uncaught exception
processing work: java.util.ConcurrentModificationException: ServiceBuilder used by
multiple threads
{code}