Bug 1315279
| Summary: | Server fails to shutdown if vdb with REST service generation is deployed | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Data Virtualization 6 | Reporter: | Filip Elias <felias> | ||||
| Component: | Teiid | Assignee: | Van Halbert <vhalbert> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Filip Elias <felias> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.3.0 | CC: | aszczucz, blafond, jolee, mbaluch, thauser, vhalbert | ||||
| Target Milestone: | ER1 | ||||||
| Target Release: | 6.3.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: |
DV 6.3 ER1
|
|||||
| Last Closed: | 2016-08-24 11:44:18 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
I was thinking this might be caused by a race condition involving a non-daemon thread, which I guess must be introduced in the scenario you identify. Just a guess. Maybe jconsole or a debugger could be used to check. Steven Hawkins <shawkins> updated the status of jira TEIID-4024 to Resolved This is included in ER1.2 build. |
Created attachment 1133716 [details] VDB DV sometimes won't stop if vdb with REST service generation is deployed. Steps to reproduces: 1. Create a clean copy of DV 6.3 ER1 2. Deploy nosource-vdb.xml (in the attachment) using CLI: deploy /pathtovdb/nosource-vdb.xml 3. Shutdown the server using CLI: shutdown Server log is in the associated jira. When the server is killed and started again, it will stop correctly. The issue is random. Server fails to stop in 50% of cases.