Skip to content

Commit

Permalink
Authors/ChangeLog for 2.31.1
Browse files Browse the repository at this point in the history
Change-Id: I7ee960dee1329aee6ea535c6c64634cc05ca679a
  • Loading branch information
tipabu committed Mar 9, 2023
1 parent 28cb0c3 commit 049ffd5
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Alex Holden (alex@alexjonasholden.com)
Alex Pecoraro (alex.pecoraro@emc.com)
Alex Szarka (szarka@inf.u-szeged.hu)
Alex Yang (alex890714@gmail.com)
Alexander Fadeev (fadeevab.com@gmail.com)
Alexandra Settle (asettle@suse.com)
Alexandre Lécuyer (alexandre.lecuyer@corp.ovh.com)
Alfredo Moralejo (amoralej@redhat.com)
Expand Down
34 changes: 33 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
swift (2.31.1, OpenStack Antelope)

* 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.


swift (2.31.0)

* S3 API improvements
Expand Down Expand Up @@ -93,7 +125,7 @@ swift (2.31.0)
* Various other minor bug fixes and improvements.


swift (2.30.0)
swift (2.30.0, OpenStack Zed)

* Sharding improvements

Expand Down
37 changes: 37 additions & 0 deletions releasenotes/notes/2_31_1_release-20ccd07e32b91c1f.yaml
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 049ffd5

Please sign in to comment.