-
Notifications
You must be signed in to change notification settings - Fork 304
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
HPCC-32885 Add POC unittests for new eclccserver jobs #19427
base: candidate-9.10.x
Are you sure you want to change the base?
Conversation
Signed-off-by: Gavin Halliday <[email protected]>
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-32885 Jirabot Action Result: |
@jakesmith pushed for review/discussion. i) pushing the workunit onto a childqueue mangled with the version number That should mean that linger will still work for workunits running on a different version. Thoughts? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ghalliday - 1 minor issue with an unused var. and a couple of questions.
virtual void processAll() override | ||
{ | ||
Owned<IJobQueue> childQueue = createJobQueue(childQueueName); | ||
__uint64 priority = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unused
break; | ||
} | ||
bool ret = processItem(item); | ||
if (!ret) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps a comment here to clarify.
This is if end of queue, then queued EOQ to main queue?
{ | ||
for (;;) | ||
{ | ||
__uint64 priority = getTimeStampNowValue(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logically, could this CppJobProcessor be a derivative of PriorityJobProcessor (if the item handling was a virtual) ?
(would clarify that this is a special case of a priority job processor if so)
Type of change:
Checklist:
Smoketest:
Testing: