[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-313) Provide a callback on indexing exception

Emmanuel Bernard (JIRA) noreply at atlassian.com
Tue Apr 14 13:54:17 EDT 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32877#action_32877 ] 

Emmanuel Bernard commented on HSEARCH-313:
------------------------------------------

in an async model, you need to queue failure reports somewhere, so in case of JMs you would send a message to a dedicated queue.

> Provide a callback on indexing exception
> ----------------------------------------
>
>                 Key: HSEARCH-313
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-313
>             Project: Hibernate Search
>          Issue Type: New Feature
>          Components: engine
>            Reporter: Emmanuel Bernard
>
> An application can pass a callback and be notified when an indexing operation fails. The data associated with the operation is passed as a parameter (eg list of lucene work). The application can do anything from here:
>   - log failing ids
>   - swallow
>   - put that in a queue for retry
> etc

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list