Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for disappearing (0.29 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/RetryConditions.groovy

                        return cleanProjectDir(specification)
                    }
                }
            }
    
            // sometime sockets are unexpectedly disappearing on daemon side (running on windows): https://github.com/gradle/gradle/issues/1111
            didSocketDisappearOnWindows(failure, specification, daemonsFixture, targetDistVersion >= GradleVersion.version('3.0'))
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  2. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/registry/EmbeddedDaemonRegistry.java

     * by the time they are returned to the caller. Clients must therefore be prepared for this and expect connection failures, either through
     * the endpoint disappearing or becoming busy between asking for idle daemons and trying to connect.
     */
    public class EmbeddedDaemonRegistry implements DaemonRegistry {
        private final List<DaemonStopEvent> stopEvents = new CopyOnWriteArrayList<>();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  3. src/crypto/internal/boring/bcache/cache.go

    // Instead, at the start of each GC, the cache is cleared entirely. That
    // is, the cache is lossy, and the loss happens at the start of each GC.
    // This means that clients need to be able to cope with cache entries
    // disappearing, but it also means that clients don't need to worry about
    // cache entries keeping the keys from being collected.
    type Cache[K, V any] struct {
    	// The runtime atomically stores nil to ptable at the start of each GC.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 18 00:30:19 UTC 2022
    - 4.4K bytes
    - Viewed (0)
  4. guava/src/com/google/common/hash/Hashing.java

       *       take each of the servers offline, {@code consistentHash} will be a poor fit: It provides
       *       no way for you to specify which of the three buckets is disappearing. Thus, if your
       *       buckets change from {@code [alpha, bravo, charlie]} to {@code [bravo, charlie]}, it will
       *       assign all the old {@code alpha} traffic to {@code bravo} and all the old {@code bravo}
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 09 00:37:15 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/hash/Hashing.java

       *       take each of the servers offline, {@code consistentHash} will be a poor fit: It provides
       *       no way for you to specify which of the three buckets is disappearing. Thus, if your
       *       buckets change from {@code [alpha, bravo, charlie]} to {@code [bravo, charlie]}, it will
       *       assign all the old {@code alpha} traffic to {@code bravo} and all the old {@code bravo}
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 09 00:37:15 UTC 2024
    - 29.2K bytes
    - Viewed (0)
  6. src/os/os_test.go

    		t.Errorf("initial readdir got %q; want %q", got, want)
    	}
    
    	xerr = ErrNotExist
    	if got, want := names(mustReadDir("with x disappearing")),
    		[]string{"good1", "good2"}; !reflect.DeepEqual(got, want) {
    		t.Errorf("with x disappearing, got %q; want %q", got, want)
    	}
    
    	xerr = errors.New("some real error")
    	if _, err := readDir(); err != xerr {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
  7. src/internal/trace/order.go

    }
    
    func (o *ordering) advanceGoDestroySyscall(ev *baseEvent, evt *evTable, m ThreadID, gen uint64, curCtx schedCtx) (schedCtx, bool, error) {
    	// This event indicates that a goroutine created for a
    	// cgo callback is disappearing, either because the callback
    	// ending or the C thread that called it is being destroyed.
    	//
    	// Also, treat this as if we lost our P too.
    	// The thread ID may be reused by the platform and we'll get
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.6.md

    * Upgrade cAdvisor library to v0.25.0. Notable changes include,
      - Container filesystem usage tracking disabled for device mapper due to excessive
        IOPS.
      - Ignore `.mount` cgroups, fixing disappearing stats.
    * A new field `terminationMessagePolicy` has been added to containers that allows
      a user to request FallbackToLogsOnError, which will read from the container's
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.5.md

    * - Disable thin_ls due to excessive iops ([#43113](https://github.com/kubernetes/kubernetes/pull/43113), [@dashpole](https://github.com/dashpole))
        * - Ignore .mount cgroups, fixing dissappearing stats
        * - Fix wc goroutine leak
        * - Update aws-sdk-go dependency to 1.6.10
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  10. src/main/webapp/css/admin/adminlte.min.css.map

    visibility: hidden;\n    }\n\n    .logo-xl {\n      opacity: 0;\n      visibility: hidden;\n    }\n\n    .logo-xs {\n      display: inline-block;\n      opacity: 1;\n      visibility: visible;\n    }\n\n    // Modify the sidebar to shrink instead of disappearing\n    .main-sidebar {\n      overflow-x: hidden;\n\n      &,\n      &::before {\n        // Don't go away! Just shrink\n        margin-left: 0;\n        width: $sidebar-mini-width;\n      }\n\n      .user-panel {\n        .image {\n          float:...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 2M bytes
    - Viewed (0)
Back to top