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

check jobid consistency between input files in OAR #258

Merged
merged 4 commits into from
Dec 7, 2016

Conversation

sfranky
Copy link
Collaborator

@sfranky sfranky commented Dec 7, 2016

fix for bug #249

@@ -2163,7 +2163,7 @@ class InvalidScheduler(Exception):

job_ids, user_names, job_states, job_queues = scheduling_system.get_jobs_info()
total_running_jobs, total_queued_jobs, qstatq_lod = scheduling_system.get_queues_info() # callthis elsewhere
worker_nodes = scheduling_system.get_worker_nodes()
worker_nodes = scheduling_system.get_worker_nodes(job_ids)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any impact on performance by these changes? (just asking...)

@sfranky
Copy link
Collaborator Author

sfranky commented Dec 7, 2016 via email

@sfranky sfranky changed the title check jobid consistency between input files check jobid consistency between input files in OAR Dec 7, 2016
@sfranky
Copy link
Collaborator Author

sfranky commented Dec 7, 2016

This PR should also result in some minor performance improvement, mostly memory-wise.

@fgeorgatos
Copy link
Collaborator

lgtm, tests pass and seems to work without issues (tbv)

@fgeorgatos fgeorgatos merged commit ed97049 into develop Dec 7, 2016
@fgeorgatos fgeorgatos deleted the bug-249-oar-keyerror branch December 7, 2016 22:03
@fgeorgatos fgeorgatos added this to the 0.9.201612 milestone Dec 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants