-
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
Conversation
OpsCenter_6.8_Release_Notes.md
Outdated
## 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) | ||
* Clean stale backup/snapshot data when previous cleanup or the job failed in Sync Retry. (OPSC-17186) |
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.
* Clean stale backup/snapshot data when previous cleanup or the job failed in Sync Retry. (OPSC-17186) | |
* Clean-up stale backup/snapshot data when previous cleanup job failed or the job failed during Sync Retry step. (OPSC-17186) |
OpsCenter_6.8_Release_Notes.md
Outdated
* 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) |
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.
* Publish failover and missing heartbeat after heartbeat_reply_period through event services (OPSC-17212) | |
* Publish failover and missing heartbeat after `heartbeat_reply_period` through event services (OPSC-17212) |
OpsCenter_6.8_Release_Notes.md
Outdated
* Scripts for load testing stomp service (OPSC-17443) | ||
|
||
## UI | ||
* Limit session to User Agent and IP (OPSC-17278) |
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.
limit to how much?
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.
single session
OpsCenter_6.8_Release_Notes.md
Outdated
* 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) | ||
* Clean-up stale backup/snapshot data when previous cleanup job failed or the job failed during Sync Retry step. (OPSC-17186) | ||
* Fixed bugs when running a backup using {{allow_one_failure}} when one agent is down. (OPSC-17421) |
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.
* Fixed bugs when running a backup using {{allow_one_failure}} when one agent is down. (OPSC-17421) | |
* Fixed bugs when running a backup using `{{allow_one_failure}}` when one agent is down. (OPSC-17421) |
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.
I know it's too late in the game, but shouldn't we name that field as {{allow_one_agent_failure}}
instead for clarity?
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.
@orion104 thoughts?
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.
Release notes LGTM, but I still have question on the actual implementation variable name used. See my earlier comment
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.
Ug. I hadn't realized I've been forgetting to review the docs notes when reviewing tickets. Sorry but I had opinions about pretty much everything.
OpsCenter_6.8_Release_Notes.md
Outdated
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) |
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."
OpsCenter_6.8_Release_Notes.md
Outdated
|
||
## 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 comment
The reason will be displayed to describe this comment to others. Learn more.
"Resolved various errors that occurred after a backup sync was deleted."
OpsCenter_6.8_Release_Notes.md
Outdated
## 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) | ||
* 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 comment
The reason will be displayed to describe this comment to others. Learn more.
"Backup clean up code will now run after a sync retry."
OpsCenter_6.8_Release_Notes.md
Outdated
* Clean-up stale backup/snapshot data when previous cleanup job failed or the job failed during Sync Retry step. (OPSC-17186) | ||
* 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 comment
The 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.
OpsCenter_6.8_Release_Notes.md
Outdated
* 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 comment
The 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.
OpsCenter_6.8_Release_Notes.md
Outdated
* 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 comment
The 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.
OpsCenter_6.8_Release_Notes.md
Outdated
* Scripts for load testing stomp service (OPSC-17443) | ||
|
||
## 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 comment
The reason will be displayed to describe this comment to others. Learn more.
Change user agent to be lower case.
Release Notes Automation
If you name your pull-request as "Product x.y.z Release ...", after merging the
PR, a GitHub Action will automatically create a product version tag "product-x.y.z".
Supported product names are:
Version supports 3 sets or 4 sets of digits.