Version 0.3.3 (Avocado Update 3)
What's new in version 0.3.3?
This is the third update for the Avocado release. All users are encouraged to upgrade client jars and server binaries.
- Upgraded Tanuki service wrapper to version 3.5.24 which fixes an issue that prevented the server from starting in OSX Mavericks.
- Consolidated service wrapper native libraries in
wrapper
directory within the root of the concourse-server installation. - Added support for 32-bit Linux and OSX systems.
- Added
--list
and-l
flags to thedumptool
CLI to display a list of dumpable storage units. - Fixed a bug that caused some searches to return false-positive results.
- Fixed a bug that caused mishandling of data containing leading or trailing whitespaces.
- Fixed a bug that made it possible to see inconsistent search results if a query was issued while the engine was indexing relavent data in the background.
- Fixed a bug that caused a deadlock when committing a transaction that performed a range query against a key and then subsequently added that key to a record as a value within the range.
- Made server-side
jmx_port
configurable in concourse.prefs.
A note about upgrading
- If you manually changed the jmx port by editing the
wrapper.java.additional.2=-Dcom.sun.management.jmxremote.port
property in concourse.conf you will need to update concourse.prefs to include the desiredjmx_port
parameter.