mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-07 18:49:14 +00:00
This closes #3188
This commit is contained in:
commit
7f3ee5e853
@ -1071,6 +1071,11 @@ public class ActiveMQServerImpl implements ActiveMQServer {
|
||||
}
|
||||
state = SERVER_STATE.STOPPING;
|
||||
|
||||
if (criticalIOError) {
|
||||
// notifications trigger disk IO so we don't want to send any on a critical IO error
|
||||
managementService.enableNotifications(false);
|
||||
}
|
||||
|
||||
if (fileStoreMonitor != null) {
|
||||
fileStoreMonitor.stop();
|
||||
fileStoreMonitor = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user