Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZEN-34886: CZ 7.2.1 : Garfield Extended Fixes #4505

Merged
merged 71 commits into from
Jul 29, 2024
Merged

Conversation

Deer-WarLord
Copy link
Member

No description provided.

Deer-WarLord and others added 30 commits May 9, 2024 14:25
ZEN-34358: pin next dev version
The 'stats' subcommand will return a report on different statistics
regarding the current state of the configuration cache.

The set of statistics include count, average age, median age, minimum
age, and maximum age.  These statistics are grouped by service class,
collector (monitor), status, and device.

ZEN-34892
Add 'stats' subcommand to configcache command.
ZEN-34423: zenmodeler startat and cycletime do not work as probably intended
Pass an integer to ping's -w option.
Setting the 'count' argument on calls to the redis' `scan_iter` method
controls how many queries are made to Redis.  The way Redis is designed,
fewer calls with more data returned per call usually results in better
performance for all users of Redis.

ZEN-34539
Use redis' 'count' argument to reduce load.
ZEN-34423: zenmodeler startat and cycletime do not work as probably intended
A re-entrant function can be called multiple times, so its inputs must
also be re-entrant.

ZEN-34921
Don't pass a generator to a re-entrant function.
ZEN-34914: manager field is no longer included in events
configcache expire command should effect all statuses.
Generating keys for all config types is required for new devices.
Add metric collection on invalidator and manager apps.
Use config cache `get_status` API correctly.
Fixes ZEN-34727.

*Hitting refresh button didn't refresh
the infrastructure and event console page device list.
The refresh method now includes a store
reload to ensure that the latest data is fetched and displayed
odubrovyk and others added 29 commits July 11, 2024 10:07
Add unicode type check for the object id
Fixes ZEN-34963.

Changed the order to store reload followed by grid refresh
to ensure that the grid's refresh operation occurs after
the store has been updated with new data from the server
Add metric gathering/reporting for zenjobs.
The DeviceUpdateHandler now considers the current status when expiring
or retiring a config.

ZEN-34962
Expire or retire configs more carefully.
Ensure the correct logger is created.
Check that device exists before building its config.
Added signal handler for better shutdown behavior.

ZEN-34970
Refactored thread locking for metric updates to ensure all metrics are
updated together for each Celery event.

Added more logging to identify missing data or issues related to
retrieving metric data.

ZEN-34974
Save the zenjobs metrics to the current service.
Add model API for zenjobs-monitor service
Specified no handlers for zenjobs-monitor's root logger.
…ZenHubClient doesn't continue once requested to stop
Update ZODB dump files for release version 7.2.1
ZEN-34886.2 : Merge master branch
@Deer-WarLord Deer-WarLord merged commit a90ebb2 into master Jul 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants