Ribbon 로드 밸런싱 규칙
2. 서비스가 죽었는지 또는 서비스가 높은 병발에 있는지에 따라 가중치를 Availability Filtering Rule This rule will skip servers that are deemed "circuit tripped"or with high concurrent connection count.By default, an instance is circuit tripped if the RestClient fails to make a connection to it for the last three times. Once an instance is circuit tripped, it will remain in this state for 30 seconds before the circuit is deemed as closed again. However, if it continues to fail connections, it will become “circuit tripped” again and the wait time for it to become “circuit closed” will increase exponentially to the number of consecutive failures. 3. 응답 시간에 따른 가중치 Weighted Response Time Rule For this rule, each server is given a weight according to its average response time.The longer the response time, the less weight it will get. The rule randomly picks a server where the possibility is determined by server’s weight. To enable WeightedResponseTimeRule, set it with the load balancer via API or set the following property 4.랜덤 원칙 RandomRule 5.설정 방법: 응용 프로그램에서.properties에 추가:
service-B.ribbon.NFLoadBalancerRuleClassName=com.netflix.loadbalancer.RandomRule
서비스-B 응용 프로그램 name
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
위챗 애플릿의 간단한 로그인 페이지 이동우선 APP에 tapbar를 설정합니다.js에서 관련 데이터 사용자의 정보를 설정합니다. login 페이지는 귀속 데이터가 필요합니다.사용자 이름 로그인 이벤트 바인딩하기; 사용자 정보를 표시하는 사용자 페이지use...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.