minio/internal/dsync
Aditya Manthramurthy 9aadd725d2
Avoid calling .Reset() on active timer (#14941)
.Reset() documentation states:

    For a Timer created with NewTimer, Reset should be invoked only on stopped
    or expired timers with drained channels.

This change is just to comply with this requirement as there might be some
runtime dependent situation that might lead to unexpected behavior.
2022-05-18 15:37:58 -07:00
..
.gitignore rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
drwmutex.go Avoid calling .Reset() on active timer (#14941) 2022-05-18 15:37:58 -07:00
drwmutex_test.go tests: Clean up dsync package (#14415) 2022-03-01 11:14:28 -08:00
dsync-client_test.go tests: Remove RPC wording from the code (#14142) 2022-01-20 09:36:09 -08:00
dsync-server_test.go tests: Remove RPC wording from the code (#14142) 2022-01-20 09:36:09 -08:00
dsync.go tests: Clean up dsync package (#14415) 2022-03-01 11:14:28 -08:00
dsync_test.go tests: Clean up dsync package (#14415) 2022-03-01 11:14:28 -08:00
lock-args.go internode lockArgs should use messagepack (#13329) 2021-09-30 11:53:01 -07:00
lock-args_gen.go internode lockArgs should use messagepack (#13329) 2021-09-30 11:53:01 -07:00
lock-args_gen_test.go internode lockArgs should use messagepack (#13329) 2021-09-30 11:53:01 -07:00
locked_rand.go re-use rand.New() do not repeat allocate. (#13448) 2021-10-18 08:39:59 -07:00
locker.go cleanup dsync tests and remove net/rpc references (#14118) 2022-01-18 12:44:38 -08:00