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

Fix shutdown race condition in repl_monitor_refresh.js

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Networking & Observability
    • ALL
    • Networking & Obs 2024-12-23, Networking & Obs 2025-01-06
    • 200

      The repl_monitor_refresh.js test removes a node from a shard and later tries to stop the replset. However, in the process of shutting down, it calls hello on the nodes to : this hello can fail because the removed nodes shuts down its connections. One possible solution is to skip all validation which should skip the hello and simply kill the process through a signal. For this specific test skipping data validation is acceptable because it tests the RSM and doesn't do any data operations.

            Assignee:
            didier.nadeau@mongodb.com Didier Nadeau
            Reporter:
            didier.nadeau@mongodb.com Didier Nadeau
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: