Version 2.3.5
Note
If you are upgrading a cluster, you must be running CrateDB Version 1.1.3 or higher before you upgrade to 2.3.5.
If you want to perform a , your current CrateDB version number must be at least Version 2.3.0. Any upgrade from a version prior to this will require a .
Warning
Table of contents
Fixed handling of values correctly in the cluster tab of the Admin UI.
Updated the Size label in the table detail tab of the Admin UI to Size (Sum of primary shards).
Fixed an issue that would cause queries ordered by a
STRING
with possibleNULL
values to get stuck.Fixed an issue that caused nodes to crash with when executing queries with
ORDER BY
on large data sets. Instead, the query circuit breaker is tripped, the query is killed and the node’s health is unaffected.Improved the error handling for a race condition to make sure it doesn’t cause queries to get stuck.