Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for nack (0.14 sec)

  1. pkg/kubelet/kubelet_pods.go

    				perm, err := hu.GetMode(volumePath)
    				if err != nil {
    					return nil, cleanupAction, err
    				}
    				if err := subpather.SafeMakeDir(subPath, volumePath, perm); err != nil {
    					// Don't pass detailed error back to the user because it could give information about host filesystem
    					klog.ErrorS(err, "Failed to create subPath directory for volumeMount of the container", "containerName", container.Name, "volumeMountName", mount.Name)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  2. pkg/scheduler/internal/queue/scheduling_queue_test.go

    							PluginName:     "fooPlugin1",
    							QueueingHintFn: queueHintReturnQueue,
    						},
    					},
    				},
    			},
    		},
    		{
    			name:                         "Pod, registered in inFlightPods, is enqueued back to activeQ",
    			isSchedulingQueueHintEnabled: true,
    			initialPods:                  []*v1.Pod{pod, pod2},
    			actions: []action{
    				// This won't be added to inFlightEvents because no inFlightPods at this point.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet.go

    	eventedPlegRelistPeriod     = time.Second * 300
    	eventedPlegRelistThreshold  = time.Minute * 10
    	eventedPlegMaxStreamRetries = 5
    
    	// backOffPeriod is the period to back off when pod syncing results in an
    	// error. It is also used as the base period for the exponential backoff
    	// container restarts and image pulls.
    	backOffPeriod = time.Second * 10
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  4. src/cmd/go/alldocs.go

    // repeated, and the changes are applied in the order given.
    //
    // The -print flag prints the final go.mod in its text format instead of
    // writing it back to go.mod.
    //
    // The -json flag prints the final go.mod file in JSON format instead of
    // writing it back to go.mod. The JSON output corresponds to these Go types:
    //
    //	type Module struct {
    //		Path    string
    //		Version string
    //	}
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  5. src/net/http/server.go

    	// that we have received the client's ACK, and at any rate we don't want to
    	// allow a misbehaving client to soak up server connections indefinitely by
    	// withholding an ACK, nor do we want to go through the complexity or overhead
    	// of using low-level APIs to figure out when a TCP round-trip has completed.
    	//
    	// Instead, we declare that we are “reasonably certain” that we received the
    	// ACK if maxRSTAvoidanceDelay has elapsed.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  6. cmd/object-handlers_test.go

    	objectName := "test-object"
    	// set of byte data for PutObject.
    	// object has to be created before running tests for HeadObject.
    	// this is required even to assert the HeadObject data,
    	// since dataInserted === dataFetched back is a primary criteria for any object storage this assertion is critical.
    	bytesData := []struct {
    		byteData []byte
    	}{
    		{generateBytesData(6 * humanize.MiByte)},
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  7. cluster/gce/gci/configure-helper.sh

            fi
            i=$((i+1))
          fi
        else
          echo "No local NVMe SSD disks found."
        fi
      done
    }
    
    # Local SSDs, if present, are used in a single RAID 0 array and directories that
    # back ephemeral storage are mounted on them (kubelet root, container runtime
    # root and pod logs).
    function ensure-local-ssds-ephemeral-storage() {
      local devices=()
      # Get nvme devices
      for ssd in /dev/nvme*n*; do
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

    }
    
    def ConvertToLegacyCompileAndReplicateAttributesPass : Pass<"tf-convert-to-legacy-compile-and-replicate-attributes", "mlir::func::FuncOp"> {
      let summary = "Convert unified compilation and replication attributes back to legacy attributes.";
    
      let description = [{
        This transformation pass converts unified compilation and replication
        attributes (`_replication_info` and `_xla_compile_device_type`) into legacy
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      if (auto str =
              mlir::dyn_cast_or_null<mlir::StringAttr>(dict_attr.get("outputs"))) {
        str.getValue().split(output_names, ',', /*MaxSplit=*/-1,
                             /*KeepEmpty=*/false);
        auto term = fn.back().getTerminator();
        if (output_names.size() != term->getNumOperands()) {
          fn.emitWarning() << "output names (" << output_names.size()
                           << ") != terminator operands (" << term->getNumOperands()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

                 tf_executor::NextIterationSinkOp, tf_executor::SwitchNOp,
                 tf_executor::SwitchOp, tf_executor::YieldOp>(op) ||
             isa<InferTypeOpInterface>(op);
    }
    
    // Returns whether a cast back would need to be inserted, e.g., whether the
    // operation of which use is an operand allows for shape refinement without
    // a cast.
    bool NeedsCastBack(OpOperand& use, Dialect* tf_dialect) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
Back to top