datafuselabs / databend

๐——๐—ฎ๐˜๐—ฎ, ๐—”๐—ป๐—ฎ๐—น๐˜†๐˜๐—ถ๐—ฐ๐˜€ & ๐—”๐—œ. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
https://docs.databend.com
Other
7.31k stars 704 forks source link

fix: Avoid duplicate temp file name for install-snapshot requests #15565

Closed drmingdrmer closed 2 weeks ago

drmingdrmer commented 2 weeks ago

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/

Summary

fix: Avoid duplicate temp file name for install-snapshot requests

This commit resolves an issue where duplicate temporary file names were generated when two install-snapshot requests were received in close temporal proximity. This could potentially lead to conflicts and erroneous behavior during snapshot installation.

Changes:

Tests

Type of change

Related Issues


This change isโ€‚Reviewable