Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-8908

Registering each ZkIndexSchemaReader as an OnReconnect listener introduces a memory leak

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.0, 5.1, 5.2, 5.2.1, 5.3, 5.3.1, 5.4, 5.4.1, 5.5
    • 5.5.1, 6.0.1, 6.1
    • Schema and Analysis

    Description

      As discovered by alexey, each ZkIndexSchemaReader registers as an OnReconnect listener with the ZkController to get notified when the ZK Session has been re-established. However, the ZkIndexSchemaReader is never removed from the reconnectListeners list in ZkController when the core is reloaded or removed.

      Moreover, it also means that the same core is re-notified of the re-connect more than once if it has been reloaded.

      This leads to a memory leak, which can become a real issue if you have a lot of cores or do a lot of reloads of your cores.

      Attachments

        Activity

          People

            thelabdude Timothy Potter
            thelabdude Timothy Potter
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: