-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 8.3
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Importer
To reproduce:
- start a Nuxeo with `elasticsearch.enabled=false`
- Run an import command
After the import we can see `org.nuxeo.elasticsearch.commands.IndexingCommand` objects in the heap (just do a heap histo) this means that `elasticSearchInlineListener` has been enabled.
The code `org.nuxeo.ecm.platform.importer.filter.EventServiceConfiguratorFilter#handleAfterImport` must be fixed
- is required by
-
NXBT-1272 Mass import should be more reliable
- Resolved