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

mongocryptd pid file should contain connectivity information

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 4.1.14, 4.2.0-rc3
    • None
    • None
    • None
    • Fully Compatible
    • v4.2
    • Security 2019-07-01

    Description

      mongocryptd currently only writes a single integer as a string to its pid file. Drivers need to more information to use mongocryptd as a singleton process.

      Mongocryptd needs to write the following information as JSON to its pid file:

      {
          port : <int>
          domainSocket: <string> # Not present on Windows
          pid : <int>
      }
      port - is the port that mongocryptd is running on
      pid - is the process number of mongocryptd
      domainSocket - path to unix domain socket, not present on Windows
      

      Attachments

        Activity

          People

            mark.benvenuto@mongodb.com Mark Benvenuto
            mark.benvenuto@mongodb.com Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: