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

kvs: define maximum size #6266

Open
chu11 opened this issue Sep 6, 2024 · 0 comments
Open

kvs: define maximum size #6266

chu11 opened this issue Sep 6, 2024 · 0 comments

Comments

@chu11
Copy link
Member

chu11 commented Sep 6, 2024

Highly related but somewhat different to #6264 and #6265, we should define what the maximum value in the KVS is. It is nominally 2G - 1 b/c that is the largest value an int can hold and we use an int in treeobj_create_val().

But that need not be the case, it could be something else. We could also support unsigned int or size_t for the length parameter in treeobj_create_val().

An update to RFC11 should probably be done too.

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