)]}'
{"id":"openstack%2Foslo.cache~836864","triplet_id":"openstack%2Foslo.cache~stable%2Ftrain~I6c1a4872d7cf19e3a55c676ef4b4200f18e08f2c","project":"openstack/oslo.cache","branch":"stable/train","topic":"add_retry","hashtags":[],"change_id":"I6c1a4872d7cf19e3a55c676ef4b4200f18e08f2c","subject":"Add retry mechanisms to oslo.cache","status":"ABANDONED","created":"2022-04-06 17:02:56.000000000","updated":"2022-04-06 17:04:41.000000000","total_comment_count":0,"unresolved_comment_count":0,"has_review_started":true,"meta_rev_id":"62c4dce6e1a80622f5e7d35c15bf8a8b4bd95b80","_number":836864,"virtual_id_number":836864,"owner":{"_account_id":31245,"name":"Daniel Bengtsson","email":"dbengt@redhat.com","username":"damani42"},"actions":{},"labels":{"Verified":{"values":{"-2":"Fails","-1":"Doesn\u0027t seem to work"," 0":"No score","+1":"Works for me","+2":"Verified"},"description":"","default_value":0,"optional":true},"Code-Review":{"values":{"-2":"Do not merge","-1":"This patch needs further work before it can be merged"," 0":"No score","+1":"Looks good to me, but someone else must approve","+2":"Looks good to me (core reviewer)"},"description":"","default_value":0,"optional":true},"Workflow":{"values":{"-1":"Work in progress"," 0":"Ready for reviews","+1":"Approved"},"description":"","default_value":0,"optional":true},"Backport-Candidate":{"values":{"-2":"Do Not Backport","-1":"Not A Backport Candidate"," 0":"Backport Review Needed","+1":"Proposed Backport","+2":"Should Backport"},"description":"","default_value":0,"optional":true}},"removable_reviewers":[],"reviewers":{"CC":[{"_account_id":28522,"name":"Hervé Beraud","email":"herveberaud.pro@gmail.com","username":"hberaud"}]},"pending_reviewers":{},"reviewer_updates":[{"updated":"2022-04-06 17:02:56.000000000","updated_by":{"_account_id":31245,"name":"Daniel Bengtsson","email":"dbengt@redhat.com","username":"damani42"},"reviewer":{"_account_id":28522,"name":"Hervé Beraud","email":"herveberaud.pro@gmail.com","username":"hberaud"},"state":"CC"}],"messages":[{"id":"5c50e329f7b8c6b66a92e27832aa769ab4ad8962","tag":"autogenerated:gerrit:newPatchSet","author":{"_account_id":31245,"name":"Daniel Bengtsson","email":"dbengt@redhat.com","username":"damani42"},"date":"2022-04-06 17:02:56.000000000","message":"Uploaded patch set 1.","accounts_in_message":[],"_revision_number":1},{"id":"62c4dce6e1a80622f5e7d35c15bf8a8b4bd95b80","tag":"autogenerated:gerrit:abandon","author":{"_account_id":31245,"name":"Daniel Bengtsson","email":"dbengt@redhat.com","username":"damani42"},"date":"2022-04-06 17:04:41.000000000","message":"Abandoned\n\nBad commit parent.","accounts_in_message":[],"_revision_number":1}],"current_revision_number":1,"current_revision":"8ac5e24c9990daa5ed6a43941f259a40b47ca3f2","revisions":{"8ac5e24c9990daa5ed6a43941f259a40b47ca3f2":{"kind":"REWORK","_number":1,"created":"2022-04-06 17:02:56.000000000","uploader":{"_account_id":31245,"name":"Daniel Bengtsson","email":"dbengt@redhat.com","username":"damani42"},"ref":"refs/changes/64/836864/1","fetch":{"anonymous http":{"url":"https://review.opendev.org/openstack/oslo.cache","ref":"refs/changes/64/836864/1","commands":{"Checkout":"git fetch https://review.opendev.org/openstack/oslo.cache refs/changes/64/836864/1 \u0026\u0026 git checkout FETCH_HEAD","Cherry Pick":"git fetch https://review.opendev.org/openstack/oslo.cache refs/changes/64/836864/1 \u0026\u0026 git cherry-pick FETCH_HEAD","Format Patch":"git fetch https://review.opendev.org/openstack/oslo.cache refs/changes/64/836864/1 \u0026\u0026 git format-patch -1 --stdout FETCH_HEAD","Pull":"git pull https://review.opendev.org/openstack/oslo.cache refs/changes/64/836864/1"}}},"commit":{"parents":[{"commit":"3e3037886e8021911e10f492c0502951bff5104e","subject":"Add dogpile.cache.pymemcache backend","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/oslo.cache/commit/3e3037886e8021911e10f492c0502951bff5104e"}]}],"author":{"name":"Hervé Beraud","email":"hberaud@redhat.com","date":"2021-08-06 12:51:15.000000000","tz":120},"committer":{"name":"Daniel Bengtsson","email":"dbengt@redhat.com","date":"2022-04-06 17:02:14.000000000","tz":120},"subject":"Add retry mechanisms to oslo.cache","message":"Add retry mechanisms to oslo.cache\n\nThis patch specifies a set of options required to setup a retry\ncontext.  The context built from those options can later on be\npassed to any of the oslo.cache backends that supports pymemcache\u0027s\nretry mechanisms.\n\nThis patch also sets up the retry mechanisms context based on\nthe configuration option passed via oslo.config and adds it\nas an argument to be passed to the selected oslo.cache backend.\n\nThis patch is needed to fix a TLS issue on stable branches introduced by\npymemcache (since train), where if a cluster node disappear the client\nwill fail without retrying to reconnect or to switch to an other node of\nthe cluster.\n\nConflicts:\n    CONFLICT (content): Merge conflict in oslo_cache/_opts.py\n    CONFLICT (content): Merge conflict in oslo_cache/core.py\n    CONFLICT (content): Merge conflict in oslo_cache/tests/test_cache.py\n\nPartial-Bug: #1959562\nChange-Id: I6c1a4872d7cf19e3a55c676ef4b4200f18e08f2c\n(cherry picked from commit 42bf82d5505a0def3d22972d67fde836f5091ed1)\n(cherry picked from commit 23e8e9a9f45956ef7ea74d3d443e518f13b43477)\n(cherry picked from commit 55b796be5679ffecc64f1940da425cac5c982fc1)\n(cherry picked from commit 91f61a50c0a4df70ff7e9c729aa3feda82e59582)\n(cherry picked from commit 973616a87323d2d5300d8062e349b6925ece81bd)\n","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/oslo.cache/commit/8ac5e24c9990daa5ed6a43941f259a40b47ca3f2"}],"resolve_conflicts_web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/oslo.cache/commit/8ac5e24c9990daa5ed6a43941f259a40b47ca3f2"}]},"branch":"refs/heads/stable/train"}},"requirements":[],"submit_records":[],"submit_requirements":[]}
