Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Added an action plan for the start transition in the tc-maker applica… #557

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

bieryAtFnal
Copy link
Contributor

…tion to the generate.py script. This is to ensure that the TriggerDataHandlerModule is started before the DataSubscriberModule in that application. This is needed to avoid the situation in which the DSH starts sending TAs to the TDHM before the latter is ready to receive them. When it is not ready to receive them, the queue between the two modules can fill up, and the DSH emits an error message, which we would like to avoid.

This PR should be tested and merged in conjunction with one in daqsystemtest (PR 181). That PR has additional details about the problem that is being addressed and the solution that these changes implement. It also has sample instructions for testing these changes.

…tion to the generate.py script. This is to ensure that the TriggerDataHandlerModule is started before the DataSubscriberModule in that application. This is needed to avoid the situation in which the DSH starts sending TAs to the TDHM before the latter is ready to receive them. When it is not ready to receive them, the queue between the two modules can fill up, and the DSH emits an error message, which we would like to avoid.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants