Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[BUG] Source Inbound Template stored once per message #4480

Closed
MichaelLeeHobbs opened this issue Mar 21, 2021 · 2 comments
Closed

[BUG] Source Inbound Template stored once per message #4480

MichaelLeeHobbs opened this issue Mar 21, 2021 · 2 comments
Labels
bug Something isn't working triaged

Comments

@MichaelLeeHobbs
Copy link

Describe the bug
A clear and concise description of what the bug is. Is this consistently reproducible?

I'm not sure if this is a bug but in Mirth 3.7.0 the Source Inbound Template is stored once per message. According to the guide Both templates can be used in the filter / transformer for easy reference and drag-and-drop capabilities, but only the outbound template has any effect on message processing. The source inbound template has no other use other than to assist the user as a reference and drag-and-drop capabilities. I'm not sure why this would need to be stored once per message and because it is it can very easily bloat a database. In my case I had put in a very large source inbound template.

7 days of messages 137K
With template table d_mc111 total size: 24GB
After removing template, reprocessing all messages and doing a vacuum full d_mc111 - total size: 3.6GB

Environment (please complete the following information):

  • 3.7.0
@MichaelLeeHobbs MichaelLeeHobbs added the bug Something isn't working label Mar 21, 2021
@cturczynskyj
Copy link
Collaborator

We tried to reproduce this locally, creating an HTTP listener with an HL7 inbound template, then sent it a message using a separate HTTP sender. We checked the MC# tables and could not find the inbound template reproduced/stored. Can you attach an example of a channel that causes the behavior you are talking about?

@MichaelLeeHobbs
Copy link
Author

Cannot not duplicate in Mirth 3.10.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triaged
Projects
None yet
Development

No branches or pull requests

3 participants