com.ibm.team.repository.mqtt.broker.address
line from teamserver.properties of any clustered apps (This is optional, only do this if repotools -addTables
fails to execute).
com.ibm.team.repository.mqtt.broker.address
line to teamserver.properties (if removed).
distributedCache.cfg
to preserve any customizations as well as new values needed by the new version. Copy the keystore. distributedCache.cfg
file changed from allowRenegotiate
to renegotiationAllowed
. With the default value still being false
distributedData
by default). The name of that sub-folder is the same as the name of the cluster. This is implemented so that when applications' nodes are coming up after planned downtime, they initialize their distributed data from scratch instead of using obsolete and potentially stale persisted copy. The persisted copy is used only by the node that is coming up after a crash or another unplanned outage and needs the current copy (a snapshot) of the distributed data. [Cache] # Relative or absolute location on the file system to save cache data when the microservice is offline. # This persisted data is only needed if DCM is restarted while clustered applications are running. # When a planned shutdown of a clustered application using the cache is underway, it is advisable to delete the persisted data. persistentStore = $E{PERSISTENT_STORE, distributedData}