Good day, everyone.

I use appcfg.py script's upload_data functionality to upload backups
to my test app. The app is written in Java, but I don't think it
matters. I create backups using download_data script. Here's the
problem:

I have 124 entries of the specific kind in my datastore. All of them
are downloaded and saved in a CSV file, so it's 124 lines. When I run
upload_data script, it reports that all 124 entries were uploaded. But
when I check them in a datastore viewer, only 83-103 of them are
there. This effect is 100% reproducible. I then delete the temporary
database file and re-run the upload (leaving the already uploaded
entries in the datastore), and it progresses a bit, to like 110
entries. Then about 115, 118, and from then on it gets less and less
per iteration: 120, 122, 123, 123, 124.

So finally all of them appear there but it takes a lot of time and
slows drastically in the end.

I saw some people mentioning the similar problem (not all of the
entries being uploaded) in the Web but their problems had something to
do with a patch which I don't use.

Any idea why that happens and how it can be fixed? Thanks in advance!

appcfg.py script I use is from the following version:
================
release: "1.3.0"
timestamp: 1259695715
api_versions: ['1']

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to