[openstreetmap/openstreetmap-website] Update num_changes when backfilling changesets (PR #6361)
mmd
notifications at github.com
Thu Aug 28 10:41:19 UTC 2025
mmd-osm left a comment (openstreetmap/openstreetmap-website#6361)
I believe these version numbers are a bit meaningless. v1.7.0 was released on June 26. A Chinese translation was added about a month later in https://github.com/zbycz/osmapp/commit/82fe653a4e385aa58fbc55aea2f1b00148bfd308, and this translation is already available on https://osmapp.org.
I think it's best to ask the author @zbycz, if a change to the OSM upload mechanism has been deployed to the site on July 15.
https://github.com/zbycz/osmapp/blob/master/src/services/osm/auth/api.ts still has some single object operations in place, like createNodeItem. Maybe back then, OsmAPP was flooding the server with lots of async requests with single item requests.
I don't remember if Rails checks the current number of changes while holding a lock on Changesets. If not, then there's a chance of a race condition. On cgimap, there's an exclusive lock on Changesets in place.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6361#issuecomment-3232959610
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6361/c3232959610 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250828/b6552261/attachment.htm>
More information about the rails-dev
mailing list