datomic

cch1 2025-09-01T18:42:45.601569Z

I can kinda guess what this error is telling me, but is it documented anywhere?

clojure.lang.ExceptionInfo: Database does not yet have t={:t 13093938, :database-id "e684b9c0-af66-450f-b29b-da7e6f080575"}
{:cognitect.anomalies/category :cognitect.anomalies/busy, :cognitect.anomalies/message "Database does not yet have t={:t 13093938, :database-id \"e684b9c0-af66-450f-b29b-da7e6f080575\"}", :basis 13093936, :needed-t {:t 13093938, :database-id "e684b9c0-af66-450f-b29b-da7e6f080575"}}

2025-09-01T19:56:51.024279Z

I think there are kind of multiple ways for the error to arrive (I seem to recall some cautions about replaying transactions into a new db that might lead to this sort of thing)

cch1 2025-09-01T19:58:36.753779Z

This was in the course of normal operations on Datomic Cloud. No replaying/decanting.