Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

KeyError occurs when we receivea job handle that is not in handle_to_request_map when the client is executing recv_* commands #75

Open
paiweilai opened this issue Mar 13, 2015 · 0 comments

Comments

@paiweilai
Copy link

KeyError occurs when we receive a job handle that is not in self.handle_to_request_map
A possible reason is that the client timeout before it receives a JOB_CREATED when submitting a job.
In this case, the request is no registered in the handle_to_request_map.`
At some point later when the client receives a command that tries to access the map by an unknown job_handle,
KeyError is raised. Need more investigation to find the actual reason.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant