Issues fixed in MarkLogic Server 9.0-13.2
- Last Updated: April 6, 2026
- 1 minute read
- MarkLogic Server
- Documentation
Released: Dec 28, 2020
The following issues have been addressed in this release:
| Platform | Component | Bug ID | Details |
|---|---|---|---|
| all | security | BUG-55586 | Memory leak using Kerberos with disabled Relay Cache When using Kerberos with the Relay cache disabled a memory leak will occur. Kerberos library has been upgraded to 1.18.3 in this version of MarkLogic Server. |
| all | Replication | BUG-55408 | Async Database Replication Copy Failure Stand copy fails in bulk database replication if the copy takes more than 5 minutes, resulting in the replica database unable to sync with the master database. |
| all | Telemetry | BUG-55606 | Telemetry ErrorLog to include Server startup messages Telemetry .... Stage/Logs/ErrorLog.txt now includes server start messages, sync to systems ErrorLog, for every server re-start with Telemetry log level not Disabled, so to provide enviroment parameters for support purposes. |
| all | xdmp | BUG-55276 | Rebalancer XDMP-DEADLOCK The rebalancer never completes, due to unresolved deadlocks (seen in error logs as debug level XDMP-DEADLOCK messages) |
| EC2 | DB Cloud & Cloud Infrastructure | BUG-55334 | Nitro EC2 instances with SSD instance store storage may cause Managed Cluster failure Some Nitro based EC2 instance types that we support like r5d, r5ad, i3.metal, m5ad,m5d have SSD instance stores physically attached to them. When a Managed Cluster is start, it mounts the SSD instance store instead of the provisioned EBS volume, to /var/opt/MarkLogic. When the instance reboots the Marklogic comes up uninitialized because the SSD instance stores are ephemeral. |
| all | xdmp | BUG-55592 | Handling bad HTTP Expect header An HTTP connection is closed upon an empty "Expect" header, which is an invalid value per the HTTP spec. |