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
Eliminating out of memory heap errors on the watchlist and when editing the publisher - with 1.5 million events, the memory demand did not exceed 500MB, previously 4GB would not be enough;
Improved application stability - +250 000 events does not lead to performance issues and crash; (the previous limit was about 5,000 events)
Faster up the loading for +250 000 events:
Context Data Source - Data Points list, and Data Source Events list;
Context Data Point - Data Point Details;
Context Publisher - Edit Publisher;
Context Graphical View - Alarm List Component;
Context Alarms;
Context Watchlists
Solution
Disabling the old cache - env.properties, same configuration, you can go back;
Added a limit for Pending Events - can be configured in runtime in system settings, on old and new ui;
Fixed sorting by active timestamp for Pending Events;
Specifications
Scada-LTS Version: <=2.7.5.3
The text was updated successfully, but these errors were encountered:
…cache in env.properties (abilit.cacheEnable=false); added parameter 'Event Pending Limit' configure from System Settings on new and old ui, in env.properties (event.pending.limit); deprecated class: EventDao; deprecated methods: EventService.getPendingSimpleEvents, EventDAO.getEventsForDataPoint, EventDAO.getPendingEvents, EventDAO.getPendingEvents; deprecated field: SystemSettingsDAO.DELETE_USERS; added methods: MangoEvent.isXidUnique, MangoEvent.getPendingEventsAlarmLevelMin, MangoEvent.getPendingEventsAlarmLevelMin, PendingEventsDAO.getPendingEvents with limit, EventDAO.getPendingEventsLimitAlarmLevelMin, EventDAO.getEventsForDataPointLimit, EventDAO.getPendingEventsLimit, EventDAO.getPendingEventsLimit; separation config old and new cache for PointEventDetectorCacheable in env.properties (eventdetector.cache.enabled), removed unless for selectPointEventDetectors;
Expected Behavior
Context Data Source - Data Points list, and Data Source Events list;
Context Data Point - Data Point Details;
Context Publisher - Edit Publisher;
Context Graphical View - Alarm List Component;
Context Alarms;
Context Watchlists
Solution
Specifications
Scada-LTS Version: <=2.7.5.3
The text was updated successfully, but these errors were encountered: