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

Egress gRPC implementation will crash if server shuts down immediately after startup

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Networking & Observability
    • ALL

      If the GRPC Client is created as part of startup and then the server is immediately shutdown, then shutdown may try to access the channel pool and stub factory pointers, which may not have been created yet, because the start() method hasn't been called yet on the transport layer. Ensure that the GRPC client shutdown tasks checks that the pool &

      color: Color value is invalid

      _prunerService pointers are present before attempting to access them.

            Assignee:
            Unassigned Unassigned
            Reporter:
            erin.mcnulty@mongodb.com Erin McNulty
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: