Hotfix 84879
Multiple fixed related to the throttling mechanism, deployment state not being reflected on publisher side, retrieval of notification file
- Version
- This hotfix concerns SDL Tridion 2011 SP1HR1.
- Problem description
- Multiple fixed related to the throttling mechanism, deployment state not being reflected on publisher side, retrieval of notification file.
- Hotfix description
-
Multiple fixes:
- Optimized the checking of the available capacity for each destination.
- Minimized the number of parallel open connections.
- Optimized the way we check for transactions in progress on the deployer side in case of FTP transport connector.
- Sloved theoretically possible thread blocking issues.
- Introduced additional logging to help diagnosing problems with the Transport service and with the FTP connection.
- If any exception happen during the process of checking windows size, we make sure we handle this properly instead of setting it to Throttled. Added more logs. Fixed error message that used to return transaction id -1.
- Made sure we have the right connectionInformation that we might later update. Added trace logging for batch files which we track.
- Added a condition to Transport Summary calculation for TransportTransactionControl step, so if the Rollback package is detected for destination, we are not invoking a new step (Deploying step).
- Workers that are executed on a separate thread for no good reason: ZipWorker, TransactionControlWorker, ParallelTransportWorker,
- Made sure we always schedule the retrieval of the state notification file.
- Changed the stop / start routine of the transport pool monitor
- Distributed files
-
- cd_core.jar (version 6.1.0.1085)
- cd_model.jar (version 6.1.0.1085)
- cd_transport.jar (version 6.1.0.1085)
- cd_transport_conf_sample.xml
- cd_transport_conf.xsd
- Fixes included
- Hotfix 83230
- Dependencies
- None