[CORE-253] Multiple queues are created on startup 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: | Fixed the code so that only one set of queues are started. If there are more than one set running you will see duplicate messages in the log. |
Participant/s: |
Description |
The code to create the MEDIUM and LARGE queues causes multiple queues to be created. This over complicates things and causes additional race conditions, confusion, etc.
The only way to test this is to look at the log .. if multiple queues are running you will see duplicate messages. |
Comments |
Comment by Janice Donahoe [ 14/Jun/17 ] |
This issue has been fixed and will be included in release 1.7.09. |