summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2023-03-09 12:16:38 -0800
committerTim Burke <tim.burke@gmail.com>2023-03-09 12:36:12 -0800
commit049ffd5a89f9e9b9de3ac51c5d34cf81e9d9bd06 (patch)
tree5a986b8963de775d4a7b045679f1af15b4ed4801 /releasenotes
parent28cb0c30d90c4e227d9880fa9492729d2c08fbfd (diff)
downloadswift-049ffd5a89f9e9b9de3ac51c5d34cf81e9d9bd06.tar.gz
Authors/ChangeLog for 2.31.12.31.1
Change-Id: I7ee960dee1329aee6ea535c6c64634cc05ca679a
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/2_31_1_release-20ccd07e32b91c1f.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/releasenotes/notes/2_31_1_release-20ccd07e32b91c1f.yaml b/releasenotes/notes/2_31_1_release-20ccd07e32b91c1f.yaml
new file mode 100644
index 000000000..9461721d0
--- /dev/null
+++ b/releasenotes/notes/2_31_1_release-20ccd07e32b91c1f.yaml
@@ -0,0 +1,37 @@
+---
+fixes:
+ - |
+ Sharding fixes
+
+ * Shards no longer report stats to the root database when they are in
+ the ``CREATED`` state.
+
+ * Sharding metadata is no longer cleared when databases are deleted.
+ This could previously cause deleted shards that still had rows to
+ become stuck and never move them to the correct database.
+
+ * Fixed a performance regression in the handling of misplaced objects.
+
+ * Swift path and on-disk path are now included with all sharder logging.
+
+ - |
+ ``s3token`` no longer mangles request paths that include the Access Key ID.
+
+ - |
+ User metadata is now exposed via CORS when encryption is enabled,
+ matching the behavior when encryption is not enabled.
+
+ - |
+ Fewer backend requests are now required when account or container
+ information is missing from memcache.
+
+ - |
+ Fixed logging of IP and port in the proxy-server; in particular,
+ internal clients now correctly log about the replication IP/port.
+
+ - |
+ Fixed a bug in the object replicator that would cause an under-reporting
+ of failures.
+
+ - |
+ Various other minor bug fixes.