frinto
frinto

Reputation: 101

Assembla Perforce wont submit a large number of files

I have 1000+ files marked for add that I would like to submit using perforce. During the submit everything seems to work fine but after an hour or so into the submit, using the p4v client, I get an error saying "unable to connect to server...as user... try reconnecting"

This seems to happen every time I the p4v client to submit. Also tried using the commandline and get this message after a while into the submit saying "ssl send failed", "cannot find file specified WSAECONNABORT"

I suspect it has to do with SSL: I am currently hosting my perforce server on assembla.com as they wont give me the option to disable SSL. Is this an SSL problem?

How can I go about solving this? Pretty desperate and grateful for help.

I've tried the following to no avail:

During the submit everything is fine:

during the submit

After about an hour I get this error:

Error

If I press the "close p4v" button, this pops up:

enter image description here

Since p4v is giving me all these errors, I try to submit vi commandline but still get error about an hour into the submit saying:

enter image description here

Upvotes: 3

Views: 1097

Answers (2)

Drew Marold
Drew Marold

Reputation: 185

Sounds like the Perforce server is running out of resources. In Perforce, submits are atomic; It either totally works or totally fails. With such a large submit, if the server ran out of memory, or temporary disk space or something, and choked, the submit would fail. As you found, submitting in more manageable chunks doesn't trigger it.

Upvotes: 1

frinto
frinto

Reputation: 101

SOLVED IT! instead of trying to submit all the files marked for adds in one big chunk, I submitting it in small portions at a time like 300 or so instead of submitting all 1000+ files at a time.

so to recap the solution to this problem is submit in small portions instead of submitting them all at once.

I hope this helps anybody!

Upvotes: 2

Related Questions