This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-06-03
Channels
- # aws (12)
- # beginners (12)
- # biff (10)
- # calva (1)
- # cider (10)
- # cljfx (1)
- # clojure (2)
- # clojure-conj (1)
- # clojure-europe (25)
- # clojure-madison (1)
- # clojure-nl (1)
- # clojure-norway (12)
- # clojure-sweden (4)
- # clojure-uk (6)
- # datomic (11)
- # dev-tooling (3)
- # emacs (5)
- # gratitude (1)
- # introduce-yourself (7)
- # java (3)
- # jobs (1)
- # london-clojurians (2)
- # lsp (23)
- # off-topic (4)
- # practicalli (9)
- # quil (6)
- # re-frame (3)
- # reagent (4)
- # remote-jobs (1)
- # ring (1)
- # shadow-cljs (18)
- # squint (67)
- # tools-deps (5)
- # xtdb (4)
- # yamlscript (12)
anybody know what to do with this in datomic peer logs?
AMQ212054: Destination address={} is blocked. If the system is configured to block make sure you consume messages on this configuration
immediately after that we are seeing the dreaded tx timeout error:
:db.error/transaction-timeout Transaction timed out.
Can you share your peer logs? I believe we have a support case open via Jeff. If you don't want to share in here.
@U1QJACBUM i've attached them to the ticket. i don't mind sharing them here either if you think that's better.
I only saw transactor logs on the ticket. I did just notice this and I am looking into it:
datomic.ddb-values - {:ddb-values/get-deitem-consistent-retry "665df059-2461-4ee1-846a-05d55dabe116", :pid 3631, :tid 130269}
I suspect a DDB error ^ Can you confirm from DDB console that you have no errors or alerts and are not experiencing throttling (i.e. over provisioning levels on write or read)?
If that request ID corresponds with whatever transaction request id is timing out we may want to open a ticket to DDB to get their input. I also would be curious for you to query to see if the transaction succeeded as during a timeout the peer would not know if a txn succeeded. And your logs that you provided do not show a failure other than this DDB level retry.
we don't see any errors/warning or throttling. @U1QJACBUM