java.lang.Error thrown during mass indexing are swallowed and not reported to the user
Description
Activity
Show:
Fixed
Details
Details
Assignee

Reporter

Components
Sprint
None
Fix versions
Priority
Created March 13, 2020 at 7:20 AM
Updated October 8, 2020 at 12:30 PM
Resolved September 8, 2020 at 12:24 PM
See https://discourse.hibernate.org/t/massindexer-not-working-on-latest-snapshot/3872/10?u=yrodiere
In
org.hibernate.search.mapper.orm.massindexing.impl.FailureHandledRunnable#run
in particular, we only catch and reportRuntimeException
, but we completely ignoreError
. We should report the error some way.