Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 37 of 37 for checkdup (0.21 sec)

  1. cmd/erasure-healing.go

    			for i, disk := range outDatedDisks {
    				if disk == OfflineDisk {
    					continue
    				}
    
    				// A non-nil stale disk which did not receive
    				// a healed part checksum had a write error.
    				if writers[i] == nil {
    					outDatedDisks[i] = nil
    					disksToHealCount--
    					continue
    				}
    
    				partsMetadata[i].DataDir = dstDataDir
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 33.8K bytes
    - Viewed (0)
  2. cmd/object-api-utils.go

    		gotIdx = <-indexCh
    		return gotIdx
    	}
    }
    
    // compressSelfTest performs a self-test to ensure that compression
    // algorithms completes a roundtrip. If any algorithm
    // produces an incorrect checksum it fails with a hard error.
    //
    // compressSelfTest tries to catch any issue in the compression implementation
    // early instead of silently corrupting data.
    func compressSelfTest() {
    	// 4 MB block.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  3. samples/addons/grafana.yaml

          labels:
            app.kubernetes.io/name: grafana
            app.kubernetes.io/instance: grafana
            sidecar.istio.io/inject: "false"
          annotations:
            checksum/config: 68c00ea91b7ba5c04efc55555ef2307f52aaf738b04e9665e91bb756c8f32b22
            checksum/sc-dashboard-provider-config: e70bf6a851099d385178a76de9757bb0bef8299da6d8443602590e44f05fdf24
            kubectl.kubernetes.io/default-container: grafana
        spec:
          
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_pods.go

    		return nil, fmt.Errorf("services have not yet been read at least once, cannot construct envvars")
    	}
    
    	var result []kubecontainer.EnvVar
    	// Note:  These are added to the docker Config, but are not included in the checksum computed
    	// by kubecontainer.HashContainer(...).  That way, we can still determine whether an
    	// v1.Container is already running by its hash. (We don't want to restart a container just
    	// because some service changed.)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    ### Internal
    
    * ⬆ Bump dawidd6/action-download-artifact from 2.27.0 to 2.28.0. PR [#10268](https://github.com/tiangolo/fastapi/pull/10268) by [@dependabot[bot]](https://github.com/apps/dependabot).
    * ⬆ Bump actions/checkout from 3 to 4. PR [#10208](https://github.com/tiangolo/fastapi/pull/10208) by [@dependabot[bot]](https://github.com/apps/dependabot).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  6. RELEASE.md

        *   [snapshot](https://www.tensorflow.org/api_docs/python/tf/data/experimental/snapshot)
        *   [tf.data service](https://www.tensorflow.org/api_docs/python/tf/data/experimental/service).
    
        In addition checkout the detailed
        [guide](https://www.tensorflow.org/guide/data_performance_analysis) for
        analyzing input pipeline performance with TF Profiler.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.artifacts.verification.model.Checksum> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Checksum.java:0)
    Class <org.gradle.api.internal.artifacts.verification.model.ChecksumKind> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ChecksumKind.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top