GCENodeDriver.ex_create_multiple_nodes doesn't clean itself when fails.
- Ngôn ngữ chính
- Python
- Star
- 2.1k
- Fork
- 931
- Merge trung bình
- 1 ngày 2 giờ
- Pull request đã merge (30 ngày)
- 4
Mô tả
## Summary
When calling `GCENodeDriver.ex_create_multiple_nodes`, if it gets timeout, the whole operation raises an exception, and the already created nodes are dangling and are not passed to the caller.
## Detailed Information
When calling `GCENodeDriver.ex_create_multiple_nodes`, if it gets timeout, the whole operation raises an exception , and the already created nodes are dangling and are not passed to the caller. I think that actually deleting the created nodes is pretty intrusive. But, it may be helpful to pass the information regarding the already created nodes in the raised exception object, so that the caller would be able to act on this information. Another option is to yield all created nodes as soon as they are created.
Thanks!
Hướng dẫn đóng góp
Hướng nghiên cứu
Bắt đầu với GCENodeDriver.ex_create_multiple_nodes và theo dõi cách các lỗi timeout được phát sinh sau khi một số node đã được tạo. Issue không quyết định giữa việc xóa các node đó, đưa chúng ra thông qua exception hay yield chúng; trước tiên hãy làm rõ quyết định API đó, sau đó định nghĩa done là bảo đảm rằng các caller có thể xử lý những node đã được tạo mà không để chúng trở nên không thể truy cập.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- google-cloud, python
- Lĩnh vực
- cloud
- Loại issue
- Lỗi
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Cần làm rõ
- Mức phù hợp với người mới
- 25/100