Page MenuHomeDevCentral

Handle .geoipupdate lock file
ClosedPublic

Authored by dereckson on Mar 16 2023, 19:14.
Tags
None
Referenced Files
F3749741: D2902.id7397.diff
Sat, Nov 16, 17:40
F3749730: D2902.id7396.diff
Sat, Nov 16, 17:31
F3749531: D2902.diff
Sat, Nov 16, 16:00
F3747943: D2902.id7396.diff
Sat, Nov 16, 05:40
Unknown Object (File)
Wed, Nov 13, 04:51
Unknown Object (File)
Wed, Nov 13, 04:50
Unknown Object (File)
Wed, Nov 13, 04:50
Unknown Object (File)
Wed, Nov 13, 04:31
Subscribers
None

Details

Summary

The geoipupdate client creates a lockfile to avoid race conditions.

Drawbacks of the current method is:

  • no lock file created at first run
  • can be confusing to see it afterwards

To address both those concerns, the wrapper creates and deletes
this lock file before and after the container run.

Reference: https://github.com/maxmind/geoipupdate-legacy/issues/79

Test Plan

Tested on docker-002

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
main
Build Status
Buildable 4578
Build 4846: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Mar 16 2023, 19:15
This revision was automatically updated to reflect the committed changes.