1
0
mirror of https://github.com/minio/minio.git synced 2025-03-24 06:24:14 -04:00

10 Commits

Author SHA1 Message Date
Harshavardhana
5aa5dcdc6d
lock: improve locker initialization at init ()
Use reference format to initialize lockers
during startup, also handle `nil` for NetLocker
in dsync and remove *errorLocker* implementation

Add further tuning parameters such as

 - DialTimeout is now 15 seconds from 30 seconds
 - KeepAliveTimeout is not 20 seconds, 5 seconds
   more than default 15 seconds
 - ResponseHeaderTimeout to 10 seconds
 - ExpectContinueTimeout is reduced to 3 seconds
 - DualStack is enabled by default remove setting
   it to `true`
 - Reduce IdleConnTimeout to 30 seconds from
   1 minute to avoid idleConn build up

Fixes 
2020-01-10 02:35:06 -08:00
Harshavardhana
3e9ab5f4a9
Fix k8s replica set deployment ()
In replica sets, hosts resolve to localhost
IP automatically until the deployment fully
comes up. To avoid this issue we need to
wait for such resolution.
2019-12-10 20:28:22 -08:00
Harshavardhana
94e5cb7576
Migrate to go1.13 to avail all new features ()
Read more https://blog.golang.org/go1.13
2019-09-08 16:44:15 -07:00
Harshavardhana
b83413b167 Use GOPROXY to speed up builds ()
Read more here https://proxy.golang.org proposal 
for go1.13
2019-07-30 22:27:11 +05:30
Harshavardhana
1dc25bcf5f
Add mint tests into MinIO repo () 2019-07-09 18:32:39 -07:00
Harshavardhana
313a3a286a Migrate to go1.12 to simplify our cmd/http package ()
Simplify the cmd/http package overall by removing
custom plain text v/s tls connection detection, by
migrating to go1.12 and choose minimum version
to be go1.12

Also remove all the vendored deps, since they
are not useful anymore.
2019-04-02 18:28:39 -07:00
Sidhartha Mani
6bc0de2a75 add go modules file and start running go 1.11 style builds () 2019-03-19 13:50:58 -07:00
Harshavardhana
12eb71828b Fix posix tests for SimpleCI () 2019-03-05 19:53:01 -08:00
Sidhartha Mani
f7611bcd48 update simple-ci scripts () 2019-03-03 21:59:14 +05:30
Sidhartha Mani
e9fdea05c6 Enable CI control from repository: Add Dockerfile.simpleci () 2019-02-01 12:04:28 -08:00