-
Notifications
You must be signed in to change notification settings - Fork 205
Introduce JuiceFS Configuration #1950
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
base: main
Are you sure you want to change the base?
Introduce JuiceFS Configuration #1950
Conversation
palfrey
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't work without docker plugin install juicedata/juicefs being run first
|
|
||
| ## Next Steps | ||
|
|
||
| - **Production Deployment**: See [juicefs-integration.md](../docs/juicefs-integration.md) for Kubernetes deployment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't find the linked file
| 5. Monitor worker metrics | ||
| 6. Set up log aggregation | ||
|
|
||
| See [Kubernetes deployment](../kubernetes/) for production-grade configurations or [JuiceFS with Kubernetes](../kubernetes/juicefs-deployment.yaml) for distributed storage on K8s. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not seeing the juicefs with k8s doc
Actually, more problems. |
Description
There are limitations to a distributed system where a cluster of workers are independently working through the same queue of tasks. This configuration will enable workers in a cluster to have immediate visibility into updates to the CAS. Worker 1 can upload digest 59859858y5, and Workers 2-100 can immediately read it immediately.
There have been some interesting race conditions and other related issues with the filesystem that have come up recently (#1863, #1928, #1931, #1934, etc.). The list is much longer in reality because this was always an issue.
Fixes #1949
Type of change
Please delete options that aren't relevant.
not work as expected)
How Has This Been Tested?
Please also list any relevant details for your test configuration
Checklist
bazel test //...passes locallygit amendsee some docsThis change is