Open GoogleCodeExporter opened 8 years ago
Normally, you don't need to worry about those. It happens often (especially
during multiple requests from the webdav client) that two threads try to modify
the same folder/file. This causes those exceptions. We catch them and retry the
transaction (Colliding again is of extremely low probability but even then we
retry again).
Original comment by chstath
on 1 Feb 2012 at 10:03
Well, I am trying to upload around 20k files total over 200GB using bitkinex
webdav client and I get lots of http 500/503 errors during uploads and slow
performance. Thats why I was asking if "org.hibernate" has anything to do with
that...
Original comment by ngara...@gmail.com
on 1 Feb 2012 at 10:14
Webdav clients tend to flood the server with multiple requests. HTTP 500 is
returned by the web server (not gss) probably because jboss instance(s) are
busy.
Original comment by chstath
on 1 Feb 2012 at 10:24
Original issue reported on code.google.com by
ngara...@gmail.com
on 1 Feb 2012 at 9:37Attachments: