We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa1dec commit 8f11e5aCopy full SHA for 8f11e5a
operator/src/main/java/oracle/kubernetes/operator/helpers/PodHelper.java
@@ -434,6 +434,8 @@ public NextAction apply(Packet packet) {
434
// ~6 seconds to start, so along with any other delay in connecting and issuing
435
// the shutdown, the actual server instance has the full configured timeout to
436
// gracefully shutdown before the container is destroyed by this timeout.
437
+ // We will remove this fudge factor when the operator connects via REST to shutdown
438
+ // the server instance.
439
gracePeriodSeconds =
440
serverSpec.getShutdown().getTimeoutSeconds() + DEFAULT_ADDITIONAL_DELETE_TIME;
441
}
0 commit comments