Uploaded image for project: 'Clowder'
  1. Clowder
  2. CATS-74

Initial call to RabbitMQ rest endpoint for the extractors info returns an error.

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • Old Issues
    • None
    • None
    • None

      Method getQueuesNamesForAnExchange in the RabbitmqPlugin makes the first call to RabbitMQ endpoint BEFORE the vhost variable is set. The call results in an error.

      Since the call to update extractors info is scheduled every several minutes, the consequent calls are made after vhost is already set, hence return meaningful results. This explains why the bug was easy to overlook.

      In RabbitmqPlugin, have to make sure vhost variable is set before making the call to the endpoint.

              inna Inna Zharnitsky
              inna Inna Zharnitsky
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: