cachemanager_pools

Checkout Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Delete this old dev branch.

    • -10
    • +0
    ./src/main/java/net/sf/ehcache/store/package.html
  1. … 1312 more files in changeset.
fixed missing ${basedir} breaking build in reactor mode
Merged 4157:4276 from trunk
    • -3
    • +5
    ./src/test/perf/net/sf/ehcache/StopWatch.java
    • -0
    • +0
    ./src/assemble/EHCACHE-CORE-LICENSE.txt
    • -1
    • +10
    ./src/test/java/net/sf/ehcache/CacheTest.java
  1. … 17 more files in changeset.
updated pinning doc
    • -7
    • +10
    ./src/site/apt/documentation/configuration.apt
Yet more room for the writter thread to get interrupted... also added a more verbose assertion failure message
Yet more time in the test for stuff to be flushed to disk... and eternal
Giving some more time for the disk to reach its expected size
use dedicated striped locks for FrontEndCacheTier
fix some incorrect wiring in the CacheConfiguration class (typos?)
    • -9
    • +9
    ./src/main/java/net/sf/ehcache/CacheManager.java
Increased the max amount we expect to see...
Fixed test for slow disks
add fill(Element) operation
fixed more timing failures
replaced Thread.sleep() with RetryAssert
    • -4
    • +9
    ./src/test/java/net/sf/ehcache/CacheTest.java
accounted for slow disks + fixed programmatic test config
Fixed apt parsing
Fixed test
Keep on loading while limit is _not_ reached, but do load async!
Proper doneLoading handling
DiskBootstrapping needs to not be asynchronous when it has a delay and not default to true!

Shutdown manager in test if still running

catching OOME in forceVMGrowth()
replaced while (x) { System.gc() } with RetryAssert
replaced Thread.sleep() with RetryAssert
tweaked timing again to help machines with slow disks
delayed assertion
fixed IllegalArgumentException when trying to read a corrupted index
renamed maxBytesOn* attributes to fix PoolableStoresTest
made test assert the number of elements on disk to avoid race conditions
cleanup temp folder before running tests relying on files
updated test to match new tiered disk store behavior