tagbase / tagbase-server

tagbase-server is a data management web service for working with eTUFF and nc-eTAG files.
https://oiip.jpl.nasa.gov/doc/OIIP_Deliverable7.4_TagbasePostgreSQLeTUFF_UserGuide.pdf
Apache License 2.0
7 stars 2 forks source link

Determine why submission_id and tag_id increments jump after server restarts #208

Open lewismc opened 1 year ago

lewismc commented 1 year ago

Upon PostGIS restarts we have observed both tag_ig and submission_id's for new entries jumping by around ~30 values. tagbase_schema.sql has not been touched in ~2 months so we need to further investgate.

Screenshot 2023-03-28 at 10 42 54 PM

This is an acceptable bug and does not block 0.9.0 release as we can avoid this bug by simply NOT restarting the container.