Modify

Opened 14 years ago

Last modified 3 years ago

#5446 new defect

Ineffective upload when uploading by parts

Reported by: bilbo Owned by: team
Priority: normal Milestone:
Component: Core Version: latest
Keywords: upload changeset Cc:

Description (last modified by Don-vip)

If you select to upload your edits by individual elements and the uploaded node that you have deleted is already deleted, JOSM will skip it and retry/continue the upload, however, between uploading each node, JOSM tries to update the changeset with the same comment and tags again and again.

So I see in tcpdump something like this:
PUT /api/0.6/changeset/N HTTP/1.1
POST /api/0.6/changeset/N/upload HTTP/1.1
PUT /api/0.6/changeset/N HTTP/1.1
POST /api/0.6/changeset/N/upload HTTP/1.1
....

This bug affects only the case where there is automatic retry because of node you tried to delete is alrady deleted. In normal case (no errors during upload) JOSM behaves fine.

Attachments (0)

Change History (1)

comment:1 by Don-vip, 7 years ago

Description: modified (diff)
Keywords: upload changeset added

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain team.
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from team to the specified user.
Next status will be 'needinfo'. The owner will be changed from team to bilbo.
as duplicate The resolution will be set to duplicate. Next status will be 'closed'. The specified ticket will be cross-referenced with this ticket.
The owner will be changed from team to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.