Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Priority
Created February 18, 2021 at 2:06 PM
Updated February 23, 2021 at 2:00 PM
Resolved February 18, 2021 at 5:43 PM
org.hibernate.search.engine.backend.spi.BackendImplementor#preStop
is never called from anywhere.Fortunately it does not change much, since the current
preStop()
implementations mostly change some internal state to prevent users from submitting more work, then return an already-completed future. So generally this won't matter.Still, we might as well implement this correctly.