[CORE-254] Queue startup needs to flush any previously running queues Created: 16/Mar/17 Updated: 29/Jun/17 Resolved: 14/Jun/17 |
|
Status: | Closed |
Project: | i2b2 Core Software |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 1.7.09 |
Type: | Bug | Priority: | Major |
Reporter: | Lori Phillips | Assignee: | Janice Donahoe |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Developer Notes: | When wildfly is restarted, some queues are left in the RUNNING state. Any queries are reset to just the queue name on startup.
i.e. MED)UM_QUEUE_RUNNING is changed to MEDIUM_QUEUE |
Participant/s: |
Description |
If jboss is restarted while a queue is in the running state; it will never be picked upi and run again. On startup queue needs to flush medium_running batch_modes to medium, and long_running batch_modes queue to long
To test. stop jboss; Set a previously run query to batch mode = MEDIUM_QUEUE_RUNNING (LARGE_QUEUE_RUNNING); restart jboss, run a CRC activity such as opening a Previous query and check to see batch modes reset to MEDIUM_QUEUE, LARGE_QUEUE. |
Comments |
Comment by Janice Donahoe [ 14/Jun/17 ] |
This issue has been fixed and will be included in release 1.7.09. |