[ARVADOS] updated: 1.3.0-967-g10c07dad8
Git user
git at public.curoverse.com
Fri May 31 19:44:33 UTC 2019
Summary of changes:
doc/admin/upgrading.html.textile.liquid | 8 +-
.../20190322174136_add_file_info_to_collection.rb | 52 ++----------
.../populate-file-info-columns-in-collections.rb | 97 ++++++++++++++++++++++
3 files changed, 109 insertions(+), 48 deletions(-)
mode change 100755 => 100644 services/api/db/migrate/20190322174136_add_file_info_to_collection.rb
create mode 100755 services/api/script/populate-file-info-columns-in-collections.rb
via 10c07dad8825657ffc042951854713859aac8757 (commit)
via d7775a8a4f85771a4bf2ac6165561f0d4393060a (commit)
via 6817a41155e2aef66b3f14536b9d2ac3d1ea642c (commit)
via 0d8adf9bb22e169fb47d64ca19045283ff5fafd1 (commit)
from 3a5601145a6c88b4fd7fe73df369d6cb95dcba5d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 10c07dad8825657ffc042951854713859aac8757
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Fri May 31 15:42:37 2019 -0400
Update the 'upgrading' documentation to reflect the v1.4.0 release, and warn
about the db migration that can take some time during upgrade.
refs #15093
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid
index def8bed79..053acb220 100644
--- a/doc/admin/upgrading.html.textile.liquid
+++ b/doc/admin/upgrading.html.textile.liquid
@@ -30,11 +30,13 @@ Note to developers: Add new items at the top. Include the date, issue number, co
TODO: extract this information based on git commit messages and generate changelogs / release notes automatically.
{% endcomment %}
-h3. current master branch
+h3. v1.4.0 (2019-05-31)
h4. Populating the new file_count and file_size_total columns on the collections table
-As part of story "#14484":https://dev.arvados.org/issues/14484, two new columns were added to the collections table in a database migration. These columns are initialized with a zero value. In order to populate them, it is necessary to run a script called <code class="userinput">populate-file-info-columns-in-collections.rb</code> from the scripts directory of the API server. This can be done out of band, ideally directly after the API server has been upgraded to v1.4.0.
+As part of story "#14484":https://dev.arvados.org/issues/14484, two new columns were added to the collections table in a database migration. If your installation has a large collections table, this migration may take some time. We've seen it take ~5 minutes on an installation with 250k collections, but your mileage may vary.
+
+The new columns are initialized with a zero value. In order to populate them, it is necessary to run a script called <code class="userinput">populate-file-info-columns-in-collections.rb</code> from the scripts directory of the API server. This can be done out of band, ideally directly after the API server has been upgraded to v1.4.0.
h4. Stricter collection manifest validation on the API server
commit d7775a8a4f85771a4bf2ac6165561f0d4393060a
Merge: 3a5601145 6817a4115
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Fri May 31 15:30:34 2019 -0400
Merge branch '15093-move-collection-update-out-of-band' into 1.4-dev
closes #15093
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list