-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System performance and stability enhancement for large scale multi-cloud infra #1873
Comments
각 CSP 별로 100 VM 우선 테스트 진행 및 문제 발생시 개선 예정 |
결국 Spider를 통해 호출되는 CSP API Call 수가 주요 병목이며, CB-TB가 이를 적절히 분산 시켜줄 수 밖에 없는 상황. 코드 내에 MCI 단위로 또는 NS 단위로 병렬처리하는 Go루틴을 전반적으로 살펴봐야 할 필요가 있음.
|
단일 AWS에서 리전 분산 100 VM씩 해도, CB-TB 클라이언트 사이드 캐시가 발동해도, 단 1회의 500 VM 상태 조회도 커버가 되지 않으므로, 캐시의 효용을 보기 어려움.
생성시 실패하는 문제는 retry를 할지 여부를 판단필요. |
VM 인스턴스 종료/삭제시, CB-Spider에 의해서 누락되는 항목 있음.
|
What would you like to be added
System performance and stability enhancement, especially for provisioning large scale infra
Why is this needed
We need to keep improving according to research DNA. ;)
Target provisioning scale: handling 500 VMs
The text was updated successfully, but these errors were encountered: