datomic

Ask questions on the official Q&A site at https://ask.datomic.com!
onetom 2020-12-22T10:39:31.175200Z

i'm still having an issue with deleting compute or query groups of a datomic cloud system (version 732-8992) the stack hangs on deleting the LambdaSecurityGroup, because it's still attached to ENIs. deleting DatomicLambdaRole fails with:

Cannot delete entity, must delete policies first. (Service: AmazonIdentityManagement; Status Code: 409; Error Code: DeleteConflict; Request ID: bfac688c-d62e-4d52-82ed-625c81837144; Proxy: null)
and DeleteDatomicLambdaEnis fails with:
Failed to delete resource. See the details in CloudWatch Log Stream: 2020/12/22/[$LATEST]d78708ea11a4499193ea28600b96feab
but i couldn't find that log stream, so not sure what does it say. i've asked about it roughly a year ago, but didn't seem to get an answer: https://clojurians-log.clojureverse.org/datomic/2019-12-14 does anyone have any suggestions to prevent this happening?

PB 2020-12-22T18:42:23.175500Z

Anybody know if the presto connector can do history queries?

1➕
kenny 2020-12-22T21:22:24.176700Z

I'm running lots of transactions into a Datomic Solo topology. In the CW logs, I'm seeing an alert logged every few seconds that looks something like the below. Any idea why this would be occurring?

Joe Lane 2020-12-23T17:45:12.177500Z

Hey @kenny, the error here is saying the Indexer was unable to complete a DDB operation to read a newly created index from DDB. I have a hunch that you've saturated your DDB provisioned operations for a Solo Topology.

kenny 2020-12-23T20:14:38.178Z

Would I be able to see that in the DDB metrics?