You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened
: 쿼터가 부족한 GCP 리전(가용영역)에 VM 생성시, VM 생성 요청은 받지만 GCP 내부적으로만 VM을 삭제하고, CB-Spider는 해당 애러를 인지하지 못함.
What you expected to happen
: 쿼터 부족 등, GCP의 오류를 인지하여 리턴해줄 필요가 있음.
How to reproduce it (as minimally and precisely as possible)
: asia-south1 (zone a) 에 높은 사양의 VM 을 생성하면 문제 재생산 가능하리라 예상됨.
Anything else we need to know?
: [관련 로그 첨부] spider가 gcp에 vm 생성 요청 후에, 지속적으로 running 만 기다리지만 gcp 내부적으로는 running(provisioning)에서 stoping 및 vm 제거까지 진행됨. spider는 running을 만나지 못하고, 향후 해당 vm의 정보가 gcp에서 삭제되므로, 해당 VM은 없는 자원이라고 CB-Tumblebug에 회신하게 됨.
What happened
: 쿼터가 부족한 GCP 리전(가용영역)에 VM 생성시, VM 생성 요청은 받지만 GCP 내부적으로만 VM을 삭제하고, CB-Spider는 해당 애러를 인지하지 못함.
What you expected to happen
: 쿼터 부족 등, GCP의 오류를 인지하여 리턴해줄 필요가 있음.
How to reproduce it (as minimally and precisely as possible)
: asia-south1 (zone a) 에 높은 사양의 VM 을 생성하면 문제 재생산 가능하리라 예상됨.
Anything else we need to know?
: [관련 로그 첨부] spider가 gcp에 vm 생성 요청 후에, 지속적으로 running 만 기다리지만 gcp 내부적으로는 running(provisioning)에서 stoping 및 vm 제거까지 진행됨. spider는 running을 만나지 못하고, 향후 해당 vm의 정보가 gcp에서 삭제되므로, 해당 VM은 없는 자원이라고 CB-Tumblebug에 회신하게 됨.
[GCP 콘솔 로그]
Environment
Proposed solution
: Quota_exceeded 를 인지하여 애러로 리턴
Any other context
:
The text was updated successfully, but these errors were encountered: