From f6f6e767fe124a9f3fb5df50a4f4af8c086598b3 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 1 Jul 2019 18:54:35 +0300 Subject: [PATCH] Update notes for 2019-07-01 --- content/posts/2019-07.md | 56 +++++++++++++ docs/2019-07/index.html | 91 ++++++++++++++++++++- docs/2019/07/atmire-cua-2018-missing.png | Bin 0 -> 4521 bytes docs/categories/index.html | 7 ++ docs/index.html | 7 ++ docs/index.xml | 7 ++ docs/posts/index.html | 7 ++ docs/posts/index.xml | 7 ++ docs/sitemap.xml | 10 +-- docs/tags/index.html | 7 ++ docs/tags/notes/index.html | 7 ++ docs/tags/notes/index.xml | 7 ++ static/2019/07/atmire-cua-2018-missing.png | Bin 0 -> 4521 bytes 13 files changed, 205 insertions(+), 8 deletions(-) create mode 100644 docs/2019/07/atmire-cua-2018-missing.png create mode 100644 static/2019/07/atmire-cua-2018-missing.png diff --git a/content/posts/2019-07.md b/content/posts/2019-07.md index c91ab6bc2..59f313d5b 100644 --- a/content/posts/2019-07.md +++ b/content/posts/2019-07.md @@ -8,7 +8,63 @@ tags: ["Notes"] ## 2019-07-01 - Create an "AfricaRice books and book chapters" collection on CGSpace for AfricaRice +- Last month Sisay asked why the following "most popular" statistics link for a range of months in 2018 works for the CIAT community on DSpace Test, but not on CGSpace: + - [DSpace Test](https://dspacetest.cgiar.org/handle/10568/35697/most-popular/item#simplefilter=custom&time_filter_end_date=01%2F12%2F2018) + - [CGSpace](https://cgspace.cgiar.org/handle/10568/35697/most-popular/item#simplefilter=custom&time_filter_end_date=01%2F12%2F2018) +- Abenet had another similar issue a few days ago when trying to find the stats for 2018 in the RTB community +- If I change the parameters to 2019 I see stats, so I'm really thinking it has something to do with the sharded yearly Solr statistics cores + - I checked the Solr admin UI and I see all Solr cores loaded, so I don't know what it could be + - When I check the Atmire content and usage module it seems obvious that there is a problem with the old cores because I dont have anything before 2019-01 + +![Atmire CUA 2018 stats missing](/cgspace-notes/2019/07/atmire-cua-2018-missing.png) + +- I don't see anyone logged in right now so I'm going to try to restart Tomcat and see if the stats are accessible after Solr comes back up +- I decided to run all system updates on the server (linode18) and reboot it + - After rebooting Tomcat came back up, but the the Solr statistics cores were not all loaded + - The error is always (with a different core): + +``` +org.apache.solr.common.SolrException: Error CREATEing SolrCore 'statistics-2010': Unable to create core [statistics-2010] Caused by: Lock obtain timed out: NativeFSLock@/home/cgspace.cgiar.org/solr/statistics-2010/data/index/write.lock +``` + +- I restarted Tomcat *ten times* and it never worked... +- I tried to stop Tomcat and delete the write locks: + +``` +# systemctl stop tomcat7 +# find /dspace/solr/statistics* -iname "*.lock" -print -delete +/dspace/solr/statistics/data/index/write.lock +/dspace/solr/statistics-2010/data/index/write.lock +/dspace/solr/statistics-2011/data/index/write.lock +/dspace/solr/statistics-2012/data/index/write.lock +/dspace/solr/statistics-2013/data/index/write.lock +/dspace/solr/statistics-2014/data/index/write.lock +/dspace/solr/statistics-2015/data/index/write.lock +/dspace/solr/statistics-2016/data/index/write.lock +/dspace/solr/statistics-2017/data/index/write.lock +/dspace/solr/statistics-2018/data/index/write.lock +# find /dspace/solr/statistics* -iname "*.lock" -print -delete +# systemctl start tomcat7 +``` + +- But it still didn't work! +- I stopped Tomcat, deleted the old locks, and will try to use the "simple" lock file type in `solr/statistics/conf/solrconfig.xml`: + +``` +${solr.lock.type:simple} +``` + +- And after restarting Tomcat it still doesn't work +- Now I'll try going back to "native" locking with `unlockAtStartup`: + +``` +true +``` + +- Now the cores seem to load, but I still see an error in the Solr Admin UI and I still can't access any stats before 2018 +- I filed an [issue with Atmire](https://tracker.atmire.com/tickets-cgiar-ilri/view-ticket?id=685), so let's see if they can help + diff --git a/docs/2019-07/index.html b/docs/2019-07/index.html index 75fa59c90..5ece46ee1 100644 --- a/docs/2019-07/index.html +++ b/docs/2019-07/index.html @@ -10,11 +10,18 @@ Create an “AfricaRice books and book chapters” collection on CGSpace for AfricaRice +Last month Sisay asked why the following “most popular” statistics link for a range of months in 2018 works for the CIAT community on DSpace Test, but not on CGSpace: + + +DSpace Test +CGSpace + +Abenet had another similar issue a few days ago when trying to find the stats for 2018 in the RTB community " /> - + @@ -22,6 +29,13 @@ Create an “AfricaRice books and book chapters” collection on CGSpace Create an “AfricaRice books and book chapters” collection on CGSpace for AfricaRice +Last month Sisay asked why the following “most popular” statistics link for a range of months in 2018 works for the CIAT community on DSpace Test, but not on CGSpace: + + +DSpace Test +CGSpace + +Abenet had another similar issue a few days ago when trying to find the stats for 2018 in the RTB community "/> @@ -33,9 +47,9 @@ Create an “AfricaRice books and book chapters” collection on CGSpace "@type": "BlogPosting", "headline": "July, 2019", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-07\/", - "wordCount": "13", + "wordCount": "359", "datePublished": "2019-07-01T12:13:51\x2b03:00", - "dateModified": "2019-07-01T12:13:51\x2b03:00", + "dateModified": "2019-07-01T12:22:43\x2b03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -106,6 +120,77 @@ Create an “AfricaRice books and book chapters” collection on CGSpace + + + +

Atmire CUA 2018 stats missing

+ + diff --git a/docs/2019/07/atmire-cua-2018-missing.png b/docs/2019/07/atmire-cua-2018-missing.png new file mode 100644 index 0000000000000000000000000000000000000000..eced2d3ec7f76e2c0fffeabed1bc2c3ce80f12d7 GIT binary patch literal 4521 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 literal 0 HcmV?d00001 diff --git a/docs/categories/index.html b/docs/categories/index.html index 044b8d591..e07845d13 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -102,6 +102,13 @@
  • Create an “AfricaRice books and book chapters” collection on CGSpace for AfricaRice
  • +
  • Last month Sisay asked why the following “most popular” statistics link for a range of months in 2018 works for the CIAT community on DSpace Test, but not on CGSpace: + +
  • +
  • Abenet had another similar issue a few days ago when trying to find the stats for 2018 in the RTB community
Read more → diff --git a/docs/index.html b/docs/index.html index 1d4aed78b..28d96c890 100644 --- a/docs/index.html +++ b/docs/index.html @@ -102,6 +102,13 @@
  • Create an “AfricaRice books and book chapters” collection on CGSpace for AfricaRice
  • +
  • Last month Sisay asked why the following “most popular” statistics link for a range of months in 2018 works for the CIAT community on DSpace Test, but not on CGSpace: + +
  • +
  • Abenet had another similar issue a few days ago when trying to find the stats for 2018 in the RTB community
Read more → diff --git a/docs/index.xml b/docs/index.xml index eab979acc..4466feb44 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -21,6 +21,13 @@ <ul> <li>Create an &ldquo;AfricaRice books and book chapters&rdquo; collection on CGSpace for AfricaRice</li> +<li>Last month Sisay asked why the following &ldquo;most popular&rdquo; statistics link for a range of months in 2018 works for the CIAT community on DSpace Test, but not on CGSpace: + +<ul> +<li><a href="https://dspacetest.cgiar.org/handle/10568/35697/most-popular/item#simplefilter=custom&amp;time_filter_end_date=01%2F12%2F2018">DSpace Test</a></li> +<li><a href="https://cgspace.cgiar.org/handle/10568/35697/most-popular/item#simplefilter=custom&amp;time_filter_end_date=01%2F12%2F2018">CGSpace</a></li> +</ul></li> +<li>Abenet had another similar issue a few days ago when trying to find the stats for 2018 in the RTB community</li> </ul> diff --git a/docs/posts/index.html b/docs/posts/index.html index 902ea9f49..b8917ca11 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -102,6 +102,13 @@
  • Create an “AfricaRice books and book chapters” collection on CGSpace for AfricaRice
  • +
  • Last month Sisay asked why the following “most popular” statistics link for a range of months in 2018 works for the CIAT community on DSpace Test, but not on CGSpace: + +
  • +
  • Abenet had another similar issue a few days ago when trying to find the stats for 2018 in the RTB community
Read more → diff --git a/docs/posts/index.xml b/docs/posts/index.xml index 21ad109f7..57b2d8f2a 100644 --- a/docs/posts/index.xml +++ b/docs/posts/index.xml @@ -21,6 +21,13 @@ <ul> <li>Create an &ldquo;AfricaRice books and book chapters&rdquo; collection on CGSpace for AfricaRice</li> +<li>Last month Sisay asked why the following &ldquo;most popular&rdquo; statistics link for a range of months in 2018 works for the CIAT community on DSpace Test, but not on CGSpace: + +<ul> +<li><a href="https://dspacetest.cgiar.org/handle/10568/35697/most-popular/item#simplefilter=custom&amp;time_filter_end_date=01%2F12%2F2018">DSpace Test</a></li> +<li><a href="https://cgspace.cgiar.org/handle/10568/35697/most-popular/item#simplefilter=custom&amp;time_filter_end_date=01%2F12%2F2018">CGSpace</a></li> +</ul></li> +<li>Abenet had another similar issue a few days ago when trying to find the stats for 2018 in the RTB community</li> </ul> diff --git a/docs/sitemap.xml b/docs/sitemap.xml index f8cfaf401..f16cd1650 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -4,30 +4,30 @@ https://alanorth.github.io/cgspace-notes/ - 2019-07-01T12:14:35+03:00 + 2019-07-01T12:22:43+03:00 0 https://alanorth.github.io/cgspace-notes/2019-07/ - 2019-07-01T12:13:51+03:00 + 2019-07-01T12:22:43+03:00 https://alanorth.github.io/cgspace-notes/tags/notes/ - 2019-07-01T12:14:35+03:00 + 2019-07-01T12:22:43+03:00 0 https://alanorth.github.io/cgspace-notes/posts/ - 2019-07-01T12:14:35+03:00 + 2019-07-01T12:22:43+03:00 0 https://alanorth.github.io/cgspace-notes/tags/ - 2019-07-01T12:14:35+03:00 + 2019-07-01T12:22:43+03:00 0 diff --git a/docs/tags/index.html b/docs/tags/index.html index 6a3646ce2..9bde05b5c 100644 --- a/docs/tags/index.html +++ b/docs/tags/index.html @@ -102,6 +102,13 @@
  • Create an “AfricaRice books and book chapters” collection on CGSpace for AfricaRice
  • +
  • Last month Sisay asked why the following “most popular” statistics link for a range of months in 2018 works for the CIAT community on DSpace Test, but not on CGSpace: + +
  • +
  • Abenet had another similar issue a few days ago when trying to find the stats for 2018 in the RTB community
Read more → diff --git a/docs/tags/notes/index.html b/docs/tags/notes/index.html index 4957b31f5..d14f90ded 100644 --- a/docs/tags/notes/index.html +++ b/docs/tags/notes/index.html @@ -87,6 +87,13 @@
  • Create an “AfricaRice books and book chapters” collection on CGSpace for AfricaRice
  • +
  • Last month Sisay asked why the following “most popular” statistics link for a range of months in 2018 works for the CIAT community on DSpace Test, but not on CGSpace: + +
  • +
  • Abenet had another similar issue a few days ago when trying to find the stats for 2018 in the RTB community
Read more → diff --git a/docs/tags/notes/index.xml b/docs/tags/notes/index.xml index 36eeef72f..a996ab8b8 100644 --- a/docs/tags/notes/index.xml +++ b/docs/tags/notes/index.xml @@ -21,6 +21,13 @@ <ul> <li>Create an &ldquo;AfricaRice books and book chapters&rdquo; collection on CGSpace for AfricaRice</li> +<li>Last month Sisay asked why the following &ldquo;most popular&rdquo; statistics link for a range of months in 2018 works for the CIAT community on DSpace Test, but not on CGSpace: + +<ul> +<li><a href="https://dspacetest.cgiar.org/handle/10568/35697/most-popular/item#simplefilter=custom&amp;time_filter_end_date=01%2F12%2F2018">DSpace Test</a></li> +<li><a href="https://cgspace.cgiar.org/handle/10568/35697/most-popular/item#simplefilter=custom&amp;time_filter_end_date=01%2F12%2F2018">CGSpace</a></li> +</ul></li> +<li>Abenet had another similar issue a few days ago when trying to find the stats for 2018 in the RTB community</li> </ul> diff --git a/static/2019/07/atmire-cua-2018-missing.png b/static/2019/07/atmire-cua-2018-missing.png new file mode 100644 index 0000000000000000000000000000000000000000..eced2d3ec7f76e2c0fffeabed1bc2c3ce80f12d7 GIT binary patch literal 4521 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 literal 0 HcmV?d00001