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

kvsname buffer needs to be increased #2746

Closed
dongahn opened this issue Feb 15, 2020 · 0 comments
Closed

kvsname buffer needs to be increased #2746

dongahn opened this issue Feb 15, 2020 · 0 comments

Comments

@dongahn
Copy link
Member

dongahn commented Feb 15, 2020

#2684 (comment)

I increased the buffer size to 1024 and this worked fine on CORAL system. So it needs to be increased at least that much.

garlick added a commit to garlick/flux-core that referenced this issue Feb 15, 2020
Problem: openpmix's libpmi.so PMI_KVS_Get_my_name() fails with
PMI_ERR_INVALID_LENGTH if the kvsname buffer size is less than
its internal PMIX_MAX_NSLEN (255) value, regardless of the size
of the returned string.

Work around this by raising the broker's kvsname buffer size
from 64 to 1024 bytes.

Fixes flux-framework#2746
@mergify mergify bot closed this as completed in e15b9eb Feb 15, 2020
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