Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-3734

Reactive KeyManagementService doesn't free resources

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor - P4 Minor - P4
    • 3.12.5, 4.0.4
    • None
    • Reactive Streams
    • None

    Description

      com.mongodb.internal.async.client.KeyManagementService constructs a {{ TlsChannelStreamFactoryFactory}} but never closes it. This class is expensive because every instance starts a thread (or maybe two). It slows down our tests a lot because every FLE spec test creates one of these, so by the end there are hundreds.

      This can be fixed by making it Closeable and calling close from Crypt.close().

      At the same time we should update com.mongodb.reactivestreams.client.ClientSideEncryptionTest and org.mongodb.scala.ClientSideEncryptionTest to close the MongoClient instance they own.

      Attachments

        Activity

          People

            jeff.yemin@mongodb.com Jeffrey Yemin
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: