)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":33455,"name":"Hiromu Asahina","email":"hiromu.a5a@gmail.com","username":"h_asahina"},"change_message_id":"c28f109f441d7d8b99bad3ebc91011ef4e7a2052","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"bb699ae0_dd4c22cf","updated":"2024-09-02 07:16:24.000000000","message":"LGTM","commit_id":"e6450de750c9655bcf5c122be050d299306240ca"},{"author":{"_account_id":31857,"name":"Ayumu Ueha","email":"ueha.ayumu@fujitsu.com","username":"ueha"},"change_message_id":"d7aa5d4f1d05d8ca41ac461422fc6f8ee8862f85","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"d15f3faf_1d62b382","updated":"2024-09-03 11:32:56.000000000","message":"Sorry for the late review, please kindly find my tiny comment.","commit_id":"e6450de750c9655bcf5c122be050d299306240ca"},{"author":{"_account_id":4149,"name":"Itsuro Oda","email":"oda@valinux.co.jp","username":"oda-g"},"change_message_id":"c2c682ad2b9c6ae33a07893f003ad0a01b97628d","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"f193e083_3bd47f2f","updated":"2024-09-03 23:00:24.000000000","message":"Thank you for the review.","commit_id":"e6450de750c9655bcf5c122be050d299306240ca"},{"author":{"_account_id":25701,"name":"Yasufumi Ogawa","email":"yasufum.o@gmail.com","username":"yasufum"},"change_message_id":"2e63a8572a1e8d8596cd1407cca336c234e3f211","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"c0f5bc7b_9e68b017","updated":"2024-09-09 17:12:14.000000000","message":"LGTM, thanks!","commit_id":"9aabe234ef57fff03ddb71af62eaa7b5c2d9f589"}],"tacker/sol_refactored/conductor/server_notification_driver.py":[{"author":{"_account_id":31857,"name":"Ayumu Ueha","email":"ueha.ayumu@fujitsu.com","username":"ueha"},"change_message_id":"d7aa5d4f1d05d8ca41ac461422fc6f8ee8862f85","unresolved":true,"context_lines":[{"line_number":87,"context_line":"                 vnf_instance_id)"},{"line_number":88,"context_line":"        context \u003d tacker_context.get_admin_context()"},{"line_number":89,"context_line":"        heal_req \u003d objects.HealVnfRequest(vnfcInstanceId\u003dvnfc_instance_ids)"},{"line_number":90,"context_line":"        body \u003d heal_req.to_dict()"},{"line_number":91,"context_line":"        try:"},{"line_number":92,"context_line":"            vnflcm_auto.auto_heal(context, vnf_instance_id, body,"},{"line_number":93,"context_line":"                                  self.conductor)"},{"line_number":94,"context_line":"        except Exception as exp:"},{"line_number":95,"context_line":"            LOG.error(str(body))"},{"line_number":96,"context_line":"            LOG.error(\"server_notification auto healing is failed: %s.\","}],"source_content_type":"text/x-python","patch_set":3,"id":"a19360e2_0e489c78","line":93,"range":{"start_line":90,"start_character":0,"end_line":93,"end_character":49},"updated":"2024-09-03 11:32:56.000000000","message":"How about to below same as the similar code in `tacker/sol_refactored/conductor/prometheus_plugin_driver.py`.\n```suggestion\n        try:\n            vnflcm_auto.auto_heal(context, vnf_instance_id, heal_req.to_dict(),\n                                  self.conductor)\n```","commit_id":"e6450de750c9655bcf5c122be050d299306240ca"},{"author":{"_account_id":31857,"name":"Ayumu Ueha","email":"ueha.ayumu@fujitsu.com","username":"ueha"},"change_message_id":"575f9f011917e6b274b924f0d2f56cad1ae93958","unresolved":false,"context_lines":[{"line_number":87,"context_line":"                 vnf_instance_id)"},{"line_number":88,"context_line":"        context \u003d tacker_context.get_admin_context()"},{"line_number":89,"context_line":"        heal_req \u003d objects.HealVnfRequest(vnfcInstanceId\u003dvnfc_instance_ids)"},{"line_number":90,"context_line":"        body \u003d heal_req.to_dict()"},{"line_number":91,"context_line":"        try:"},{"line_number":92,"context_line":"            vnflcm_auto.auto_heal(context, vnf_instance_id, body,"},{"line_number":93,"context_line":"                                  self.conductor)"},{"line_number":94,"context_line":"        except Exception as exp:"},{"line_number":95,"context_line":"            LOG.error(str(body))"},{"line_number":96,"context_line":"            LOG.error(\"server_notification auto healing is failed: %s.\","}],"source_content_type":"text/x-python","patch_set":3,"id":"ab5b68f0_efcb6fde","line":93,"range":{"start_line":90,"start_character":0,"end_line":93,"end_character":49},"in_reply_to":"9e77a801_6caeca6a","updated":"2024-09-04 09:12:45.000000000","message":"Thanks for your reply.\nI\u0027m sorry, it\u0027s reasonable because `body` used it after that.\nI will withdraw this comment.","commit_id":"e6450de750c9655bcf5c122be050d299306240ca"},{"author":{"_account_id":4149,"name":"Itsuro Oda","email":"oda@valinux.co.jp","username":"oda-g"},"change_message_id":"c2c682ad2b9c6ae33a07893f003ad0a01b97628d","unresolved":true,"context_lines":[{"line_number":87,"context_line":"                 vnf_instance_id)"},{"line_number":88,"context_line":"        context \u003d tacker_context.get_admin_context()"},{"line_number":89,"context_line":"        heal_req \u003d objects.HealVnfRequest(vnfcInstanceId\u003dvnfc_instance_ids)"},{"line_number":90,"context_line":"        body \u003d heal_req.to_dict()"},{"line_number":91,"context_line":"        try:"},{"line_number":92,"context_line":"            vnflcm_auto.auto_heal(context, vnf_instance_id, body,"},{"line_number":93,"context_line":"                                  self.conductor)"},{"line_number":94,"context_line":"        except Exception as exp:"},{"line_number":95,"context_line":"            LOG.error(str(body))"},{"line_number":96,"context_line":"            LOG.error(\"server_notification auto healing is failed: %s.\","}],"source_content_type":"text/x-python","patch_set":3,"id":"9e77a801_6caeca6a","line":93,"range":{"start_line":90,"start_character":0,"end_line":93,"end_character":49},"in_reply_to":"a19360e2_0e489c78","updated":"2024-09-03 23:00:24.000000000","message":"I have thought it, but \u0027body\u0027 is used in L.95 too.","commit_id":"e6450de750c9655bcf5c122be050d299306240ca"}]}
