From 3b39720e80ef975ab7444c9940534ef43e7ff48d Mon Sep 17 00:00:00 2001 From: Morgan Rodgers Date: Wed, 11 Sep 2019 14:46:02 -0400 Subject: [PATCH] Reverts the Files app from using Rsync to copymitter --- CHANGELOG.md | 7 ++++++- config.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d905402f4..bc6ca370f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.6.12] - 2019-09-11 +### Fixed +- Reverted use of Rsync in Files app; use of Rsync caused resource exhaustion on the web nodes when file copies took longer than 1 minute + ## [1.6.11] - 2019-08-30 ### Fixed - Fixed bug in the File Explorer when attempting to copy directories on a Lustre FS; a side effect of this fix is that copy-progress messages are no longer sent to the client @@ -212,7 +216,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - From 1.3.7 - 1.4.2 updated app versions -[Unreleased]: https://github.com/OSC/ondemand/compare/v1.6.11...HEAD +[Unreleased]: https://github.com/OSC/ondemand/compare/v1.6.12...HEAD +[1.6.12]: https://github.com/OSC/ondemand/compare/v1.6.11...v1.6.12 [1.6.11]: https://github.com/OSC/ondemand/compare/v1.6.10...v1.6.11 [1.6.10]: https://github.com/OSC/ondemand/compare/v1.6.9...v1.6.10 [1.6.9]: https://github.com/OSC/ondemand/compare/v1.6.8...v1.6.9 diff --git a/config.json b/config.json index 07d3de4aa2..bb194c330c 100644 --- a/config.json +++ b/config.json @@ -14,7 +14,7 @@ { "name": "files", "url": "https://github.com/OSC/ood-fileexplorer", - "tag": "v1.6.0", + "tag": "v1.6.1", "app": true }, {