wy96f edited a comment on issue #2533: ARTEMIS-2244 checkDepage method placed 
outside CRITICAL_DELIVER avoid critical analyzer timeout
URL: https://github.com/apache/activemq-artemis/pull/2533#issuecomment-463874114
 
 
   > To me it seems we shouldnt have change critical analyslzer at all. Its 
done its job. Its detected on a critical path the is something blocking and it 
shouldnt be. The real fix is to fix the block, not remove the safety check.
   > 
   > It was added for this exact purpose!
   
   Agreed. To fix the blocking problem, could we add a flag indicating 
checkDepage() is in progress? If in process, we could return directly, no need 
to block in iterator.hasNext() which potentially causes triggering critical 
analyzing.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to