Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 26 of 26 for transitioningTo (0.33 sec)

  1. src/runtime/mprof.go

    	if readgstatus(gp1) == _Gdead {
    		// Dead goroutines should not appear in the profile. Goroutines that
    		// start while profile collection is active will get goroutineProfiled
    		// set to goroutineProfileSatisfied before transitioning out of _Gdead,
    		// so here we check _Gdead first.
    		return
    	}
    	if isSystemGoroutine(gp1, true) {
    		// System goroutines should not appear in the profile. (The finalizer
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. cmd/erasure-server-pool.go

    	object = encodeDirObject(object)
    	if z.SinglePool() {
    		return z.serverPools[0].TransitionObject(ctx, bucket, object, opts)
    	}
    
    	// Avoid transitioning an object from a pool being decommissioned.
    	opts.SkipDecommissioned = true
    	idx, err := z.getPoolIdxExistingWithOpts(ctx, bucket, object, opts)
    	if err != nil {
    		return err
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 82.5K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_test.go

    		// * a transition to the Unknown state. Prior to this fix, a container would make an invalid transition
    		// * from Running->Waiting. This test validates the correct behavior of transitioning from Running->Terminated.
    		{
    			containers: []v1.Container{{Name: "unknown"}},
    			statuses: []*kubecontainer.Status{
    				{
    					Name:  "unknown",
    					State: kubecontainer.ContainerStateUnknown,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.25.md

    excessive re-configurations of cluster LBs with externalTrafficPolicy=Local when node readiness changes (https://github.com/kubernetes/kubernetes/issues/111539). The service controller (in cloud-controller-manager) will avoid resyncing nodes which are transitioning between `Ready` / `NotReady` (only for ETP=Local Services).  The LBs used for these services will solely rely on the health check probe defined by the `healthCheckNodePort` to determine if a particular node is to be used for traffic load balancing....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  5. RELEASE.md

        TensorFlow's core.
    *   Improved multi-threaded performance of `batch_matmul`.
    *   LSTMCell, BasicLSTMCell, and MultiRNNCell constructors now default to
        `state_is_tuple=True`. For a quick fix while transitioning to the new
        default, simply pass the argument `state_is_tuple=False`.
    *   DeviceFactory's AddDevices and CreateDevices functions now return a Status
        instead of void.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  6. pkg/generated/openapi/zz_generated.openapi.go

    						},
    					},
    					"evictionPressureTransitionPeriod": {
    						SchemaProps: spec.SchemaProps{
    							Description: "evictionPressureTransitionPeriod is the duration for which the kubelet has to wait before transitioning out of an eviction pressure condition. Default: \"5m\"",
    							Ref:         ref("k8s.io/apimachinery/pkg/apis/meta/v1.Duration"),
    						},
    					},
    					"evictionMaxPodGracePeriod": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top