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

Kill only the sessions in this.session for internal_transactions_sharded_from_mongod.js

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Cluster Scalability
    • ALL
    • 0

      The failures that this test is exhibiting stem from the leaving open sessions on teardown, and causing a time out for CheckReplDbHash hook which hangs since it can't get the global S lock.
      Fix is to only kill the sessions that are in this.sessions which should avoid the failures that the precursor SERVER-93882 tried to fix (ie avoiding to do this.killAllSessions(cluster)).

            Assignee:
            adi.zaimi@mongodb.com Adi Zaimi
            Reporter:
            adi.zaimi@mongodb.com Adi Zaimi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: