You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/domains/Cluster.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -376,6 +376,11 @@
376
376
"Shutdown": {
377
377
"type": "object",
378
378
"properties": {
379
+
"skipWaitingCohEndangeredState": {
380
+
"default": false,
381
+
"description": "For graceful shutdown only, set to true to skip waiting for Coherence Cache Cluster service MBean HAStatus in safe state before shutdown. By default, the operator will wait until it is safe to shutdown the Coherence Cache Cluster. Defaults to false.",
382
+
"type": "boolean"
383
+
},
379
384
"ignoreSessions": {
380
385
"default": false,
381
386
"description": "For graceful shutdown only, indicates to ignore pending HTTP sessions during in-flight work handling. Defaults to false.",
Copy file name to clipboardExpand all lines: documentation/domains/Cluster.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,7 @@ The specification of the operation of the WebLogic cluster. Required.
115
115
| --- | --- | --- |
116
116
|`ignoreSessions`| Boolean | For graceful shutdown only, indicates to ignore pending HTTP sessions during in-flight work handling. Defaults to false. |
117
117
|`shutdownType`| string | Specifies how the operator will shut down server instances. Legal values are `Graceful` and `Forced`. Defaults to `Graceful`. |
118
+
|`skipWaitingCohEndangeredState`| Boolean | For graceful shutdown only, set to true to skip waiting for Coherence Cache Cluster service MBean HAStatus in safe state before shutdown. By default, the operator will wait until it is safe to shutdown the Coherence Cache Cluster. Defaults to false. |
118
119
|`timeoutSeconds`| integer | For graceful shutdown only, number of seconds to wait before aborting in-flight work and shutting down the server. Defaults to 30 seconds. |
119
120
|`waitForAllSessions`| Boolean | For graceful shutdown only, set to true to wait for all HTTP sessions during in-flight work handling; false to wait for non-persisted HTTP sessions only. Defaults to false. |
Copy file name to clipboardExpand all lines: documentation/domains/Domain.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1187,6 +1187,11 @@
1187
1187
"Shutdown": {
1188
1188
"type": "object",
1189
1189
"properties": {
1190
+
"skipWaitingCohEndangeredState": {
1191
+
"default": false,
1192
+
"description": "For graceful shutdown only, set to true to skip waiting for Coherence Cache Cluster service MBean HAStatus in safe state before shutdown. By default, the operator will wait until it is safe to shutdown the Coherence Cache Cluster. Defaults to false.",
1193
+
"type": "boolean"
1194
+
},
1190
1195
"ignoreSessions": {
1191
1196
"default": false,
1192
1197
"description": "For graceful shutdown only, indicates to ignore pending HTTP sessions during in-flight work handling. Defaults to false.",
Copy file name to clipboardExpand all lines: documentation/domains/Domain.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -278,6 +278,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall
278
278
| --- | --- | --- |
279
279
|`ignoreSessions`| Boolean | For graceful shutdown only, indicates to ignore pending HTTP sessions during in-flight work handling. Defaults to false. |
280
280
|`shutdownType`| string | Specifies how the operator will shut down server instances. Legal values are `Graceful` and `Forced`. Defaults to `Graceful`. |
281
+
|`skipWaitingCohEndangeredState`| Boolean | For graceful shutdown only, set to true to skip waiting for Coherence Cache Cluster service MBean HAStatus in safe state before shutdown. By default, the operator will wait until it is safe to shutdown the Coherence Cache Cluster. Defaults to false. |
281
282
|`timeoutSeconds`| integer | For graceful shutdown only, number of seconds to wait before aborting in-flight work and shutting down the server. Defaults to 30 seconds. |
282
283
|`waitForAllSessions`| Boolean | For graceful shutdown only, set to true to wait for all HTTP sessions during in-flight work handling; false to wait for non-persisted HTTP sessions only. Defaults to false. |
0 commit comments