We recently ran into several timeout errors when p...
# lucee
s
We recently ran into several timeout errors when performing S3 operations using the built in file functions (listing files in a directory, checking if a file exits etc). It hinted towards certain requests waiting for a lock to be released. A restart of lucee fixes the problem until it randomly crops up again. Has anyone else run into something like this? Any suggestions on how to address it?
z
which versions?
s
I’m on
5.3.7.47
z
does it happen with the v2.0 s3 extension / 5.3.9.166 ?
s
I haven’t tried it. This issue just started a few days ago and we’ve only seen it on the prod environment.
Will any code changes be needed to use the v2.0 s3 extension?
z
nah, should be 100% backwards compatible, don't test in prod first tho
s
of course. thanks! If I understand correctly the extension is not bundled into lucee 5.3.9, is that right?
z
i know it's good with 5.3.8, dunno about 5.3.7 which is getting quite old
yeah, v2 is bundled with 6.0
👍 1
it uses the modern aws java library
👍 2
s
this replaces jets3t?
z
yep, jets3t is no longer maintained