Uploaded image for project: 'Pegasus'
  1. Pegasus
  2. PM-1333

amqp endpoint errors should not disable database population for multiplexed sinks

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • master, 5.0.0, 4.9.1
    • Affects Version/s: master, 4.9.0
    • Component/s: Monitord
    • None

      currently, for multiplexed endpoints unable to connect to an endpoint disables the population completely.

      ....
      2018-11-12 13:42:36,857:INFO:Pegasus.monitoring.event_output(455): Connecting workflow event sink to amqp://friend:donatedata@msgs.pegasus.isi.edu:5672/prod/workflows
      2018-11-12 13:42:36,858:ERROR:pegasus-monitord(970): Traceback (most recent call last):
      File "/cvmfs/oasis.opensciencegrid.org/osg/projects/pegasus/rhel7/4.9.0dev-20181026/bin/pegasus-monitord", line 967, in <module>
      props=props, db_type=connection.DBType.WORKFLOW, backup = backup)
      File "/cvmfs/oasis.opensciencegrid.org/osg/projects/pegasus/rhel7/4.9.0dev-20181026/lib64/python2.7/site-packages/Pegasus/monitoring/event_output.py", line 451, in create_wf_event_sink
      return MultiplexEventSink(dest, enc, prefix, sink_props, **kw)
      File "/cvmfs/oasis.opensciencegrid.org/osg/projects/pegasus/rhel7/4.9.0dev-20181026/lib64/python2.7/site-packages/Pegasus/monitoring/event_output.py", line 374, in _init_
      prefix=prefix, props=endpoint_props, multiplexed = True, **kw)
      File "/cvmfs/oasis.opensciencegrid.org/osg/projects/pegasus/rhel7/4.9.0dev-20181026/lib64/python2.7/site-packages/Pegasus/monitoring/event_output.py", line 489, in create_wf_event_sink
      raise Exception("AMQP destination selected, but cannot import AMQP library")
      Exception: AMQP destination selected, but cannot import AMQP library

      Can we have amqplib installed or install 4.9.0 on osg-connect
      I remember you telling me it is a dependency for the RPM

            Assignee:
            vahi Karan Vahi
            Reporter:
            rynge Mats Rynge
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: