forked from dancres/blitzjavaspaces
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
76 lines (44 loc) · 2.08 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
2012-05-07 Dan Creswell <dan@dancres.org>
* Minor changes
* Blitz Pure Java 2.1.6
2011-04-11 Dan Creswell <dan@dancres.org>
* Blitz Pure Java Version 2.1.5
* Fix installer to reserve the correct ports
2011-01-07 Dan Creswell <dan@dancres.org>
* Improved concurrency for notifies and searches
2011-01-06 Dan Creswell <dan@dancres.org>
* Updated core task handling to use util.concurrent
* Improved transaction performance
* Cleanup downloadable codebase
2011-01-05 Dan Creswell <dan@dancres.org>
* Improved performance for writes
* Improved search speed in cases of type-tree searches
2010-10-10 Dan Creswell <dan@dancres.org>
* Blitz Pure Java Version 2.1.4
2010-10-07 Dan Creswell <dan@dancres.org>
* 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 <dan@dancres.org>
* 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 <dan@dancres.org>
* 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 <dan@dancres.org>
* 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 <dan@dancres.org>
* 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.