ArangoDB v3.1.16 Release Notes

Release Date: 2017-03-27 // about 7 years ago
    • 🛠 fixed issue #2392

    • try to raise file descriptors to at least 8192, warn otherwise

    • ⚡️ ui - aql editor improvements + updated ace editor version (memory leak)

    • 🛠 fixed lost HTTP requests

    • 💻 ui - fixed some event issues

    • avoid name resolution when given connection string is a valid ip address

    • helps with issue #1842, bug in COLLECT statement in connection with LIMIT.

    • 🛠 fix locking bug in cluster traversals

    • 🔒 increase lock timeout defaults

    • increase various cluster timeouts

    • 0️⃣ limit default target size for revision cache to 1GB, which is better for tight RAM situations (used to be 40% of (totalRAM - 1GB), use --database.revision-cache-target-size to get back the old behavior

    • 🛠 fixed a bug with restarted servers indicating status as "STARTUP" rather that "SERVING" in Nodes UI.