Uploaded image for project: 'Ruby Driver'
  1. Ruby Driver
  2. RUBY-1543

Optionally completely remove monitoring I/O from servers & clusters

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 2.7.0.rc0
    • Affects Version/s: None
    • Component/s: Spec Comp
    • None

      We are continuing to have test failures due to the fact that creating a server creates a background thread which monitors it and changes its state, which tests ignore and try to do things like this:

            primary.monitor.instance_variable_set(:@description, primary_description)
      

      We need to have a proper system for stopping all background I/O, recursively from the client down, to avoid races like this.

            Assignee:
            oleg.pudeyev@mongodb.com Oleg Pudeyev (Inactive)
            Reporter:
            oleg.pudeyev@mongodb.com Oleg Pudeyev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: