-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: ADDONS_9.1
-
Component/s: Core
-
Tags:
-
Sprint:nxFG 9.1.4
-
Story Points:1
nuxeo-reindex-fulltext may fail with:
2017-01-06 22:35:46,787 WARN [http-bio-127.0.0.1-8080-exec-6] [org.nuxeo.ecm.webengine.app.WebEngineExceptionMapper] Exception in JAX-RS processing java.lang.NullPointerException at org.nuxeo.ecm.core.ReindexFulltextRoot.runSyncBatch(ReindexFulltextRoot.java:263) at org.nuxeo.ecm.core.ReindexFulltextRoot.doBatch(ReindexFulltextRoot.java:231) at org.nuxeo.ecm.core.ReindexFulltextRoot.reindexFulltext(ReindexFulltextRoot.java:157) at org.nuxeo.ecm.core.ReindexFulltextRoot.get(ReindexFulltextRoot.java:98)
Because the node ids are computed in a transaction and then the nodes fetched in another transaction, some ids may be invalid at the time of reindexing, and must be skipped.
- depends on
-
NXP-14493 Add generic API to reindex fulltext
- Open