Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaling loader #2111

Draft
wants to merge 6 commits into
base: dev
Choose a base branch
from
Draft

Scaling loader #2111

wants to merge 6 commits into from

Conversation

originalname51
Copy link
Contributor

No description provided.

simbam1 and others added 6 commits October 20, 2021 09:46
** Add a UUID in case docker isn't used for loader name
** Start up JMS queues when queue is assigned
** Update loader message receiver with dummy queue name, to let health
check scheduler assign name for loader worker
** Update loader queue thread manager to expose lock to allow metrics on
amount of messages currently in system to be recorded by loader worker
** Update application properties to remove default queue name
1. Loader already exists and has a duplicate name.
   Expected case - one is marked "duplicate", other is unchanged
2. Loader with name is vacated, new loader takes over name.
   Expected case - new loader takes assigned queue with name, old loader
is deleted
3. Loader has multiple "DUPLICATE", and a queue becomes available
   Expected case - one loader takes new name
4. Loader has a queue with blank or null assigned queue
   Expected case - if queue available assign it, otherwise assign to
"duplicate" and have warning.
5. Loader worker has expired
   Expected case - Loader quits updating health check, loader is removed
from mediator, loader name becomes available to other loader workers to
use
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants