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

job-info: read job data in bulk #2115

Merged
merged 8 commits into from
Apr 5, 2019

Commits on Apr 5, 2019

  1. Configuration menu
    Copy the full SHA
    8c66116 View commit details
    Browse the repository at this point in the history
  2. job-info: Refactor lookup_key()

    Refactor lookup_key() to return future.
    chu11 committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    ad2ee3d View commit details
    Browse the repository at this point in the history
  3. job-info: Read job info in bulk

    Support the ability to specify multiple pieces of job info (e.g.
    eventlog, jobspec, J, R) in a request and get all of them back in
    one request.  Adjust RPC for request by sending json array of keys
    desired.
    chu11 committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    a3bed98 View commit details
    Browse the repository at this point in the history
  4. cmd/flux-job: Allow multiple job info retrieval

    Allow multiple info requests to be specified at one time in
    'flux job info'.
    chu11 committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    37e02b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19e18c9 View commit details
    Browse the repository at this point in the history
  6. job-info: Re-factor guest access check

    Refactor the guest access check into the primary info
    lookup, so that it can be done in parallel to the rest of the
    job info lookup.
    chu11 committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    4d0d558 View commit details
    Browse the repository at this point in the history
  7. job-info: Cleanup lookup functions

    As consequence to combination of guest access check and lookup of in
    a single composite future, cleanup lookup functions.  Various functions
    no longer need to return a future or take a continuation as an argument.
    Eliminate the need for lookup_ctx_set_future().
    chu11 committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    c62f07b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f08904 View commit details
    Browse the repository at this point in the history