-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Open
Labels
Description
Before Creating the Enhancement Request
- I have confirmed that this should be classified as an enhancement rather than a bug/feature.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Summary
For a half message, if its CHECK_IMMUNITY_TIME_IN_SECONDS property is lager than checkMax * checkInterval, then it will never be checked, but still has been put for checkMax times. It's a waste of put.
If we have a lot of trans messages, the put metrics will by nearly 15 times high.
Motivation
Transactional message's property checkImmunityTime has no upper limit, everyone can set a large value, for example 1800 seconds.
Describe the Solution You'd Like
Continue loop and log warn when CHECK_IMMUNITY_TIME_IN_SECONDS property is lager than checkMax * checkInterval.
Describe Alternatives You've Considered
Do not use checkImmunityTime property, but that's not why it is built for.
Additional Context
No response
Activity
[-][Enhancement] ignore extra put when checkImmunityTime exceeds the maximum check time range[/-][+][Enhancement] Ignore extra put when checkImmunityTime exceeds the maximum check time range[/+][ISSUE apache#9320]Fix extra put when checkImmunityTime exceeds the m…