Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,021 for shortly (0.15 sec)

  1. releasenotes/notes/48089.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
      - 44640
    releaseNotes:
    - |
      **Fixed** slow cleanup of auto-registered `WorkloadEntry` resources
      when auto-registration and cleanup should occur shortly after the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 05 00:37:00 UTC 2023
    - 277 bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/translate/mlir_roundtrip_flags.h

      // Otherwise, this parameter should be set to false.
      bool restrict_functionalization_to_compiled_nodes = false;
      // If true, enables shape inference on input.
      // TODO(jpienaar): This will be removed shortly.
      bool enable_shape_inference = true;
      // _output_shapes is an unregistered attribute which is used during
      // GraphConstructor::ConvertGraph to override shapes. It is unfortunately
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 02 04:56:10 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  3. pkg/volume/util/recyclerclient/recycler_client.go

    	if err != nil {
    		return fmt.Errorf("failed to recycle volume: %s", err)
    	}
    
    	// Recycle succeeded but we failed to delete the recycler pod. Report it,
    	// the controller will re-try recycling the PV again shortly.
    	if deleteErr != nil {
    		return fmt.Errorf("failed to delete recycler pod: %s", deleteErr)
    	}
    
    	return nil
    }
    
    // waitForPod watches the pod it until it finishes and send all events on the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 8.5K bytes
    - Viewed (0)
  4. cluster/gce/windows/README-GCE-Windows-kube-up.md

    #   prompting.
    WINDOWS_NODE_OS_DISTRIBUTION=win2019 KUBE_UP_AUTOMATIC_CLEANUP=true ./cluster/kube-up.sh
    ```
    
    If your GCP project is configured with two-factor authentication, you may need
    to tap your security key shortly after running `kube-up`.
    
    To teardown the cluster run:
    
    ```bash
    ./cluster/kube-down.sh
    ```
    
    If you want to run more than one cluster simultaneously, you can use two
    separate GCP projects and:
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 21:39:56 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types2/validtype.go

    //         nest = A[A[string]]        <== type nest at B's instantiation time
    //         path = A[A[string]]->B[P]
    //
    // If we'd use the current nest it would correspond to the path
    // which will be wrong as we will see shortly. P's type argument
    // is A[string], which again must be evaluated in the type nest
    // that existed when A was instantiated with A[string]. That type
    // nest is empty:
    //
    //   A[string]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 13:22:37 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  6. src/go/types/validtype.go

    //         nest = A[A[string]]        <== type nest at B's instantiation time
    //         path = A[A[string]]->B[P]
    //
    // If we'd use the current nest it would correspond to the path
    // which will be wrong as we will see shortly. P's type argument
    // is A[string], which again must be evaluated in the type nest
    // that existed when A was instantiated with A[string]. That type
    // nest is empty:
    //
    //   A[string]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 18:48:38 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  7. pkg/kubelet/nodeshutdown/nodeshutdown_manager_linux.go

    	activePods := m.getPods()
    
    	defer func() {
    		m.dbusCon.ReleaseInhibitLock(m.inhibitLock)
    		m.logger.V(1).Info("Shutdown manager completed processing shutdown event, node will shutdown shortly")
    	}()
    
    	if m.enableMetrics && m.storage != nil {
    		startTime := time.Now()
    		err := m.storage.Store(state{
    			StartTime: startTime,
    		})
    		if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 09 08:02:40 UTC 2022
    - 15.5K bytes
    - Viewed (0)
  8. pilot/pkg/model/endpointshards.go

    	// moving forward in version. In practice, this is pretty rare and self corrects nearly
    	// immediately. However, clearing the cache here has almost no impact on cache performance as we
    	// would clear it shortly after anyways.
    	e.clearCacheForService(hostname, namespace)
    
    	return pushType
    }
    
    // updateShardServiceAccount updates the service endpoints' sa when service/endpoint event happens.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/util/concurrent/AbstractServiceTest.java

      }
    
      private class ThreadedService extends AbstractService {
        final CountDownLatch hasConfirmedIsRunning = new CountDownLatch(1);
    
        /*
         * The main test thread tries to stop() the service shortly after
         * confirming that it is running. Meanwhile, the service itself is trying
         * to confirm that it is running. If the main thread's stop() call happens
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 29.3K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/util/concurrent/AbstractServiceTest.java

      }
    
      private class ThreadedService extends AbstractService {
        final CountDownLatch hasConfirmedIsRunning = new CountDownLatch(1);
    
        /*
         * The main test thread tries to stop() the service shortly after
         * confirming that it is running. Meanwhile, the service itself is trying
         * to confirm that it is running. If the main thread's stop() call happens
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 29.3K bytes
    - Viewed (0)
Back to top