)]}'
{"swift/common/ring/builder.py":[{"author":{"_account_id":6968,"name":"Christian Schwede","email":"cschwede@nvidia.com","username":"cschwede"},"change_message_id":"6651e5ec2178deddf0d57e228817b2ecb098f0d5","unresolved":true,"context_lines":[{"line_number":1211,"context_line":"                if history.num_parts \u003c desired_length:"},{"line_number":1212,"context_line":"                    history.grow(desired_length)"},{"line_number":1213,"context_line":"                elif history.num_parts \u003e desired_length:"},{"line_number":1214,"context_line":"                    history.trucate(desired_length)"},{"line_number":1215,"context_line":""},{"line_number":1216,"context_line":"    def _gather_parts_for_dispersion(self, assign_parts, replica_plan):"},{"line_number":1217,"context_line":"        \"\"\""}],"source_content_type":"text/x-python","patch_set":1,"id":"c29d6c98_519e1599","line":1214,"updated":"2026-05-18 09:08:43.000000000","message":"There is a typo here, breaking the code.\n\nI was wondering when this code ever gets executed. History should be never larger than the desired length, should it? I could only imagine this being the case for partition power *decrease*, which we don\u0027t implement, and most likely never will.\n\nDo we ever need to truncate?","commit_id":"7a731ea72f362e0cf095f6f87c35b933565e2002"}]}
