Issues fixed in MarkLogic Server 9.0-10.4
- Last Updated: July 6, 2026
- 1 minute read
- MarkLogic Server
- Documentation
Released: Oct 9, 2019
The following issues have been addressed in this release:
| Platform | Component | Bug ID | Details |
|---|---|---|---|
| all | search | BUG-53278 | Reindexer never finishes reindexing path field If a path field includes an unsearchable predicate (such as a positional constraint) and a document includes the elements at the head of the path (before the unsearchable predicate) but not the element at the end of the path, the reindexer will keep reindexing that document over and over. Example: Path: /root/branch/stem[1]/twig/leaf Document: <root><branch><stem>No leaves!</stem></branch></root> |
| all | xdmp | BUG-53265 | Segmentation fault in JournalArchive::writeJournal Under heavy load the server may segfault in JournalArchive::writeJournal while closing a journal archive. |
| all | security | BUG-53258 | httpPost exception logs authentication information In certain usage scenarios a xdmp.httpPost exception will result in authentication information being available in MarkLogic Server error logs. |
| all | xdmp | BUG-53321 | Segmentation fault in DatabaseQueryPath::testState Under heavy load the server may abort in DatabaseQueryPath::testState, causing a MarkLogic Server process restart. |
| all | Replication | BUG-53291 | Database replication and Cluster coupling fails with custom dictionaries When custom dictionaries are configured, Database Replication and cluster coupling fails with the local bootstrap host displaying last bootstrap = "never". |