2010-10-10 Dan Creswell * Blitz Pure Java Version 2.1.4 2010-10-07 Dan Creswell * Move away from use of old Doug Lea concurrency library and backport-concurrent-util * Make VersionInfo available as a stat 2010-10-03 Dan Creswell * Fix a problem where a spurious wakeup could cause a take/read/bulk to fail and quit early. * Blitz Pure Java Version 2.1.3 2010-09-26 Dan Creswell * Blitz Pure Java Version 2.1.2 * LocalSpace now supports restarts within a single JVM. * Revise store cache health statistic * Minor cleanup of CondensedStats * Merge CondensedStats vmstat-style tool from Dominic Cleal 2010-06-12 Dan Creswell * Blitz Pure Java Version 2.1.1 * Add an optimistic log file batcher - disabled by default - To enable change: storageModel = new Persistent(true, true, 1, true, 10000, 32768); to: storageModel = new Persistent(true, true, 1, false, 10000, 32768); 2010-01-04 Dan Creswell * Blitz Pure Java Version 2.1 - full changelog here: http://blitzjavaspaces.hg.sourceforge.net/hgweb/blitzjavaspaces/blitzjavaspaces/log * Update to DB/Java 3.3.93 * Add an additional option on Dashboard to display full stats as raw strings. * Add some cache/memory statistics to help spot potential exhaustion and other tuning issues. * Add support for cache partitioning to improve concurrency. * Add support for nano-second batch windows.