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

Provide sane TaskExecutor's for administrative tasks

    XMLWordPrintableJSON

Details

    • Service Arch
    • Service Arch 2018-11-05

    Description

      We have a proliferation of TaskExecutors across Sharding and Replication which are generally used for their background thread (as well as some limited use around specialized hooks).

      It would dramatically simplify the server if these TaskExecutors all used the same NetworkInterface (and shared the same connection pool) where at all possible.

      For the thread pool implementation, either a simple unlimited thread pool, or single thread handling callbacks per task executor, would provide much simpler semantics than the current model (re-using the networking thread as the thread pool and requiring a full TaskExecutor + NetworkInterface for each subsystem)

      Attachments

        Activity

          People

            backlog-server-servicearch Backlog - Service Architecture
            jason.carey@mongodb.com Jason Carey
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: