Unable to load index root ref <uuid>

If transient it seems to linger for long. It’s still happening three times per minute per uuid.

This is the full log entry of the latest instance:

{
    "Msg": "RestartingDaemonException",
    "Ex": {
        "Via": [
            {
                "Type": "clojure.lang.ExceptionInfo",
                "Message": "Unable to load index root ref 37cada6d-4d4b-4faa-8671-4d4f3ae0fce0",
                "Data": {
                    "Ret": {},
                    "DbId": "37cada6d-4d4b-4faa-8671-4d4f3ae0fce0"
                },
                "At": [
                    "datomic.index$require_ref_map",
                    "invokeStatic",
                    "index.clj",
                    843
                ]
            }
        ],
        "Trace": [
            [
                "datomic.index$require_ref_map",
                "invokeStatic",
                "index.clj",
                843
            ],
            [
                "datomic.index$require_ref_map",
                "invoke",
                "index.clj",
                836
            ],
            [
                "datomic.index$require_root_id",
                "invokeStatic",
                "index.clj",
                849
            ],
            [
                "datomic.index$require_root_id",
                "invoke",
                "index.clj",
                846
            ],
            [
                "datomic.adopter$start_adopter_thread$fn__21647",
                "invoke",
                "adopter.clj",
                67
            ],
            [
                "datomic.async$restarting_daemon$fn__10442$fn__10443",
                "invoke",
                "async.clj",
                162
            ],
            [
                "datomic.async$restarting_daemon$fn__10442",
                "invoke",
                "async.clj",
                161
            ],
            [
                "clojure.core$binding_conveyor_fn$fn__5739",
                "invoke",
                "core.clj",
                2030
            ],
            [
                "datomic.async$daemon$fn__10439",
                "invoke",
                "async.clj",
                146
            ],
            [
                "clojure.lang.AFn",
                "run",
                "AFn.java",
                22
            ],
            [
                "java.lang.Thread",
                "run",
                "Thread.java",
                748
            ]
        ],
        "Cause": "Unable to load index root ref 37cada6d-4d4b-4faa-8671-4d4f3ae0fce0",
        "Data": {
            "Ret": {},
            "DbId": "37cada6d-4d4b-4faa-8671-4d4f3ae0fce0"
        }
    },
    "Type": "Alert",
    "Tid": 198,
    "Timestamp": 1571733277389
}