Solr indexering doesn't skip and retry on error in document converter
Issue
People
Delivery
Issue
People
Delivery
Description
Deployment actions
None
Technical tasks
None
Activity
Show:
Pro tip: press M to comment
Jeroen van Leeuwen May 18, 2016 at 1:28 PM
Jeroen van Leeuwen
May 18, 2016 at 1:28 PM
This issue is approved and merged! Can we remove it from out Kanban?
·
Jeroen van Leeuwen May 18, 2016 at 1:01 PM
Jeroen van Leeuwen
May 18, 2016 at 1:01 PM
See comment in PR about empty function
·
Marijn Otte March 22, 2016 at 4:14 PM
Marijn Otte
March 22, 2016 at 4:14 PM
exceptions that occur during the document conversion. At this moment this happens a lot when a document has a referenceOne and the referenced document has been deleted.
·
Jan Sanne Mulder March 21, 2016 at 3:45 PM
Jan Sanne Mulder
March 21, 2016 at 3:45 PM
What kind of errors are we talking about.
·
Marijn Otte March 17, 2016 at 2:14 PM
Marijn Otte
March 17, 2016 at 2:14 PM
For easy development you can clone this repo: https://github.com/integratedfordevelopers/integrated-release-test
Clone repo
composer install --no-scripts on local machine
vagrant up (don't download puphpet configuration, it is already included)
load datafixtures
create a user and add roles (http://integratedfordevelopers.com/content/documentation/article/getting-started-with-integrated)
·
Done
Details
Details
OTM informatie
Open OTM informatie
OTM informatie
Open OTM informatie
Created January 20, 2016 at 8:52 AM
Updated March 21, 2017 at 9:55 AM
Resolved May 18, 2016 at 1:06 PM
Suggestion: when the converter fails in the line below, increase the message "attempts" and skip it.
$operation = new BatchOperation($message, $this->convert($message->getPayload()));