- Sort Score
- Result 10 results
- Languages All
Results 81 - 84 of 84 for silently (0.06 sec)
-
cmd/xl-storage.go
// errors on a previous write(2) operation are reported only on the final close() that releases // the open file descriptor. // // Failing to check the return value when closing a file may lead to silent loss of data. // This can especially be observed with NFS and with disk quota. return w.Close() } // writeAllMeta - writes all metadata to a temp file and then links it to the final destination.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Oct 26 09:58:27 UTC 2024 - 91.3K bytes - Viewed (0) -
tests/migrate_test.go
t.Errorf("Open err:%v", err) } if debug := os.Getenv("DEBUG"); debug == "true" { db.Logger = db.Logger.LogMode(logger.Info) } else if debug == "false" { db.Logger = db.Logger.LogMode(logger.Silent) } type Object1 struct { ID uint } type Object2 struct { ID uint Field1 int `gorm:"type:int8"` } type Object3 struct { ID uint
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Mon Mar 18 11:24:16 UTC 2024 - 56.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
* The dynamic Kubelet config feature will now update the config in the event of a ConfigMap mutation, which reduces the chance for silent config skew. Only name, namespace, and kubeletConfigKey may now be set in `Node.Spec.ConfigSource.ConfigMap`. The least disruptive pattern for config management is still to create a new ConfigMap and incrementally roll out a new `Node.Spec.ConfigSource`....
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
ModuleInSort getModuleDescriptorD(org.apache.ivy.core.module.descriptor.DependencyDescriptor); } org/apache/ivy/core/sort/SortOptions.class package org.apache.ivy.core.sort; public final synchronized class SortOptions { public static final SortOptions SILENT; private NonMatchingVersionRe nonMatchingVersionRe; private boolean useCircularDependenc; public void SortOptions(); public final NonMatchingVersionRe getNonMatchingVersio(); public final boolean isUseCircularDepende(); static void <clinit>(); } ...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0)