This release is mainly a bugfix release. We highly recommend you migrate to this version if using version 17 of the Java Virtual Machine or if you are running a distributed version of Warp 10 with Directory sharding.
The release includes the following changes:
-
Fixed an issue related to closing Directory iterators when accessing multiple shards which could lead to
NullPointerException
being thrown. -
Fixed an issue in
UNBUCKETIZE.CALENDAR
when applied to GTS with empty buckets. -
Fixed issue which prevented the
Warp10OutputFormat
to function properly within Spark due to a mismatch in versions of Guava. -
Changed order of config files, they are now loaded in the order of the numberic prefix appearing before the first
-
. -
Added missing support for
quietAfter
andactiveAfter
parameters when doing a dryrun delete in a distributed Warp 10 instance. -
Added support for internal statement wrapping.
-
Changed behavior when the use of version 17 of the Java Virtual Machine is detected. Warp 10 will now stop and emit a warning message indicating that the configuration key
labelsid.slowimpl
should be set totrue
. This is needed to ensure an issue with the Just In Time compiler for that version of the JVM is not triggered within the code used to compute series id.
You can read a more detailed version of this release note on the SenX blog.