Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for nodeAdded (0.14 sec)

  1. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/vfs/impl/DefaultSnapshotHierarchyTest.groovy

        def diffListener = new SnapshotHierarchy.NodeDiffListener() {
            @Override
            void nodeRemoved(FileSystemNode node) {
            }
    
            @Override
            void nodeAdded(FileSystemNode node) {
            }
        }
    
        def "creates from a single file"() {
            def dir = tmpDir.createDir("dir")
            def child = dir.file("child").createFile()
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:32 UTC 2023
    - 32.4K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/types.go

    	// It's definitely not something expected for plugin developers,
    	// and registering UpdateNodeTaint event is the only mitigation for now.
    	// So, kube-scheduler registers UpdateNodeTaint event for plugins that has NodeAdded event, but don't have UpdateNodeTaint event.
    	// It has a bad impact for the requeuing efficiency though, a lot better than some Pods being stuck in the
    	// unschedulable pod pool.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 19:28:17 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.30.md

    - Improved the efficiency of NodeAdded QueueingHint by registering UpdateNodeTaint event for plugins that have NodeAdded event but don't have UpdateNodeTaint event. This ensures better requeuing efficiency and prevents Pods from being stuck in the unschedulable pod pool.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
Back to top