tabish121 opened a new pull request, #5480: URL: https://github.com/apache/activemq-artemis/pull/5480
When a pull mode federation consumer is stopped due to demand being removed and the credit tup-up handler is also awaiting the Queue backlog to clear in order to grant a new batch of credit it might exit that cycle an leave the in-progress flag set to true. Currently this likely won't trigger a stuck consumer but if the code was to be altered to hold open a link for some period of time before fully closing in order to avoid needless attach / detach cycles then it would be possible for the credit replenishment to get stuck because the previous attempt left the in-progress flag set to true. -- 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: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact