Issues fixed in MarkLogic Server 9.0-10.2
- Last Updated: April 6, 2026
- 1 minute read
- MarkLogic Server
- Documentation
Released: Aug 27, 2019
The following issues have been addressed in this release:
| Platform | Component | Bug ID | Details |
|---|---|---|---|
| all | Backup/Restore | BUG-53003 | Old journal archive directories not purged by scheduled backups. Alternate journal archive directories are not automatically purged of old subdirectories in scheduled backups. |
| all | xdmp | BUG-52941 | Segmentation fault in QueryPathVector::setTimeLimit |
| linux(64-bit) | xdmp | BUG-52938 | Linux cached pages more aggressively freed after reads On Linux, to assist kernel memory management, MarkLogic now makes additional kernel calls advising of file pages it likely doesn't need. MarkLogic now advises it specifically doesn't need large data file pages immediately after it completes random-access reads of them. The intent is for the kernel to use this advice to more efficiently free memory from the page cache. |
| all | xdmp | BUG-52970 | Failing forests back causes a prolonged database outage Failing forests back can lead to a database outage on the order of minutes. |
| all | xdmp | BUG-52932 | More stable cluster heartbeat Now using more concurrency when broadcasting heartbeats to other hosts. This make heartbeats more reliably delivered from healthy hosts to healthy hosts in the cluster. And prevents unhealthy hosts in the cluster from causing other hosts to be unhealthy. Resulting in fewer XDQP restarts. |
| all | xdmp | BUG-52963 | Obsolete stands not cleared In certain circumstances, stands no longer in use are not cleared or are only cleared after an extended periond of time. |
| all | BUG-52959 | Unable to deploy DataHub project containing empty collations Deploying DataHub project causes a segmentation fault in the implementation of xdmp:collation-canonical-uri |
|
| linux(64-bit) | xdmp | BUG-53019 | Segmentation fault in xdmp::ParseNode::rethrow |