There are still alarms after an object blackout was defined
说明
After defining an object blackout there are still alarms coming through.
原因
In this case the blackout was set on the Weblogic domain objects via a script and immediately afterwards the Weblogic server was shut down. During test it turns out that it takes up to 15 - 20 seconds until all objects were blacked out (depends on the amount of objects). The shutdown as triggered too fast after the blackout was initiated.
解决办法
Please adjust the script which is setting the blackout and trigger the shutdown. After setting the blackout and before triggering the shutdown insert a pause/sleep for 30 - 60 seconds.