You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server began accumulating agent processes as they timed out attempting to connect to ActiveMQ. The test suite looked frozen but it was just processing very slowly as it waited on timeouts for each message it attempted to send. I waited for a bit and then killed the ActiveMQ process. The tests then continued as normal, albeit a bit faster and with many error messages in the log about not being able to connect to the message broker.
I'm not really sure where the problem lies here, but just writing it down so that we can address it. I think the plugin is probably not at fault here, but we may be able to configure the message broker in such a way that this is avoided?
Bonus: The tests now run very slowly, but this may not be a bad thing. I think this is because the plugin is working more as advertised. The slowness may be caused by #107.
The text was updated successfully, but these errors were encountered:
Bug Report
iRODS Version, OS and Version
4.3.0, Ubuntu 20.04
Plugin built based on #118
What did you try to do?
Run the test suite with ActiveMQ 5.14 as the message broker.
Expected behavior
I expected the test suite to complete successfully.
Observed behavior (including steps to reproduce, if applicable)
After a little over 2.5 hours of running tests, it seems that the Java heap ran out of memory, causing ActiveMQ to become unresponsive:
The server began accumulating agent processes as they timed out attempting to connect to ActiveMQ. The test suite looked frozen but it was just processing very slowly as it waited on timeouts for each message it attempted to send. I waited for a bit and then killed the ActiveMQ process. The tests then continued as normal, albeit a bit faster and with many error messages in the log about not being able to connect to the message broker.
I'm not really sure where the problem lies here, but just writing it down so that we can address it. I think the plugin is probably not at fault here, but we may be able to configure the message broker in such a way that this is avoided?
Bonus: The tests now run very slowly, but this may not be a bad thing. I think this is because the plugin is working more as advertised. The slowness may be caused by #107.
The text was updated successfully, but these errors were encountered: