[CORE-243] Queries do not stop running when they time out of the large queue Created: 23/Nov/16 Updated: 09/Dec/16 Resolved: 23/Nov/16 |
|
Status: | Closed |
Project: | i2b2 Core Software |
Component/s: | CRC Cell |
Affects Version/s: | 1.7.08 |
Fix Version/s: | 1.7.08a |
Type: | Bug | Priority: | Major |
Reporter: | Janice Donahoe | Assignee: | Janice Donahoe |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
||||||||||||||||
Issue Links: |
|
||||||||||||||||
i2b2 Feature/s: |
Queries
|
||||||||||||||||
i2b2 Sponsored Project/s: |
i2b2 Core
|
||||||||||||||||
Affects Database/s: |
All databases
|
||||||||||||||||
Affects Web Browser/s: |
All Web Browsers
|
||||||||||||||||
Developer Notes: | Fixed by Mike Mendis and is included in Release 1.7.08a | ||||||||||||||||
Testing Notes: | In summary, the testing involved verifying queries were stopping and the thread was ending correctly when a query times out of any queue.
NOTE: This issue was tested in conjunction with |
||||||||||||||||
Server Plug-in/s Modified: |
edu.harvard.i2b2.crc
|
||||||||||||||||
Participant/s: |
Description |
When a query times out of the large queue the statuses are updated to reflect that it has timed out and is no longer running. However it appears the thread is not ending correctly and the query is continuing to run. Since the query has timed out of the large queue, the next query in the queue will run. This has the potential of numerous queries running for an extensive amount of time. It is not clear what affect this would have on space issues and response time for other queries.
|
Comments |
Comment by Janice Donahoe [ 09/Dec/16 ] |
The change for this issue was included in the 1.7.08a release. |