Uploaded image for project: 'netconf'
  1. netconf
  2. NETCONF-1233

Blocking call during NetconfDeviceSchemas acquisition

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • 7.0.0
    • 5.0.9, 6.0.6
    • netconf-client-mdsal

      Both NetconfStateSchemas and LibraryModulesSchemas invoke a <get/> RPC on the device and then block until the request completes.

      This is inefficient and poses a scalability problem, as the threadpool used has a limited number of threads, while we can have hundreds of devices coming online at the same time.

      Fix this by making the RPC result processing asynchronous.

            rovarga Robert Varga
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: