Checkout Tools
  • last updated 57 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
TAB-7219 / TAB-7773: fix race condition that can lead to reading a null cache manager name which would lead to a NPE during rejoin
    • -16
    • +58
    ./ToolkitInstanceFactoryImpl.java
Javadoc fixes in preparation of Java 8 compile compatibility

* fixed few warning level javadoc plugin issues

* fixes all error level javadoc plugin issues

* had to add hibernate dep. to the javadoc plugin

    • -1
    • +1
    ./store/nonstop/LocalReadsAndExceptionOnWritesTimeoutStore.java
    • -2
    • +1
    ./writebehind/CacheWriterProcessor.java
  1. … 226 more files in changeset.
TAB-7244: Fix key ClassNotFound exception thrown when WAN replication is enabled with user defined key class used in search attribute
    • -1
    • +12
    ./store/ValueModeHandlerSerialization.java
    • -1
    • +1
    ./collections/SerializedToolkitCache.java
    • -9
    • +15
    ./collections/SerializationHelper.java
TAB-7219: fix race condition that can lead to reading a null cache manager which would abort the rejoin process
TAB-7121 Remove node locks taken for dead nodes during rejoin (Merged from ehcache-core-ee-2.8.x)

Ensures that locks taken for dead nodes while recovering pending async

writes during rejoin processing are properly released after recovery is

complete. [from revisions 48925, 10484]

  1. … 1 more file in changeset.
TAB-5659: Exception during IS Shutdown - net.sf.ehcache.terracotta.TerracottaNotRunningException
    • -1
    • +9
    ./store/TerracottaClusteredInstanceFactory.java
TAB-5489: Adding orchestrator role and replication mode to the clustered REST API response
[TAB-5325] WANUtil.java - Adding new method addCurrentOrchestrator to add orchestrator name in cluster config map
  1. … 1 more file in changeset.
[TAB-5276] Changing clustered-entity-management version to 0.10.0
  1. … 1 more file in changeset.
TAB-5229 : Fixing system test failure
TAB-4722 : [IS Regression] Ehcache logging is too verbose during Integration Server startup
TAB-4778 : remove property that controls CAS on eventual caches
  1. … 7 more files in changeset.
TAB-4553: wire CacheManager.sendManagementEvent() to the toolkit's management event API
    • -0
    • +38
    ./management/ClusteredManagementEventSink.java
    • -0
    • +12
    ./store/TerracottaClusteredInstanceFactory.java
  1. … 11 more files in changeset.
TAB-4624: tunneled WAN rest agent mbeans
TAB-4496: GetAllVersioned support for WAN
  1. … 1 more file in changeset.
TABQA-7316: fix NPE in findSoftLockById() and made interface's javadoc clear that null is a valid return value
    • -0
    • +3
    ./transaction/ReadCommittedClusteredSoftLockFactory.java
  1. … 1 more file in changeset.
TAB-4371. Added platform support for unidirectional WAN replication.
  1. … 2 more files in changeset.
  1. … 2 more files in changeset.
CRQ-213: Handle some review comments.
  1. … 1 more file in changeset.
CRQ-320: set serialVersionUID to fulfill upgradability
    • -0
    • +2
    ./transaction/SerializedReadCommittedClusteredSoftLock.java
CRQ-320: improve local tx commit performance
    • -15
    • +4
    ./transaction/ReadCommittedClusteredSoftLockFactory.java
    • -0
    • +23
    ./transaction/SerializedReadCommittedClusteredSoftLock.java
Fix unlimited maxEntriesInCache and handling frozen CacheConfiguration
  1. … 2 more files in changeset.
Handle the case of the empty toolkit cache configuration.
    • -13
    • +30
    ./store/CacheConfigChangeBridge.java
  1. … 1 more file in changeset.
CRQ-213: Add option for allowing server cache settings to override client cache settings.
    • -14
    • +36
    ./store/CacheConfigChangeBridge.java
  1. … 2 more files in changeset.
changes for DEV-6441
    • -5
    • +6
    ./store/TerracottaClusteredInstanceFactory.java
  1. … 84 more files in changeset.
ENG-1033: Support immediate nonstop timeout for the case when no orchestrator is around.
  1. … 2 more files in changeset.
eng-1022 avoid NPE
DEV-7163 Log client configuration when creating clustered cache
DEV-7163 Log ehcache active configuration when creating clustered cache manager
  1. … 1 more file in changeset.