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

Unassigned job IDs #55

Open
smashwilson opened this issue Jan 22, 2015 · 3 comments
Open

Unassigned job IDs #55

smashwilson opened this issue Jan 22, 2015 · 3 comments

Comments

@smashwilson
Copy link
Member

Bizarrely, it seems that sometimes, the POST /jobs call can return a response that doesn't contain a job ID, even when no errors are reported in the logs or the API. The JobSubmitHandler should never return without assigning an ID to each job.

@rgbkrk
Copy link
Member

rgbkrk commented Jan 22, 2015

Even after completely refreshing my system and tossing the loose volumes I had laying around from not using fig rm -v, I was still seeing this last night.

What was this about setting Mongo modes?

@smashwilson
Copy link
Member Author

You can set the mode of your Mongo connection to ensure various degrees of consistency: Strong, Monotonic, or Eventual. Now that I'm thinking about this again, though, I'm not sure that that's it. Read through the JobSubmitHandler function that I linked up above... I'm not seeing how we can reach the end of that without having a jid assigned for each submitted job, without producing an error. Am I missing something obvious?

@rgbkrk
Copy link
Member

rgbkrk commented Jan 23, 2015

Thus far I have been unable to reproduce this bug unless I'm using Rackspace's auth store.

@smashwilson smashwilson added this to the v0.0.2 milestone Feb 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants