Skip to content

Commit

Permalink
add print statements to understand intermittent transition mismatch e…
Browse files Browse the repository at this point in the history
…rrors in ued
  • Loading branch information
chrisvam committed Apr 13, 2022
1 parent 4d25013 commit a3770ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ami/comm.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,8 @@ def _update(self, eb_key, eb_id, payload):
elif payload != self.pending[eb_key]:
logger.error("Transition mismatch: %s payload from id %s does not match the other contributers",
eb_key, eb_id)
print('payload:',payload)
print('pending:',self.pending[eb_key])


class EventBuilder(ZmqHandler):
Expand Down

0 comments on commit a3770ae

Please sign in to comment.