Opened 15 years ago
Closed 15 years ago
#4044 closed defect (fixed)
Huge uploads never end
Reported by: | Ldp | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
I've observed this for a long time now, but it's hard to make a test case out of it. If I upload a huge amount of objects (in the order of 15k-20k and more), often the upload dialog stays up indefinitely.
The objects that were uploaded have long since appeared in the changeset, and on the map, but the upload dialog just hangs about, saying "Uploading...\nUpdating changeset xxxx..." and doing a poor Cylon impression.
The only resort I see is to cancel the upload dialog. That at least gives me back control of JOSM, but then JOSM also thinks the upload hasn't finished, and thinks it should upload all of them again. The only recourse there is to throw away the Data Layer and start again with another one.
Observed in 2550 and countless revisions before.
(In [2599]) fixed #4130: Chunked upload mode counter is wrong
fixed #4118: Upload dialog too complicated
fixed #4129: Hide the new "Upload data in one request/chunks/individually" behind an expanding "Upload method" box
fixed #2075: API 0.6: don't upload more than 50K edits at once
fixed #4044: Huge uploads never end [should be solved with chunked upload mode]
fixed #4110: Upload dialog spacing wrong
fixed #3386: Upload dialog has empty areas when the changeset doesn't include all of add/modify/delete operations
see #3369: bulk import helper [JOSM now supports multi changesets uploads]
See online help for more details.
Completes r2598