Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

4.5.3

Compare
Choose a tag to compare
@rjrudin rjrudin released this 24 Aug 17:13
· 58 commits to master since this release
5da2fb4

This patch release addresses a performance issue with clusters with large (typically hundreds) of forests, where one request was made per forest to get details about a forest. This release now uses the Configuration Management API to retrieve details of all forests in a single request.

A related problem involving replica forests is also fixed in this release. Similar to primary forests, replica forests are now created in a single request to the Configuration Management API, as opposed to one request per forest.