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

AGAS cache isn't used/populated on worker localities #1065

Closed
sithhell opened this issue Feb 15, 2014 · 3 comments
Closed

AGAS cache isn't used/populated on worker localities #1065

sithhell opened this issue Feb 15, 2014 · 3 comments

Comments

@sithhell
Copy link
Member

Currently the worker nodes don't use the agas cache, or more precise: every cache look up results in a cache miss which leads to a lookup at the console locality.

@hkaiser hkaiser added this to the 0.9.8 milestone Feb 16, 2014
@hkaiser hkaiser self-assigned this Feb 16, 2014
@sithhell
Copy link
Member Author

While trying to resolve this issue, it appears that without that workaround, we always need to ask the console if a GID is local or not. The above mentioned patch inserts local GIDs into the cache to avoid this turn around. It is still unclear why can't enable this more or less obvious optimization.

@sithhell
Copy link
Member Author

While the workaround works, the real issue is still unsolved.

@hkaiser
Copy link
Member

hkaiser commented Feb 17, 2014

This appears to be fixed now.

@hkaiser hkaiser closed this as completed Feb 17, 2014
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

2 participants