https://discord.cloudflare.com logo
Join Discord
Powered by
# r2
  • v

    Vitali

    04/27/2022, 3:34 PM
    Yup. Should be up now
  • a

    albert

    04/27/2022, 3:34 PM
    Working for me as well!
  • j

    john.spurlock

    04/27/2022, 3:47 PM
    keeping notes/bugs about r2 here: https://gist.github.com/johnspurlock-skymethod/6027c81953f81aa535d889d86a1061ba
  • v

    Vitali

    04/27/2022, 3:59 PM
    There may be an ongoing outage for some pre-existing buckets until tomorrow or Friday.
  • a

    albert

    04/27/2022, 4:00 PM
    The PUT size limit also seems to apply to Worker bindings. I'm getting
    Error: internal error
    when trying to PUT a 1.3 GB file.
  • v

    Vitali

    04/27/2022, 4:01 PM
    That limit be in front of your worker
  • v

    Vitali

    04/27/2022, 4:01 PM
    Unless you're generating a 1.3 GB stream?
  • v

    Vitali

    04/27/2022, 4:02 PM
    Albert I'm also seeing your bucket is one of those unfortunate pre-existing buckets
  • v

    Vitali

    04/27/2022, 4:02 PM
    Try a different bucket for now
  • v

    Vitali

    04/27/2022, 4:06 PM
    (Trying to remediate more buckets)
  • j

    James

    04/27/2022, 4:09 PM
    Looks like mine is on that list too (seeing 500s on
    PUT
    ) ๐Ÿ™‚ No big deal - not using it for any prod workloads, but excited to see those perf improvements ๐Ÿ˜„
  • v

    Vitali

    04/27/2022, 4:13 PM
    Try now?
  • v

    Vitali

    04/27/2022, 4:14 PM
    @albert feel free to try too
  • v

    Vitali

    04/27/2022, 4:14 PM
    In a worker, if you're doing a subrequest to fetch the 1.3GB file and feeding that into R2, that should work. Let me know if it doesn't
  • j

    James

    04/27/2022, 4:16 PM
    Hmm PUT was successful now, but all GETs are failing for files. My keys are stuff like
    2022/03/abc.png
  • v

    Vitali

    04/27/2022, 4:17 PM
    DM me your account tag & bucket name
  • v

    Vitali

    04/27/2022, 4:17 PM
    I didn't see any GETs for
    2022/03/abc.png
    in the logs
  • j

    James

    04/27/2022, 4:20 PM
    Seems it's working now and I was maybe just impatient - weird. Thanks for checking though ๐Ÿ™‚
  • v

    Vitali

    04/27/2022, 4:31 PM
    Perf competition for internet points: Who can send the most number of successful concurrent reads/s into a single bucket? Who can send the most number of successful concurrent reads/s into a single key within a bucket? Who can send the most number of successful concurrent writes/s into a single bucket? I have no way of actually verifying any of the numbers posted so honor system.
  • a

    albert

    04/27/2022, 4:59 PM
    Challenge accepted ๐Ÿ‘€
  • d

    Dani Foldi

    04/27/2022, 5:00 PM
    Challenge impossible ๐Ÿ˜…
  • a

    albert

    04/27/2022, 5:00 PM
    Time to fire up a few hundred "All Regions" 10 second health checks ๐Ÿ™ƒ
  • v

    Vitali

    04/27/2022, 5:02 PM
    As a point of reference, the current winner is my single-threaded node instance from my questionable Comcast connection seemed to be able to do ~1500 reads/s.
  • v

    Vitali

    04/27/2022, 5:02 PM
    Writes were more moderate at ~200-300 writes/s for the bucket which indicated there might be a bottleneck on our end
  • a

    albert

    04/27/2022, 5:02 PM
    I think we should decide on a specific object size.
  • a

    albert

    04/27/2022, 5:03 PM
    What do you propose?
  • v

    Vitali

    04/27/2022, 5:03 PM
    0 byte will be the fastest
  • v

    Vitali

    04/27/2022, 5:03 PM
    But if you want to set up a 10 MB and 100 MB tier go for it
  • v

    Vitali

    04/27/2022, 5:03 PM
    Keep in mind you probably want to avoid multipart for now
  • v

    Vitali

    04/27/2022, 5:03 PM
    It's on my backlog to revamp that part of the code to work better
1...656667...1050Latest