Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Added a clearDiskOnStartup configuration option for the IndexedDisk Cache.
adding example for when blocked policy property.
JCS has officially been wrestled. Sorry, guys, this is going to be one *big* commit again. - Re-Licensed everything according to the current ASF policy - Reformatted headers - Removed trailing blanks
On shutdown the cache will only send memory items to disk auxiliries and not other types on shutdown. It no longer does this via an iterator, it does it via the freeMemoryElements method on the memory cache itself. This has the advantage of pushing the items to disk via the overflow chanel. The overflow chanel has the disk update pattern logic. If the cache is running in disk mode SWAP, then the items in memory will go to disk, otherwise they will not. This makes disk shutdown faster. I added unit tests for the composite cache manager shutdown that verify the behavior. Formatted several other classes.
Properties are loaded using the current thread's classloader by default. When a config file is not found a descriptive error message is printed to the logs. Made an interface for the cache manager to improve testability. Auxiliaries are assigned a cache manager and the lateral TCP has a settable source id, so it can be tested. Increased JGroups version to 2.2.8. It works again. The old JGroups didn't work for unknown reasons. Cleaned up some javadocs. Improved info level logging for TCP lateral. Added configuration properties xdocs for TCP lateral, indexed disk, and memory cache. Created concurrent tests for TCP lateral to verify correct region behavior. Made BDBJE work with new auxiliary changes. UDP discovery no longer activates if the lateral type isn't TCP. Reduced lateral get timeout to 1 second, rather than 10. We still need to disable gets when a timeout occurs.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |