)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":34226,"name":"Ken Fujimoto","email":"fujimoto@valinux.co.jp","username":"k-fujimoto"},"change_message_id":"1b661ae92849243679064f0db79e0f300e064762","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"1ef3c549_f449ffb4","updated":"2024-12-18 00:30:37.000000000","message":"Thank you for your review.","commit_id":"9c9b5478f703409a0cc2cdd5d42cf8a8cd3f4423"},{"author":{"_account_id":31857,"name":"Ayumu Ueha","email":"ueha.ayumu@fujitsu.com","username":"ueha"},"change_message_id":"81b44573cba7aa4eded1dd1581728b1859c5f84e","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"c532be27_217ae39c","updated":"2024-12-17 09:18:34.000000000","message":"Thanks for your patch, please kindly find my comment.","commit_id":"9c9b5478f703409a0cc2cdd5d42cf8a8cd3f4423"},{"author":{"_account_id":34226,"name":"Ken Fujimoto","email":"fujimoto@valinux.co.jp","username":"k-fujimoto"},"change_message_id":"346a018088c154c960aea8802bea5f74fdfae22b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"b1ef8874_5dc51cf8","updated":"2024-12-17 07:16:56.000000000","message":"recheck infra-failure","commit_id":"9c9b5478f703409a0cc2cdd5d42cf8a8cd3f4423"},{"author":{"_account_id":31857,"name":"Ayumu Ueha","email":"ueha.ayumu@fujitsu.com","username":"ueha"},"change_message_id":"5b81bf9711816b3e86c8ad1d1e83961d391930bf","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"a0e2ab60_66b2bb5c","updated":"2024-12-20 00:17:48.000000000","message":"Thanks for your rework, LGTM.","commit_id":"06b61b6f8609d086680183b4bfbbd30b30ebf496"},{"author":{"_account_id":34226,"name":"Ken Fujimoto","email":"fujimoto@valinux.co.jp","username":"k-fujimoto"},"change_message_id":"51620f0d53056f4c8b5f339b0d164360bf389ec3","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"3b3678c2_c856d27f","updated":"2024-12-19 02:56:59.000000000","message":"recheck infra-failure","commit_id":"06b61b6f8609d086680183b4bfbbd30b30ebf496"},{"author":{"_account_id":34226,"name":"Ken Fujimoto","email":"fujimoto@valinux.co.jp","username":"k-fujimoto"},"change_message_id":"7240b6248cc94e71fa2de64b3dbd75602919b4b1","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"c104319e_dd57614f","updated":"2024-12-18 08:10:56.000000000","message":"recheck infra-failure","commit_id":"06b61b6f8609d086680183b4bfbbd30b30ebf496"},{"author":{"_account_id":34226,"name":"Ken Fujimoto","email":"fujimoto@valinux.co.jp","username":"k-fujimoto"},"change_message_id":"2ca2ab872f08dcc699706120d373bcfd00986623","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"dacbadfa_acc7c40c","updated":"2024-12-19 07:40:45.000000000","message":"recheck infra-failure","commit_id":"06b61b6f8609d086680183b4bfbbd30b30ebf496"}],"tacker/sol_refactored/infra_drivers/kubernetes/kubernetes_resource.py":[{"author":{"_account_id":31857,"name":"Ayumu Ueha","email":"ueha.ayumu@fujitsu.com","username":"ueha"},"change_message_id":"81b44573cba7aa4eded1dd1581728b1859c5f84e","unresolved":true,"context_lines":[{"line_number":518,"context_line":"        replicas \u003d statefulset_info.spec.replicas"},{"line_number":519,"context_line":""},{"line_number":520,"context_line":"        for pod_info in pods_info:"},{"line_number":521,"context_line":"            if pod_info.metadata.deletion_timestamp is not None:"},{"line_number":522,"context_line":"                return False"},{"line_number":523,"context_line":""},{"line_number":524,"context_line":"        return len(pods_info) \u003d\u003d replicas"}],"source_content_type":"text/x-python","patch_set":1,"id":"e99ebdb6_dd586d58","line":521,"range":{"start_line":521,"start_character":12,"end_line":521,"end_character":64},"updated":"2024-12-17 09:18:34.000000000","message":"Since this is a special judge for StatefulSet, could you add a note  for future developers explaining why this is?\n\nI think it\u0027s the following reason, right?\n* Pods that created by StatefulSet have the same name when recreated (e.g. statefulset-pod-0)\n* Because the Pod being deleted also appears to be in the \"Running\" state, the decision during deletion is made by `deletion_timestamp`.","commit_id":"9c9b5478f703409a0cc2cdd5d42cf8a8cd3f4423"},{"author":{"_account_id":31857,"name":"Ayumu Ueha","email":"ueha.ayumu@fujitsu.com","username":"ueha"},"change_message_id":"5b81bf9711816b3e86c8ad1d1e83961d391930bf","unresolved":false,"context_lines":[{"line_number":518,"context_line":"        replicas \u003d statefulset_info.spec.replicas"},{"line_number":519,"context_line":""},{"line_number":520,"context_line":"        for pod_info in pods_info:"},{"line_number":521,"context_line":"            if pod_info.metadata.deletion_timestamp is not None:"},{"line_number":522,"context_line":"                return False"},{"line_number":523,"context_line":""},{"line_number":524,"context_line":"        return len(pods_info) \u003d\u003d replicas"}],"source_content_type":"text/x-python","patch_set":1,"id":"279910f8_648bff45","line":521,"range":{"start_line":521,"start_character":12,"end_line":521,"end_character":64},"in_reply_to":"327ddd81_02187f20","updated":"2024-12-20 00:17:48.000000000","message":"Acknowledged","commit_id":"9c9b5478f703409a0cc2cdd5d42cf8a8cd3f4423"},{"author":{"_account_id":34226,"name":"Ken Fujimoto","email":"fujimoto@valinux.co.jp","username":"k-fujimoto"},"change_message_id":"1b661ae92849243679064f0db79e0f300e064762","unresolved":true,"context_lines":[{"line_number":518,"context_line":"        replicas \u003d statefulset_info.spec.replicas"},{"line_number":519,"context_line":""},{"line_number":520,"context_line":"        for pod_info in pods_info:"},{"line_number":521,"context_line":"            if pod_info.metadata.deletion_timestamp is not None:"},{"line_number":522,"context_line":"                return False"},{"line_number":523,"context_line":""},{"line_number":524,"context_line":"        return len(pods_info) \u003d\u003d replicas"}],"source_content_type":"text/x-python","patch_set":1,"id":"327ddd81_02187f20","line":521,"range":{"start_line":521,"start_character":12,"end_line":521,"end_character":64},"in_reply_to":"e99ebdb6_dd586d58","updated":"2024-12-18 00:30:37.000000000","message":"Yes, that is right. I will add a note.","commit_id":"9c9b5478f703409a0cc2cdd5d42cf8a8cd3f4423"}]}
