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: remove excessive logging #5804

Merged
merged 2 commits into from
Mar 18, 2024
Merged

Commits on Mar 18, 2024

  1. kvs: add error handling info in comments

    Problem: A comment in error_event_cb() was not the most clear.
    
    Add a little extra info.
    chu11 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9853ade View commit details
    Browse the repository at this point in the history
  2. kvs: remove excessive logging

    Problem: When a namespace is marked for removal, it is normal to
    cleanup lingering/left over transactions that are not yet complete.
    On some tests, this appears to lead to many unnecessary log messages.
    
    Remove log messages related to cleanup of transactions on removed
    namespaces.  They are unnecessary and excessive.  Those transactions
    will receive a ENOTSUP error and can report that the namespace has
    been removed.
    
    Fixes flux-framework#5789
    chu11 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6871f7e View commit details
    Browse the repository at this point in the history