mirror of
https://github.com/minio/minio.git
synced 2026-03-21 02:02:19 -04:00
Looks like if we follow pattern such as ``` _ = rlk ``` Go can potentially kick in GC and close the fd when the reference is lost, only speculation is that the cause here is `SetFinalizer` which is set on `os.close()` internally in `os` stdlib. This is unexpected and unsual endeavour for Go, but we have to make sure the reference is never lost and always dies with the server. Fixes #4530 |
||
|---|---|---|
| .. | ||
| bpool | ||
| cgroup | ||
| disk | ||
| lock | ||
| madmin | ||
| mimedb | ||
| objcache | ||
| quick | ||
| safe | ||
| sys | ||
| trie | ||
| wildcard | ||
| words | ||
| x/os | ||