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

Support resumable JobEventLog #166

Closed
JoshKarpel opened this issue Jul 24, 2019 · 0 comments · Fixed by #161
Closed

Support resumable JobEventLog #166

JoshKarpel opened this issue Jul 24, 2019 · 0 comments · Fixed by #161
Assignees
Labels
enhancement New feature or request

Comments

@JoshKarpel
Copy link
Contributor

In HTCondor 8.9.3, https://htcondor-wiki.cs.wisc.edu/index.cgi/tktview?tn=6944 will let us pick up a performance benefit over a cold start when we've already read an event log in the past.

How to make this happen

If and only if the bindings version is at least 8.9.3, when initializing a MapState, it will try to read its various data members out of a pickle, including the event reader, falling back to creating them from scratch as before. Also, whenever _read_events finishes, it will write out that data.

The file should probably be called something like map_state_data

@JoshKarpel JoshKarpel added the enhancement New feature or request label Jul 24, 2019
@JoshKarpel JoshKarpel self-assigned this Jul 24, 2019
JoshKarpel added a commit that referenced this issue Aug 16, 2019
JoshKarpel added a commit that referenced this issue Aug 16, 2019
@JoshKarpel JoshKarpel mentioned this issue Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant