This is our elastic search status after the index failed:
[root@findingaids elasticsearch]# curl -XGET 'http://localhost:9200/_cluster/health/?level=shards&pretty=true'--
You received this message because you are subscribed to the Google Groups "ICA-AtoM Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ica-atom-user...@googlegroups.com.
To post to this group, send email to ica-ato...@googlegroups.com.
Visit this group at http://groups.google.com/group/ica-atom-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/f71ec8e0-9b36-4372-9cf0-039dc712fd56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[2015-03-25 12:45:10,845][DEBUG][action.search.type ] [Snowfall] [atom][3], node[AZDLTwo2SzmPHLKX-5EY7g], [P], s[STARTED]: Failed to execute [org.elasticsearch.action.search.SearchRequest@504c41bc] lastShard [true]
org.elasticsearch.search.SearchParseException: [atom][3]: from[-1],size[10]: Parse Failure [Failed to parse source [{"size":"10","facets":{"languages":{"facet_filter":{"bool":{"must":[{"term":{"publicationStatusId":160}}]}},"terms":{"field":"i18n.languages","size":10}},"levels":{"facet_filter":{"bool":{"must":[{"term":{"publicationStatusId":160}}]}},"terms":{"field":"levelOfDescriptionId","size":10}},"mediatypes":{"facet_filter":{"bool":{"must":[{"term":{"publicationStatusId":160}}]}},"terms":{"field":"digitalObject.mediaTypeId","size":10}},"digitalobjects":{"query":{"term":{"hasDigitalObject":true}},"facet_filter":{"bool":{"must":[{"term":{"publicationStatusId":160}}]}}},"repos":{"facet_filter":{"bool":{"must":[{"term":{"publicationStatusId":160}}]}},"terms":{"field":"repository.id","size":10}},"places":{"facet_filter":{"bool":{"must":[{"term":{"publicationStatusId":160}}]}},"terms":{"field":"places.id","size":10}},"subjects":{"facet_filter":{"bool":{"must":[{"term":{"publicationStatusId":160}}]}},"terms":{"field":"subjects.id","size":10}},"creators":{"facet_filter":{"bool":{"must":[{"term":{"publicationStatusId":160}}]}},"terms":{"field":"creators.id","size":10}},"names":{"facet_filter":{"bool":{"must":[{"term":{"publicationStatusId":160}}]}},"terms":{"field":"names.id","size":10}}},"sort":[{"i18n.nl.title.untouched":"asc"}],"query":{"bool":{"must":[{"term":{"creators.id":"270274"}},{"match_all":{}}]}},"filter":{"bool":{"must":[{"term":{"publicationStatusId":160}}]}}}]]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:681)
at org.elasticsearch.search.SearchService.createContext(SearchService.java:537)
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:509)
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:264)
at org.elasticsearch.search.action.SearchServiceTransportAction$5.call(SearchServiceTransportAction.java:231)
at org.elasticsearch.search.action.SearchServiceTransportAction$5.call(SearchServiceTransportAction.java:228)
at org.elasticsearch.search.action.SearchServiceTransportAction$23.run(SearchServiceTransportAction.java:559)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.elasticsearch.search.SearchParseException: [atom][3]: from[-1],size[10]: Parse Failure [No mapping found for [i18n.nl.title.untouched] in order to sort on]
at org.elasticsearch.search.sort.SortParseElement.addSortField(SortParseElement.java:210)
at org.elasticsearch.search.sort.SortParseElement.addCompoundSortField(SortParseElement.java:141)
at org.elasticsearch.search.sort.SortParseElement.parse(SortParseElement.java:86)
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:665)
... 9 more
[2015-03-25 12:45:10,847][DEBUG][action.search.type ] [Snowfall] All shards failed for phase: [query]
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/8cb671cf-a2e5-4c09-90b0-3e3a83eda253%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/CALavCbQuDCnd7%3DnNfMQrYTwv62n8_CJ1%2B5sXasLPPJf2jm9sdA%40mail.gmail.com.
STEP 01) Change the following in /etc/my.cnf
[mysqld]
innodb_log_buffer_size = 32M
innodb_buffer_pool_size = 3G
innodb_log_file_size = 768M
STEP 02) service mysql stop
STEP 03) rm -f /var/lib/mysql/ib_logfile*
STEP 04) service mysql start
This will rebuild the following files