-
Notifications
You must be signed in to change notification settings - Fork 25
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
OpsCenter 6.8.32 Release #125
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,26 @@ | ||
# Release notes for OpsCenter | ||
|
||
# Release Notes for OpsCenter 6.8.32 | ||
11 Jan 2024 | ||
|
||
## Backup Service | ||
* Add the missing key to details-sstables so opsc won't raise an incorrect error as backup failure (OPSC-17423) | ||
* Improved test cases to add more value to fetch event store. (OPSC-17419) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Resolved various errors that occurred after a backup sync was deleted." |
||
* Clean-up stale backup/snapshot data when previous cleanup job failed or the job failed during Sync Retry step. (OPSC-17186) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Backup clean up code will now run after a sync retry." |
||
* Fixed bugs when running a backup using `{{allow_one_failure}}` when one agent is down. (OPSC-17421) | ||
|
||
## Backup Service,UI | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Move this to only be under the backup service rather than trying to display it in two places. |
||
* Added Commitlog backups cache refresh button in commitlogs dialog. (OPSC-17403) | ||
|
||
## Core | ||
* Publish failover and missing heartbeat after `heartbeat_reply_period` through event services (OPSC-17212) | ||
|
||
## Core,TestEng | ||
* Scripts for load testing stomp service (OPSC-17443) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove completely. We only need release notes for code changes that are customer facing. Tests and internal tool don't need release notes. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove completely. We only need release notes for code changes that are customer facing. Tests and internal tool don't need release notes. |
||
|
||
## UI | ||
* Limit a session to a specific User Agent and IP address (OPSC-17278) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Change user agent to be lower case. |
||
|
||
# Release Notes for OpsCenter 6.8.31 | ||
29 Nov 2023 | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Resolved and error when opscenterd encounters and unexpected key when processing backup status reports from nodes."