Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 1,123 for Terminated (0.31 sec)

  1. okhttp-testing-support/src/main/kotlin/okhttp3/TestUtilJvm.kt

       * structures.
       *
       * We make such subtle calls in [okhttp3.internal.ws.MessageInflater] because we try to read a
       * compressed stream that is terminated in a web socket frame even though the DEFLATE stream is
       * not terminated.
       *
       * Use this method to create a degenerate Okio Buffer where each byte is in a separate segment of
       * the internal list.
       */
      @JvmStatic
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Apr 11 22:09:35 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. pkg/controller/podgc/gc_controller_test.go

    			nodes: []node{
    				// terminated pods on this node should be force deleted
    				{name: "worker-0", readyCondition: v1.ConditionFalse, taints: []v1.Taint{{Key: v1.TaintNodeOutOfService,
    					Effect: v1.TaintEffectNoExecute}}},
    				// terminated pods on this node should not be force deleted
    				{name: "worker-1", readyCondition: v1.ConditionFalse},
    				// terminated pods on this node should not be force deleted
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 08:16:48 UTC 2024
    - 29K bytes
    - Viewed (0)
  3. pkg/probe/http/http.go

    	if res.StatusCode >= http.StatusOK && res.StatusCode < http.StatusBadRequest {
    		if res.StatusCode >= http.StatusMultipleChoices { // Redirect
    			klog.V(4).Infof("Probe terminated redirects for %s, Response: %v", url.String(), *res)
    			return probe.Warning, fmt.Sprintf("Probe terminated redirects, Response body: %v", body), nil
    		}
    		klog.V(4).Infof("Probe succeeded for %s, Response: %v", url.String(), *res)
    		return probe.Success, body, nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 10 00:37:32 UTC 2023
    - 5K bytes
    - Viewed (0)
  4. cni/pkg/log/uds.go

    			log.Errorf("Error running UDS log server: %v", err)
    		}
    	}()
    
    	go func() {
    		<-stop
    		if err := l.loggingServer.Close(); err != nil {
    			log.Errorf("CNI log server terminated with error: %v", err)
    		} else {
    			log.Debug("CNI log server terminated")
    		}
    	}()
    
    	return nil
    }
    
    func (l *UDSLogger) handleLog(w http.ResponseWriter, req *http.Request) {
    	if req.Body == nil {
    		return
    	}
    	defer req.Body.Close()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 16:26:28 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/signal.go

    var shutdownHandler chan os.Signal
    
    // SetupSignalHandler registered for SIGTERM and SIGINT. A stop channel is returned
    // which is closed on one of these signals. If a second signal is caught, the program
    // is terminated with exit code 1.
    // Only one of SetupSignalContext and SetupSignalHandler should be called, and only can
    // be called once.
    func SetupSignalHandler() <-chan struct{} {
    	return SetupSignalContext().Done()
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 06 14:30:27 UTC 2020
    - 2K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/util/concurrent/AbstractScheduledService.java

       * executor will not be {@linkplain ScheduledExecutorService#shutdown shutdown} when this service
       * {@linkplain Service.State#TERMINATED terminates} or {@linkplain Service.State#TERMINATED
       * fails}. Subclasses may override this method to supply a custom {@link ScheduledExecutorService}
       * instance. This method is guaranteed to only be called once.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Dec 13 19:45:20 UTC 2023
    - 25.8K bytes
    - Viewed (0)
  7. pkg/kubelet/prober/worker.go

    		klog.V(3).InfoS("No status for pod", "pod", klog.KObj(w.pod))
    		return true
    	}
    
    	// Worker should terminate if pod is terminated.
    	if status.Phase == v1.PodFailed || status.Phase == v1.PodSucceeded {
    		klog.V(3).InfoS("Pod is terminated, exiting probe worker",
    			"pod", klog.KObj(w.pod), "phase", status.Phase)
    		return false
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 27 01:28:06 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/io/CharSink.java

        } catch (Throwable e) {
          throw closer.rethrow(e);
        } finally {
          closer.close();
        }
      }
    
      /**
       * Writes the given lines of text to this sink with each line (including the last) terminated with
       * the operating system's default line separator. This method is equivalent to {@code
       * writeLines(lines, System.getProperty("line.separator"))}.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 28 20:13:02 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/test_fuzz_mutator_repeat.txt

    # The fuzzing engine reconstructs the crashing input and saves it to testdata.
    ! exists want
    ! go test -fuzz=. -parallel=1 -fuzztime=110x -fuzzminimizetime=10x -v
    stdout '^\s+fuzzing process hung or terminated unexpectedly: exit status'
    stdout 'Failing input written to testdata'
    
    # Run the fuzz target without fuzzing. The fuzz function is called with the
    # crashing input in testdata. The test passes if that input is identical to
    # the one saved in "want".
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 16 16:53:11 UTC 2023
    - 2K bytes
    - Viewed (0)
  10. src/text/tabwriter/tabwriter_test.go

    	},
    
    	{
    		"7g",
    		8, 0, 1, '.', FilterHTML,
    		"g) f&lt;o\t<b>bar</b>\t non-terminated entity &amp",
    		"g) f&lt;o..<b>bar</b>..... non-terminated entity &amp",
    	},
    
    	{
    		"7g debug",
    		8, 0, 1, '.', FilterHTML | Debug,
    		"g) f&lt;o\t<b>bar</b>\t non-terminated entity &amp",
    		"g) f&lt;o..|<b>bar</b>.....| non-terminated entity &amp",
    	},
    
    	{
    		"8",
    		8, 0, 1, '*', 0,
    		"Hello, world!\n",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 16:46:34 UTC 2024
    - 13.8K bytes
    - Viewed (0)
Back to top