seaweedfs/weed/filer/abstract_sql
Chris Lu 379c032868
Fix chown Input/output error on large file sets (#7996)
* Fix chown Input/output error on large file sets (Fixes #7911)

Implemented retry logic for MySQL/MariaDB backend to handle transient errors like deadlocks and timeouts.

* Fix syntax error: missing closing brace

* Refactor: Use %w for error wrapping and errors.As for extraction

* Fix: Disable retry logic inside transactions
2026-01-09 18:02:59 -08:00
..
abstract_sql_store_kv.go chore: execute goimports to format the code (#7983) 2026-01-07 13:06:08 -08:00
abstract_sql_store.go Fix chown Input/output error on large file sets (#7996) 2026-01-09 18:02:59 -08:00