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

Store active job cache pointer in Zookeeper #2681

Open
wants to merge 2 commits into
base: integration
Choose a base branch
from

Conversation

jschmidt10
Copy link
Collaborator

We want to store the active job cache somewhere accessible to services not running on ingestmaster. The team decided to go with zookeeper.

I updated load-job-cache.sh to call a java utility to set the active job cache as doing it in bash was non-trivial as you have to recursively create ZK paths if they do not exist.

Honestly, we may want to consider moving the whole load-job-cache functionality into java as that bash script is pretty hefty. We'd be able to test it and probably read it easier. But for now, I just set the active job cache in ZK.

@jalphonso
Copy link
Collaborator

I like it, nice work!

@jalphonso jalphonso self-requested a review January 7, 2025 17:01
jalphonso
jalphonso previously approved these changes Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants