Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-900

Memory leak when repeatedly opening and closing connections

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.0
    • 1.0.1
    • Container
    • None

    Description

      Steps to reproduce -

      1. Start the router with the default config file
      2. Run the following python program which simply opens and closes connections.

      from proton.utils import BlockingConnection
      URL = '0.0.0.0:5672'
      continue_loop = True
      while continue_loop:
          connection = BlockingConnection(url=URL, ssl_domain=None)
          print 'Creating connection'
          connection.close()
      

      3. While the above python program is running, start up the top program and watch the memory of the router grow.

      Attachments

        Issue Links

          Activity

            People

              gmurthy Ganesh Murthy
              gmurthy Ganesh Murthy
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: