User bio
404 bio not found
Member since May 17, 2016
Posts:
Replies:
Two thoughts:
- It looks like the Daemon in question is within the WebGateway -- not on the IRIS side.
- It looks like RELOAD = null is hardcoded immediately after it is checked (and is equal to one).
One question:
- Can your change/source control fail review is RELOAD=1 is not present?
Elijah has a great answer for this inquiry!
However, I would urge caution with this approach for production systems -- especially with large volumes of MessageHeaders + MessageBodies. Reading the entire corpus of messages into memory to find a particular value could have a significant impact on overall performance.
Followers:
Chad has no followers yet.
Following:
Chad has not followed anybody yet.
Global Masters badges:


I expect transactions rolled back would be missing a TCOMMIT in the journal file. Walking the journal files and counting the TSTARTS vs TCOMMITS should give you a rough number. It could be off by the number of transactions that happened to be open at the start of the period. That error margin will vary significantly based on activity.