)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"db31f8da15c76b39e006ed998e156db382491785","unresolved":true,"context_lines":[{"line_number":5,"context_line":"CommitDate: 2024-11-13 15:09:32 +0000"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"[WIP] Clear pool for each new HTTP Connection"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"Change-Id: Iaede004522cd2e2386bac14ff725fa8e31d4991f"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":1,"id":"19af00d8_c1b244e5","line":8,"updated":"2024-11-18 09:33:39.000000000","message":"add:\nCloses-Bug: #2088074","commit_id":"8f9508078808ef54085b73e770eb68dd226e39a1"},{"author":{"_account_id":30674,"name":"Lukas Piwowarski","email":"lpiwowar@redhat.com","username":"lukas-piwowarski"},"change_message_id":"b6ec431e2405ae008fdae8b68266a003d6be56e8","unresolved":false,"context_lines":[{"line_number":5,"context_line":"CommitDate: 2024-11-13 15:09:32 +0000"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"[WIP] Clear pool for each new HTTP Connection"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"Change-Id: Iaede004522cd2e2386bac14ff725fa8e31d4991f"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":1,"id":"b08339dd_ca468b9f","line":8,"in_reply_to":"19af00d8_c1b244e5","updated":"2024-11-18 14:30:48.000000000","message":"Done","commit_id":"8f9508078808ef54085b73e770eb68dd226e39a1"}],"/PATCHSET_LEVEL":[{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"0e04da003ed61f2e386f81e85fcb1e3ee574a160","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"7d0b23c6_c25eac0b","updated":"2024-11-18 09:31:22.000000000","message":"lgtm, i\u0027m gonna try to check if there is any performance change due to this","commit_id":"8f9508078808ef54085b73e770eb68dd226e39a1"},{"author":{"_account_id":30674,"name":"Lukas Piwowarski","email":"lpiwowar@redhat.com","username":"lukas-piwowarski"},"change_message_id":"b6ec431e2405ae008fdae8b68266a003d6be56e8","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"fc526dc5_2f9ed39a","in_reply_to":"7d0b23c6_c25eac0b","updated":"2024-11-18 14:30:48.000000000","message":"ack","commit_id":"8f9508078808ef54085b73e770eb68dd226e39a1"},{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"5e700ae587554e94f91e11976d034421549dc76a","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"7e3a4dbc_b06b9b11","updated":"2024-11-18 15:21:53.000000000","message":"lgtm, it fixes the issues (per Lukas\u0027s testing) and based on my experiments it doesn\u0027t have any performance impact - i was able instantiate ObjectClient 10 000 times within 4 seconds","commit_id":"1164ba37f8716422c38543a998ca41fc6fce99d9"},{"author":{"_account_id":8556,"name":"Ghanshyam Maan","display_name":"Ghanshyam Maan","email":"gmaan.os14@gmail.com","username":"ghanshyam"},"change_message_id":"1c01fc8721583e99a80b7807a8bc4c1817b5ef0f","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"82d68e31_c12c6eeb","updated":"2024-11-18 17:44:36.000000000","message":"lgtm, thanks Lukas, nice fix.","commit_id":"1164ba37f8716422c38543a998ca41fc6fce99d9"}],"tempest/lib/common/http.py":[{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"0e04da003ed61f2e386f81e85fcb1e3ee574a160","unresolved":true,"context_lines":[{"line_number":60,"context_line":"            retry \u003d urllib3.util.Retry(redirect\u003dFalse)"},{"line_number":61,"context_line":"        r \u003d super(ClosingProxyHttp, self).request(method, url, retries\u003dretry,"},{"line_number":62,"context_line":"                                                  *args, **new_kwargs)"},{"line_number":63,"context_line":"        self.clear()"},{"line_number":64,"context_line":"        if not kwargs.get(\u0027preload_content\u0027, True):"},{"line_number":65,"context_line":"            # This means we asked urllib3 for streaming content, so we"},{"line_number":66,"context_line":"            # need to return the raw response and not read any data yet"}],"source_content_type":"text/x-python","patch_set":1,"id":"8f160f5e_492a9e79","line":63,"range":{"start_line":63,"start_character":8,"end_line":63,"end_character":12},"updated":"2024-11-18 09:31:22.000000000","message":"let\u0027s put also a comment here explaining why we need this clear()","commit_id":"8f9508078808ef54085b73e770eb68dd226e39a1"},{"author":{"_account_id":30674,"name":"Lukas Piwowarski","email":"lpiwowar@redhat.com","username":"lukas-piwowarski"},"change_message_id":"b6ec431e2405ae008fdae8b68266a003d6be56e8","unresolved":false,"context_lines":[{"line_number":60,"context_line":"            retry \u003d urllib3.util.Retry(redirect\u003dFalse)"},{"line_number":61,"context_line":"        r \u003d super(ClosingProxyHttp, self).request(method, url, retries\u003dretry,"},{"line_number":62,"context_line":"                                                  *args, **new_kwargs)"},{"line_number":63,"context_line":"        self.clear()"},{"line_number":64,"context_line":"        if not kwargs.get(\u0027preload_content\u0027, True):"},{"line_number":65,"context_line":"            # This means we asked urllib3 for streaming content, so we"},{"line_number":66,"context_line":"            # need to return the raw response and not read any data yet"}],"source_content_type":"text/x-python","patch_set":1,"id":"b5409a53_2bd0612d","line":63,"range":{"start_line":63,"start_character":8,"end_line":63,"end_character":12},"in_reply_to":"8f160f5e_492a9e79","updated":"2024-11-18 14:30:48.000000000","message":"Done","commit_id":"8f9508078808ef54085b73e770eb68dd226e39a1"}]}
