Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-42459

Implement a lock acquisition graph type

    • Type: Icon: New Feature New Feature
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Internal Code
    • None
    • Service Arch

      Implement a library which provides access to a lock acquisition graph type.

      That type should provide:

      • methods which can be invoked from a mutex's lock and unlock calls that update its internal notion of process/system-wide lock acquisition.
      • some method to dump it's internal map

      We should probably also consider how to manage updating a graph without serializing all lock access in the system. (perhaps through an api which allows ingestion of a smaller graph from a larger one. That kind of scheme might let us update a thread local graph live, and only sync to the global graph at client destruction / global shutdown).

            Assignee:
            backlog-server-servicearch [DO NOT USE] Backlog - Service Architecture
            Reporter:
            mira.carey@mongodb.com Mira Carey
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: