We are happy to announce the new bugfix release of Scalaris, 0.7.2.
It fixes severe problems encountered in the "Wiki on Scalaris" and the replica
repair algorithms. Further (notable) changes are listed below.
As usually, the source can be downloaded from
https://code.google.com/p/scalaris/
Packages for various linux distributions are available in the Open Build
Service.
The latest stable version is available in our main repository:
http://download.opensuse.org/repositories/home:/scalaris/
Subversion snapshots are available in this repository:
http://download.opensuse.org/repositories/home:/scalaris:/svn/
For more instructions on how to use the prebuild packages, see
http://code.google.com/p/scalaris/wiki/FAQ#Prebuild_packages
Scalaris' Java-API (in different versions) is also available in our maven
repository at:
https://scalaris.googlecode.com/svn/maven/
Scalaris 0.7.2 - October 23, 2014
============================================================
(partly supported by the EU project IES Cities
http://iescities.eu/
and the EIT ICT Labs project MCData)
Packaging:
- fix ArchLinux packages with newest Java versions
Demonstrator "Wiki on Scalaris":
- fix the separate count key optimisation not using Scalaris' increment
operation
Business Logic:
- rrepair: let the trivial algorithm assume the worst case in order to always
meet the configured "recon probability of one error" (p1e)
- rrepair: fix the trivial algorithm having an effectively doubled p1e
- rrepair: fix the bloom algorithm having an effectively tripled p1e
- rrepair: allow disabling byte-alignment
Bugs:
- fix a few minor bugs