We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just ran across this while working on the job module:
2018-04-13T22:09:34.926795Z kvs.err[0]: kvstxn failed: Invalid argument 2018-04-13T22:09:34.926960Z job.err[0]: do_create_job: flux_kvs_commit (jobinfo): Invalid argument
The first error looks like one that should proabably be removed since the error is returned to the user.
The text was updated successfully, but these errors were encountered:
modules/kvs: Remove unnecessary log
a0bc9ab
Error is returned to user, so the log of an error is unnecessary. Fixes flux-framework#1462
c9c2d45
chu11
No branches or pull requests
Just ran across this while working on the job module:
The first error looks like one that should proabably be removed since the error is returned to the user.
The text was updated successfully, but these errors were encountered: