Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 31 for FAILOVER (0.11 sec)

  1. tests/fuzz/testdata/FuzzConfigValidation2/fuzz_config_validation2.dict

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 07 17:07:53 UTC 2021
    - 2K bytes
    - Viewed (0)
  2. pkg/workloadapi/workload.proto

        // even if there are endpoints outside of the preferences.
        STRICT = 1;
        // In FAILOVER mode, endpoint selection will prefer endpoints that match all preferences, but failover to groups of endpoints
        // that match less (or, eventually, none) preferences.
        // For instance, with `[NETWORK, REGION, ZONE]`, we will send to:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  3. docs/features/calls.md

    Calls are executed in one of two ways:
    
     * **Synchronous:** your thread blocks until the response is readable.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/storage/etcd3/compact.go

    	// +---v-------------v----^---------v------^---->
    	//     t0           t1             t2
    	//
    	// We have the guarantees:
    	// - in normal cases, the interval is 5 minutes.
    	// - in failover, the interval is >5m and <10m
    	//
    	// FAQ:
    	// - What if time is not accurate? We don't care as long as someone did the compaction. Atomicity is ensured using
    	//   etcd API.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 17 02:54:36 UTC 2022
    - 5.6K bytes
    - Viewed (0)
  5. src/main/java/jcifs/Configuration.java

         */
        boolean isRequireSecureNegotiate ();
    
    
        /**
         * Enable port 139 failover
         * 
         * Property <tt>jcifs.smb.client.port139.enabled</tt> (boolean, default false)
         * 
         * @return whether to failover to legacy transport on port 139
         */
        boolean isPort139FailoverEnabled ();
    
    
        /**
         * 
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 18K bytes
    - Viewed (0)
  6. manifests/charts/base/crds/crd-all.gen.yaml

                                      nullable: true
                                      type: boolean
                                    failover:
                                      description: 'Optional: only one of distribute,
                                        failover or failoverPriority can be set.'
                                      items:
                                        properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  7. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                      nullable: true
                                      type: boolean
                                    failover:
                                      description: 'Optional: only one of distribute,
                                        failover or failoverPriority can be set.'
                                      items:
                                        properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/cluster_traffic_policy.go

    }
    
    func applyLocalityLoadBalancer(locality *core.Locality, proxyLabels map[string]string, cluster *cluster.Cluster,
    	localityLB *networking.LocalityLoadBalancerSetting,
    ) {
    	// Failover should only be applied with outlier detection, or traffic will never failover.
    	enableFailover := cluster.OutlierDetection != nil
    	if cluster.LoadAssignment != nil {
    		// TODO: enable failoverPriority for `STRICT_DNS` cluster type
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 20K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                      nullable: true
                                      type: boolean
                                    failover:
                                      description: 'Optional: only one of distribute,
                                        failover or failoverPriority can be set.'
                                      items:
                                        properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/cluster_test.go

    			g.Expect(localityLbEndpoint.LbEndpoints[0].LoadBalancingWeight.GetValue()).To(Equal(uint32(40)))
    		}
    	}
    
    	// Test failover
    	// failover locality loadbalancing setting
    	mesh = testMesh()
    	mesh.LocalityLbSetting = &networking.LocalityLoadBalancerSetting{Failover: []*networking.LocalityLoadBalancerSetting_Failover{}}
    
    	c = xdstest.ExtractCluster("outbound|8080||*.example.org",
    		buildTestClusters(clusterTest{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
Back to top