Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for churn (0.04 sec)

  1. releasenotes/notes/endpoint-before-pod.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: networking
    issue:
    - 25112
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 170 bytes
    - Viewed (0)
  2. releasenotes/notes/backpressure.yaml

    kind: feature
    area: networking
    issue:
    - https://github.com/istio/istio/issues/25685
    releaseNotes:
    - |
      **Added** support for backpressure on XDS pushes to avoid overloading Envoy during periods of high configuration
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 27 23:24:27 UTC 2020
    - 376 bytes
    - Viewed (0)
  3. hack/tools/.gitignore

    /vendor/
    # avoid constant churn as this file is not kept in sync with the root
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 17:52:36 UTC 2024
    - 91 bytes
    - Viewed (0)
  4. releasenotes/notes/validating-webhook-reconcile-change.yaml

    kind: bug-fix
    area: traffic-management
    issue:
    - 32210
    releaseNotes:
    - |
      **Fixed** reconciliation logic in the validation webhook controller to rate-limit
      the retries in the loop. This should drastically reduce churn (and generated logs)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 23 19:06:28 UTC 2021
    - 302 bytes
    - Viewed (0)
  5. hack/verify-golangci-lint.sh

            echo 'because the linter warns about them. Often they are harmless and not'
            echo 'worth the cost associated with a PR (time required to review, code churn).'
            echo 'Instead, propose to fix certain linter issues in an issue first and'
            echo 'discuss there with maintainers. PRs are welcome if they address a real'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:40:10 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/io/ResourcesTest.java

        // loader, even if it is not visible to the loader of the Resources class.
    
        File tempFile = createTempFile();
        PrintWriter writer = new PrintWriter(tempFile, "UTF-8");
        writer.println("rud a chur ar an méar fhada");
        writer.close();
    
        // First check that we can't find it without setting the context loader.
        // This is a sanity check that the test doesn't spuriously pass because
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/fess/en-ie/stopwords.txt

    a
    ach
    ag
    agus
    an
    aon
    ar
    arna
    as
    b'
    ba
    beirt
    bhúr
    caoga
    ceathair
    ceathrar
    chomh
    chtó
    chuig
    chun
    cois
    céad
    cúig
    cúigear
    d'
    daichead
    dar
    de
    deich
    deichniúr
    den
    dhá
    do
    don
    dtí
    dá
    dár
    dó
    faoi
    faoin
    faoina
    faoinár
    fara
    fiche
    gach
    gan
    go
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 19 06:31:02 UTC 2018
    - 685 bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/io/ResourcesTest.java

        // loader, even if it is not visible to the loader of the Resources class.
    
        File tempFile = createTempFile();
        PrintWriter writer = new PrintWriter(tempFile, "UTF-8");
        writer.println("rud a chur ar an méar fhada");
        writer.close();
    
        // First check that we can't find it without setting the context loader.
        // This is a sanity check that the test doesn't spuriously pass because
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  9. src/runtime/trace/annotation.go

    	//          exit point with return values
    	// - Refactoring the code to use this API with closure can
    	//   cause different GC behavior such as retaining some parameters
    	//   longer.
    	// This causes more churns in code than I hoped, and sometimes
    	// makes the code less readable.
    
    	id := fromContext(ctx).id
    	userRegion(id, regionStartCode, regionType)
    	defer userRegion(id, regionEndCode, regionType)
    	fn()
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 20 00:47:09 UTC 2023
    - 6.1K bytes
    - Viewed (0)
Back to top