This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-11
Channels
- # aws (3)
- # babashka (67)
- # beginners (284)
- # calva (19)
- # cider (12)
- # cljdoc (9)
- # clojure (111)
- # clojure-austin (4)
- # clojure-europe (34)
- # clojure-france (12)
- # clojure-greece (2)
- # clojure-nl (14)
- # clojure-taiwan (2)
- # clojure-uk (11)
- # clojurescript (34)
- # community-development (2)
- # conjure (8)
- # datomic (15)
- # events (3)
- # fulcro (12)
- # jobs (3)
- # leiningen (4)
- # malli (3)
- # meander (11)
- # mount (2)
- # off-topic (29)
- # pathom (11)
- # re-frame (31)
- # reagent (19)
- # remote-jobs (3)
- # reveal (8)
- # rewrite-clj (1)
- # sci (1)
- # shadow-cljs (8)
- # spacemacs (4)
- # sql (1)
- # startup-in-a-month (2)
- # tools-deps (2)
- # vim (7)
- # xtdb (6)
I'm puzzled by this log line: 2021-01-11 03:40:32 2021-01-11T11:40:32.623Z 395282b8415d WARN [crux.s3:326] - S3 key not found: UnsafeBuffer{addressOffset=16, capacity=21, byteArray=[[email protected], byteBuffer=null}
it seems crux.s3 has never been 326 lines long and s3-key
is created by str
so it shouldn't be an UnsafeBuffer in the log? https://github.com/juxt/crux/blob/master/crux-s3/src/crux/s3.clj#L54
Hi @U797MAJ8M it's not clear what might have happened here - we'll dig into it soon though! Just to confirm, is it just this log line that you noticed? No other errors/anomalies during API operations?
glancing at the code, I would actually expect an exception to be thrown at (.get fut)
here since it should be nil
if I'm seeing the "s3 key not found" message? https://github.com/juxt/crux/blob/master/crux-s3/src/crux/s3.clj#L62
Circling back round to this - we think the latest dev-SNAPSHOT
version should have resolved this, assuming it was caused by the eql/project
issue resolved here: https://github.com/juxt/crux/commit/33dcef2f444cf6e2f78f076586b68e544d4e44c1
It would be interesting if you are able to confirm that, but hopefully it doesn't come up again anyway.