Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-3920

Occasional header corruption observed in federated system

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.16
    • 0.16
    • C++ Broker
    • None

    Description

      While repeatedly running the federated unit tests, a client will receive a message with a corrupt header. Example:

      Running federation tests using brokers on ports 56253 34505 39575 59519
      federation.FederationTests.test_dynamic_topic_bounce .................................................................................................................................................. start
      Exception in thread Thread-1:
      Traceback (most recent call last):
      File "/usr/lib64/python2.7/threading.py", line 552, in __bootstrap_inner
      self.run()
      File "/usr/lib64/python2.7/threading.py", line 505, in run
      self._target(*self.args, **self._kwargs)
      File "/home/kgiusti/Desktop/work/qpid/git/apache/qpid/build/0.16/src/tests/python/qpid/connection.py", line 186, in run
      op_dec.write(*seg_dec.read())
      File "/home/kgiusti/Desktop/work/qpid/git/apache/qpid/build/0.16/src/tests/python/qpid/framing.py", line 271, in write
      self.op.headers.extend(self.decode_headers(seg.payload))
      File "/home/kgiusti/Desktop/work/qpid/git/apache/qpid/build/0.16/src/tests/python/qpid/framing.py", line 303, in decode_headers
      result.append(sc.read_struct32())
      File "/home/kgiusti/Desktop/work/qpid/git/apache/qpid/build/0.16/src/tests/python/qpid/codec010.py", line 308, in read_struct32
      cls = COMPOUND[code]
      KeyError: 3192

      federation.FederationTests.test_dynamic_topic_bounce .................................................................................................................................................. fail

      Attachments

        Activity

          People

            kgiusti Ken Giusti
            kgiusti Ken Giusti
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: