-
Notifications
You must be signed in to change notification settings - Fork 216
OWLS-80960 - Allow replicas count to drop below min dynamic cluster size #1627
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
Changes from all commits
7f98c76
fc53d4d
a666204
aa709ae
19bc2a3
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 |
---|---|---|
|
@@ -1029,6 +1029,10 @@ | |
"description": "The name of this cluster. Required", | ||
"type": "string" | ||
}, | ||
"allowReplicasBelowMinDynClusterSize": { | ||
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. If true (the default), the number -> If true (the default), then the number 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. ditto |
||
"description": "If true (the default), then the number of replicas is allowed to drop below the minimum dynamic cluster size configured in the WebLogic domain home configuration. Otherwise, the operator will ensure that the number of replicas is not less than the minimum dynamic cluster setting. This setting applies to dynamic clusters only.", | ||
"type": "boolean" | ||
}, | ||
"serverPod": { | ||
"description": "Configuration affecting server pods.", | ||
"$ref": "#/definitions/ServerPod" | ||
|
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.
Should this also be a global setting? On the one hand, it's extra work and I'm not sure if the extra work is worth it at this time. On the other hand, there's precedent where 'replicas' itself is both global and per-cluster.
One way to handle this would be check-in 'as-is' and file a JIRA to add a global setting...
Uh oh!
There was an error while loading. Please reload this page.
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.
Filed OWLS-81769