|
| 1.1 | added | bstansberry | tests/functional/org/jboss/cache/statetransfer/FailedStateTransferTest.java | [JBCACHE-507] Test that startService throws an exception if state transfer fails |
| 1.15 | modified | bstansberry | tests/functional/org/jboss/cache/statetransfer/StateTransferTestBase.java | Expose the caches map to subclasses |
| 1.136 | modified | bstansberry | src/org/jboss/cache/TreeCache.java | [JBCACHE-506] viewAccepted always checks if we are the coordinator[JBCACHE-507] fetchStateOnStartup throws exception if state transfer fails |
| 1.4 | modified | msurtani | tests/functional/org/jboss/cache/VersionConversionTest.java | Updated to deal with CR vrsions as well as RC versions |
| 1.135 | modified | bstansberry | src/org/jboss/cache/TreeCache.java | Improve the message of the CacheException we use to wrap a caught Throwable |
| 1.134 | modified | bstansberry | src/org/jboss/cache/TreeCache.java | Avoid ConcurrentModificationException if member list changes while we are loading partial state |
| 1.12 | modified | bstansberry | tests/functional/org/jboss/cache/aop/statetransfer/StateTransferAopTestBase.java | Put newly created cache in the map before starting, so if it fails in start it can still be destroyed during test cleanup |
| 1.14 | modified | bstansberry | tests/functional/org/jboss/cache/statetransfer/StateTransferTestBase.java | Put newly created cache in the map before starting, so if it fails in start it can still be destroyed during test cleanup |
| 1.10 | modified | msurtani | src/org/jboss/cache/Version.java | Updated version |
| 1.8 | modified | genman | src/org/jboss/cache/eviction/Region.java | JBCACHE-484 - Fix wrong type conversion |
| 1.2 | modified | genman | src/org/jboss/cache/optimistic/DefaultDataVersion.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.7 | modified | genman | src/org/jboss/cache/loader/rmi/RemoteTreeCacheImpl.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.13 | modified | genman | src/org/jboss/cache/loader/tcp/TcpCacheServer.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.4 | modified | genman | src/org/jboss/cache/eviction/EvictionTimerTask.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.7 | modified | genman | src/org/jboss/cache/eviction/Region.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.12 | modified | genman | src/org/jboss/cache/interceptors/CacheMgmtInterceptor.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.8 | modified | genman | src/org/jboss/cache/interceptors/CreateIfNotExistsInterceptor.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.21 | modified | genman | src/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.17 | modified | genman | src/org/jboss/cache/interceptors/PassivationInterceptor.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.35 | modified | genman | src/org/jboss/cache/interceptors/TxInterceptor.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.10 | modified | genman | src/org/jboss/cache/loader/AsyncCacheLoader.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.9 | modified | genman | src/org/jboss/cache/loader/FileCacheLoader.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.19 | modified | bwang | tests/perf/org/jboss/cache/Server.java | added random sleep |
| 1.6 | modified | bwang | tests/scripts/bench.txt | added random sleep |
| 1.3 | modified | bwang | tests/scripts/bench.xml | added random sleep |
| 1.133 | modified | bwang | src/org/jboss/cache/TreeCache.java | Commented out jgroups 2.3 features |
| 1.18 | modified | bwang | tests/perf/org/jboss/cache/Server.java | checked members than specified now |
| 1.3 | modified | bwang | tests/scripts/readme.txt | upd |
| 1.132 | modified | bwang | src/org/jboss/cache/TreeCache.java | Added commented out section forJGroups jmx |
| 1.3 | modified | bwang | tests/scripts/benchmark.sh | upd |
| 1.17 | modified | bwang | tests/perf/org/jboss/cache/Server.java | upd |
| 1.2 | modified | bwang | tests/scripts/bench.xml | updated xml |
| 1.5 | modified | bwang | tests/scripts/bench.txt | upd |
| 1.2 | modified | bwang | tests/scripts/readme.txt | upd |
| 1.16 | modified | bwang | tests/perf/org/jboss/cache/Server.java | added more stats |
| 1.15 | modified | bwang | tests/perf/org/jboss/cache/Server.java | Output average as well |
| 1.2 | modified | bwang | tests/scripts/benchmark.sh | Clean up |
| 1.11 | modified | bstansberry | tests/functional/org/jboss/cache/aop/statetransfer/StateTransferAopTestBase.java | Don't leak ref to 'this' to Thread from CacheUser c'tor |
| 1.5 | modified | bstansberry | tests/functional/org/jboss/cache/statetransfer/VersionedTestBase.java | Don't leak ref to 'this' to Thread from CacheUser c'tor |
| 1.4 | modified | msurtani | src/org/jboss/cache/aop/util/AopUtil.java | JBCACHE-502 |
| 1.9 | modified | msurtani | src/org/jboss/cache/Version.java | Updated version |
| 1.4 | modified | bwang | src/org/jboss/cache/eviction/BaseEvictionAlgorithm.java | Changed the log output level from warn to debug in removeQueue |
| 1.4 | modified | bwang | tests/scripts/bench.txt | upd |
| 1.14 | modified | bwang | tests/perf/org/jboss/cache/Server.java | upd |
| 1.13 | modified | bwang | tests/perf/org/jboss/cache/Server.java | upd |
| 1.12 | modified | bwang | tests/perf/org/jboss/cache/Server.java | upd |
| 1.22 | modified | bstansberry | src/org/jboss/cache/Fqn.java | Ensure equals() handles other types properly |
| 1.12 | modified | bstansberry | src/org/jboss/cache/GlobalTransaction.java | Remove unneeded null check from equals() |
| 1.6 | modified | bstansberry | tests/functional/org/jboss/cache/FqnTest.java | Add a test that equals() handles null and other types properly |
| 1.4 | modified | bstansberry | tests/functional/org/jboss/cache/GlobalTransactionTest.java | Add a test that equals() handles null properly |