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

Improve Computation Layer to operate on current generation #22

Closed
GoogleCodeExporter opened this issue Mar 15, 2016 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link

Right now the Computation Layer can only operate on the generation behind the 
current one, as it attempts to ensure nothing is writing to the generation it 
processes (or else data is lost). There are better ways to manage this, such 
that the CL can wait for Serving Layers to switch to a new generation and then 
run the current generation. This will lower latency by one cycle.

Original issue reported on code.google.com by srowen@myrrix.com on 8 Oct 2012 at 12:48

@GoogleCodeExporter
Copy link
Author

Fixed for 0.8. It will create a new generation, wait for migration to the new 
generation and run the (recent) generation that data was being written to as 
the next computed generation.

Original comment by srowen@myrrix.com on 17 Oct 2012 at 7:00

  • Changed state: Fixed

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

No branches or pull requests

1 participant