[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Big files PUT into Subversion - encountering

From: Paul Hammant <paul_at_hammant.org>
Date: Sun, 9 Jul 2017 07:37:36 -0400

I think I have tracked it to root cause: boot partition didn't have 10GB
free at the time of the upload. There's a /etc/apache2/envvars file where I
can change the location of TMP, I think. Which mean would mean that
somewhere in the chain of Apache and it's modules the file system is used
for the payload of PUTs where that payload would secondarily be streamed
into FSFS for and update or create(an the temp file deleted).

Will report back. Evidence is in the error log, by the way:

[Sat Jul 08 06:25:03.325923 2017] [core:notice] [pid 1682] AH00094:
Command line: '/usr/sbin/apache2'
[Sat Jul 08 07:08:13.531313 2017] [dav:error] [pid 8368]
(70008)Partial results are valid but processing is incomplete: [client
192.168.1.178:45996] An error occurred while reading the request body
(URI: /svn/svnRepo1/twoI101kpq) [400, #0]
[Sat Jul 08 07:08:13.653141 2017] [dav:error] [pid 8368] [client
192.168.1.178:45996] Unable to undo auto-version-control of resource
/svn/svnRepo1/!svn/wrk/eefb862d-c121-4635-9889-1a2ec37a64b8/twoI101kpq.
[500, #0]
[Sat Jul 08 07:08:13.653187 2017] [dav:error] [pid 8368] [client
192.168.1.178:45996] Could not delete the resource [404, #160013]
[Sat Jul 08 07:08:13.653202 2017] [dav:error] [pid 8368] [client
192.168.1.178:45996] File not found: transaction '8042-67z', path
'/twoI101kpq' [404, #160013]
[Sat Jul 08 07:09:04.166667 2017] [dav:error] [pid 8373] [client
192.168.1.178:45994] Unable to deliver content. [500, #0]
[Sat Jul 08 07:09:04.197789 2017] [dav:error] [pid 8373] [client
192.168.1.178:45994] Could not write data to filter. [500, #104]
[Sat Jul 08 07:09:04.197824 2017] [dav:error] [pid 8373] [client
192.168.1.178:45994] Could not write data to filter [500, #104]
[Sat Jul 08 07:22:48.003788 2017] [dav:error] [pid 8370] [client
192.168.1.178:46004] Unable to auto-checkout parent collection. Cannot
create resource /svn/svnRepo1/abc. [409, #0]
[Sat Jul 08 07:22:48.003846 2017] [dav:error] [pid 8370] [client
192.168.1.178:46004] could not begin a transaction [500, #200029]
[Sat Jul 08 07:22:48.003861 2017] [dav:error] [pid 8370] [client
192.168.1.178:46004] Couldn't perform atomic initialization [500,
#200029]
[Sat Jul 08 07:22:48.003873 2017] [dav:error] [pid 8370] [client
192.168.1.178:46004] Can't find a temporary directory: Internal error
(specific information not available) [500, #20014]
[Sat Jul 08 07:27:50.092118 2017] [dav:error] [pid 8371] [client
192.168.1.178:46006] Unable to auto-checkout parent collection. Cannot
create resource /svn/svnRepo1/abc. [409, #0]
[Sat Jul 08 07:27:50.092299 2017] [dav:error] [pid 8371] [client
192.168.1.178:46006] could not begin a transaction [500, #200029]
[Sat Jul 08 07:27:50.092359 2017] [dav:error] [pid 8371] [client
192.168.1.178:46006] Couldn't perform atomic initialization [500,
#200029]
[Sat Jul 08 07:27:50.092408 2017] [dav:error] [pid 8371] [client
192.168.1.178:46006] Can't find a temporary directory: Internal error
(specific information not available) [500, #20014]
[Sat Jul 08 09:17:23.167768 2017] [dav:error] [pid 8370] [client
192.168.1.178:46020] Unable to checkout resource /svn/svnRepo1/abc.
[409, #0]
[Sat Jul 08 09:17:23.189376 2017] [dav:error] [pid 8370] [client
192.168.1.178:46020] could not begin a transaction [500, #200029]
[Sat Jul 08 09:17:23.189477 2017] [dav:error] [pid 8370] [client
192.168.1.178:46020] Couldn't perform atomic initialization [500,
#200029]
[Sat Jul 08 10:05:15.384527 2017] [dav:error] [pid 8371] [client
192.168.1.178:46026] Unable to checkout resource /svn/svnRepo1/abc.
[409, #0]
[Sat Jul 08 10:05:15.411337 2017] [dav:error] [pid 8371] [client
192.168.1.178:46026] could not begin a transaction [500, #200029]
[Sat Jul 08 10:05:15.411386 2017] [dav:error] [pid 8371] [client
192.168.1.178:46026] Couldn't perform atomic initialization [500,
#200029]
[Sat Jul 08 10:05:22.133350 2017] [dav:error] [pid 16001]
(70008)Partial results are valid but processing is incomplete: [client
192.168.1.178:46028] An error occurred while reading the request body
(URI: /svn/svnRepo1/abc2) [400, #0]
[Sat Jul 08 10:05:22.178111 2017] [dav:error] [pid 16001] [client
192.168.1.178:46028] Unable to undo auto-version-control of resource
/svn/svnRepo1/!svn/wrk/df99b8cf-2234-4b59-bf53-5fc4adbb5d6d/abc2.
[500, #0]
[Sat Jul 08 10:05:22.178184 2017] [dav:error] [pid 16001] [client
192.168.1.178:46028] Could not delete the resource [404, #160013]
[Sat Jul 08 10:05:22.178233 2017] [dav:error] [pid 16001] [client
192.168.1.178:46028] File not found: transaction '8047-686', path
'/abc2' [404, #160013]
Received on 2017-07-09 13:37:48 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.