Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 365 for DELETING (0.17 sec)

  1. pkg/proxy/ipvs/graceful_termination_test.go

    		rs           *utilipvs.RealServer
    		existingIPVS *utilipvstest.FakeIPVS
    		expectedIPVS *utilipvstest.FakeIPVS
    		err          error
    	}{
    		{
    			name: "graceful delete, no connections results in deleting the real server immediatetly",
    			vs: &utilipvs.VirtualServer{
    				Address:  netutils.ParseIPSloppy("1.1.1.1"),
    				Protocol: "tcp",
    				Port:     uint16(80),
    			},
    			rs: &utilipvs.RealServer{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 11K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_1x.md

       for an interruption before doing a blocking call. If it is interrupted,
       it throws an `InterruptedIOException`.
    
    ## Version 1.5.2
    
    _2014-03-17_
    
     * Fix bug where deleting a file that was absent from the `HttpResponseCache`
       caused an IOException.
     * Fix bug in HTTP/2 where our HPACK decoder wasn't emitting entries in
       certain eviction scenarios, leading to dropped response headers.
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 6.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/aes/aes_extended_nonce.go

    	// is constantly creating resources with new names (and thus new paths), they will keep adding new
    	// entries to the cache for up to this TTL before the GC logic starts deleting old entries.  Each
    	// entry is ~300 bytes in size, so even a malicious client will be bounded in the overall memory
    	// it can consume.
    	cacheTTL = 10 * time.Minute
    
    	derivedKeySizeExtendedNonceGCM = commonSize
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 19:25:52 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  4. platforms/core-runtime/files/src/main/java/org/gradle/internal/file/impl/DefaultDeleter.java

            }
            tryHardToDeleteOrThrow(target);
            return true;
        }
    
        private boolean deleteRecursively(File root, Handling handling) throws IOException {
            LOGGER.debug("Deleting {}", root);
            long startTime = timeProvider.getAsLong();
            Map<String, FileDeletionResult> failedPaths = new LinkedHashMap<String, FileDeletionResult>();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 15 17:10:06 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  5. pkg/proxy/servicechangetracker.go

    		}
    		result.UpdatedServices.Insert(nn)
    
    		sm.merge(change.current)
    		// filter out the Update event of current changes from previous changes
    		// before calling unmerge() so that can skip deleting the Update events.
    		change.previous.filter(change.current)
    		sm.unmerge(change.previous, result.DeletedUDPClusterIPs)
    	}
    	// clear changes after applying them to ServicePortMap.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:44:08 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/annotation_key_constants.go

    	// CSI Backend for a volume plugin on a specific node.
    	MigratedPluginsAnnotationKey = "storage.alpha.kubernetes.io/migrated-plugins"
    
    	// PodDeletionCost can be used to set to an int32 that represent the cost of deleting
    	// a pod compared to other pods belonging to the same ReplicaSet. Pods with lower
    	// deletion cost are preferred to be deleted before pods with higher deletion cost.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 18:46:31 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  7. pkg/volume/iscsi/iscsi_util.go

    			// Fall through -- keep deleting the block devices
    		}
    		klog.V(4).Infof("Flushed multipath device: %s", mpathDevice)
    	}
    	for _, deviceName := range deviceNames {
    		err = deleteDevice(deviceName)
    		if err != nil {
    			klog.Warningf("Warning: Failed to delete block device: %s\nError: %v", deviceName, err)
    			// Fall through -- keep deleting other block devices
    		}
    	}
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 22 12:53:01 UTC 2022
    - 34.1K bytes
    - Viewed (0)
  8. pkg/util/sets/set.go

    	s, f := m[k]
    	if !f {
    		m[k] = New(v)
    	} else {
    		s.Insert(v)
    	}
    }
    
    // DeleteCleanupLast removes an element from a set in a map of sets, deleting the key from the map if there are no keys left.
    // Works well with InsertOrNew.
    // Example:
    //
    //	sets.DeleteCleanupLast(m, key, value)
    func DeleteCleanupLast[K comparable, T comparable](m map[K]Set[T], k K, v T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 05:26:03 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  9. pkg/apis/core/annotation_key_constants.go

    	// CSI Backend for a volume plugin on a specific node.
    	MigratedPluginsAnnotationKey = "storage.alpha.kubernetes.io/migrated-plugins"
    
    	// PodDeletionCost can be used to set to an int32 that represent the cost of deleting
    	// a pod compared to other pods belonging to the same ReplicaSet. Pods with lower
    	// deletion cost are preferred to be deleted before pods with higher deletion cost.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 18:46:31 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/xla_device_context.cc

            done(done_status);
            ref.Unref();
            // If a stream is in a bad state, it gets deleted when it's returned to
            // the stream pool, i.e. when it leaves this scope. However, a stream
            // deleting itself in a host callback on itself can cause bad behaviors
            // on some platforms. Releasing it in another stream to avoid that.
            if (!device_allows_sync_on_completion &&
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 00:36:08 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top