lizhimins commented on issue #4297:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/4297#issuecomment-5755316255

   Resolved by #4464, merged into `rocketmq-studio` as aaaa957.
   
   `MybatisPlusAlertStateRepository.findActive` now trims the stored instance 
id before comparing it with the collection scope, so a padded value matches. 
`NativeAlertProcessor`'s reconcile filter was aligned to the same judgment 
(`StringUtils.hasText` rather than a null check), which keeps a blank instance 
id meaning "every instance" on both paths — previously a rule stored as an 
empty string was treated as global by the query but never reconciled by the 
processor. Both paths carry a regression test.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to