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

Implement Policy-Based Metadata Replication #544

Open
lukemartinlogan opened this issue Jun 12, 2023 · 0 comments
Open

Implement Policy-Based Metadata Replication #544

lukemartinlogan opened this issue Jun 12, 2023 · 0 comments

Comments

@lukemartinlogan
Copy link
Collaborator

Write-only workloads:

  • Keep metadata locally to the node

Read-only workloads:

  • Check if metadata replicated on this node
  • If not, get metadata using distributed hashing and keep until space is needed

Read-After-Write File Per Process:

  • Keep metadata locally on node
  • Reads and writes are automatically synchronized.

Read-After-Write Across Processes (Strong Consistency):

  • The set of replicas need to be tracked
  • For each write, invalidate replicas
  • For each read, cache replica
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

No branches or pull requests

1 participant