From 15950a51fd3231105d9d5b9b96598676f74dc285 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 7 Mar 2016 21:22:38 +0200 Subject: [PATCH] Update notes for 2016-03-07 Signed-off-by: Alan Orth --- content/2016-03.md | 6 ++++++ public/2016-03/index.html | 4 ++++ public/index.xml | 4 ++++ public/tags/notes/index.xml | 4 ++++ 4 files changed, 18 insertions(+) diff --git a/content/2016-03.md b/content/2016-03.md index 9d7b1e787..900f0cd17 100644 --- a/content/2016-03.md +++ b/content/2016-03.md @@ -18,3 +18,9 @@ image = "../images/bg.jpg" - Their changes on `5_x-dev` branch work, but it is messy as hell with merge commits and old branch base - When I rebase their branch on the latest `5_x-prod` I get blank white pages - I identified one commit that causes the issue and let them know +- Restart DSpace Test, as it seems to have crashed after Sisay tried to import some CSV or zip or something: + + +``` +Exception in thread "Lucene Merge Thread #19" org.apache.lucene.index.MergePolicy$MergeException: java.io.IOException: No space left on device +``` diff --git a/public/2016-03/index.html b/public/2016-03/index.html index 944ed1c9a..ae55d55f5 100644 --- a/public/2016-03/index.html +++ b/public/2016-03/index.html @@ -94,8 +94,12 @@
  • Their changes on 5_x-dev branch work, but it is messy as hell with merge commits and old branch base
  • When I rebase their branch on the latest 5_x-prod I get blank white pages
  • I identified one commit that causes the issue and let them know
  • +
  • Restart DSpace Test, as it seems to have crashed after Sisay tried to import some CSV or zip or something:
  • +
    Exception in thread "Lucene Merge Thread #19" org.apache.lucene.index.MergePolicy$MergeException: java.io.IOException: No space left on device
    +
    +