RELEASED: Public: November 15, 2023
New features
- Make Move/Copy/Promote usable in High Availability (HA) controllers (BEE-41316)
-
Move/Copy/Promote was previously not working consistently in a High Availability (HA) controller.
This fixes the issue and allows the use of Move/Copy/Promote from/to a High Availability (HA) controller.
Resolved issues
- Proxying REST accesses to queue items could give a 502 error (BEE-39050)
-
A High Availability (HA) controller will automatically proxy REST API requests to look up (or cancel) queue items to the replica owning that item.
If the registered replica is unresponsive (for example, it just terminated), the originating replica now automatically retries the registration lookup and proxies every second up to ten times.