New features:
- DQAgent: no need to
restart the application to get database reloaded. Process subscribes to
database changes, it gets notified via RDB about changes in 'Partition'
object and in all objects of class 'Segment', 'DQRegion' and
'DQParameter'. Then it will reloaded database automatically. This
procedure assumes that RDB server gets 'reload_database' command from
IGUI, so it is insured that database is reloaded only in 'NONE' anf
'INITIAL' state.
- DQMF Display:
- database is reloaded automatically if partition is restarted or
if there are changes in 'Partition' object and in all objects of class
'Segment', 'DQRegion' and 'DQParameter', via RDB notification
mechanism, as explained above.
- possibility of load and show only DQRegions and DQParameters
from enabled segments. There is a change in command line to start the
dqmf display:
dqmf_display.sh
<partition name> [<use_only_enabled_segments=true/false>]
true is default value
- show additional information published in IS server to help user
to understand the system state: partition name, run number, event
number, partition error state
- the top panel boxes showing quick summary status of the system
changed: if there is only one top level region , it will show all
contained regions and if there are several top level regions it will
show them instead.
Several bug fixes:
Known bugs/To do: