)]}'
{"octavia/controller/worker/v1/controller_worker.py":[{"author":{"_account_id":10366,"name":"Hemanth N","email":"hemanth.nakkina@canonical.com","username":"Hemanth"},"change_message_id":"17134cab8606bac876a02ff770359d25419936c8","unresolved":false,"context_lines":[{"line_number":494,"context_line":"                       for mid in new_member_ids]"},{"line_number":495,"context_line":"        # The API may not have commited all of the new member records yet."},{"line_number":496,"context_line":"        # Make sure we retry looking them up."},{"line_number":497,"context_line":"        if len(new_members) !\u003d len(new_member_ids):"},{"line_number":498,"context_line":"            LOG.warning(\u0027Failed to fetch one of the new members from DB. \u0027"},{"line_number":499,"context_line":"                        \u0027Retrying for up to 60 seconds.\u0027)"},{"line_number":500,"context_line":"            raise db_exceptions.NoResultFound"}],"source_content_type":"text/x-python","patch_set":1,"id":"ff570b3c_f589b3c9","line":497,"range":{"start_line":497,"start_character":1,"end_line":497,"end_character":51},"updated":"2020-06-05 06:59:42.000000000","message":"new_members will be [ None, None, ..] if member records are not updated in DB.\n\nSo the condition with lengths wont work. \nCondition have to be changed to\n\nif None in new_members:","commit_id":"438989975bd8536260876f153be7112406728492"},{"author":{"_account_id":11628,"name":"Michael Johnson","email":"johnsomor@gmail.com","username":"johnsom"},"change_message_id":"08879d9eb928eaaf84ca3717d66c2c453ce4186e","unresolved":false,"context_lines":[{"line_number":494,"context_line":"                       for mid in new_member_ids]"},{"line_number":495,"context_line":"        # The API may not have commited all of the new member records yet."},{"line_number":496,"context_line":"        # Make sure we retry looking them up."},{"line_number":497,"context_line":"        if len(new_members) !\u003d len(new_member_ids):"},{"line_number":498,"context_line":"            LOG.warning(\u0027Failed to fetch one of the new members from DB. \u0027"},{"line_number":499,"context_line":"                        \u0027Retrying for up to 60 seconds.\u0027)"},{"line_number":500,"context_line":"            raise db_exceptions.NoResultFound"}],"source_content_type":"text/x-python","patch_set":1,"id":"ff570b3c_25c76e66","line":497,"range":{"start_line":497,"start_character":1,"end_line":497,"end_character":51},"in_reply_to":"ff570b3c_f589b3c9","updated":"2020-06-05 16:00:09.000000000","message":"Yep, good catch. Fixing.","commit_id":"438989975bd8536260876f153be7112406728492"}]}
