Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for unreachable (0.51 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

      @Test
      fun tlsTimeoutsNotRetried() {
        enableTls()
        server.enqueue(MockResponse.Builder().onResponseStart(Stall).build())
        server.enqueue(MockResponse(body = "unreachable!"))
        client =
          client
            .newBuilder()
            .readTimeout(Duration.ofMillis(100))
            .build()
        val request = Request.Builder().url(server.url("/")).build()
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 146.6K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.5.md

        or force deletion of the pod from the api-server).
        This helps prevent "split brain" scenarios in clustered applications by
        ensuring that unreachable pods will not be presumed dead unless some
        "fencing" operation has provided one of the above indications.
      * For all other existing controllers except StatefulSet, this has no effect on
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
Back to top