Harshavardhana
99ad445260
Avoid double for loops in notification init ( #8691 )
2019-12-24 13:49:48 -08:00
Anis Elleuch
60690a7e1d
fs: Fix setting new deployment ID in format when not present ( #8517 )
...
The code does not properly set a new deployemnt ID when not present
in format.json: it loops twice without releasing write lock on format.json
causing an infinite locking error on the same file.
This commit fixes and simplifies a little the code.
2019-11-13 12:18:23 -08:00
Harshavardhana
d48fd6fde9
Remove unusued params and functions ( #8399 )
2019-10-15 18:35:41 -07:00
Harshavardhana
589e32a4ed
Refactor config and split them in packages ( #8351 )
...
This change is related to larger config migration PR
change, this is a first stage change to move our
configs to `cmd/config/` - divided into its subsystems
2019-10-04 23:05:33 +05:30
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
2019-04-09 11:39:42 -07:00
Harshavardhana
df35d7db9d
Introduce staticcheck for stricter builds ( #7035 )
2019-02-13 18:29:36 +05:30
kannappanr
a7d407fa42
Display message on failure to get lock on format.json in fs mode on startup ( #6538 )
...
Retry to see if the lock is free. Retry time will increase binomially.
2019-01-09 10:13:04 -08:00
Harshavardhana
bfb505aa8e
Refactor logging in more Go idiomatic style ( #6816 )
...
This refactor brings a change which allows
targets to be added in a cleaner way and also
audit is now moved out.
This PR also simplifies logger dependency for auditing
2018-11-19 14:47:03 -08:00
Harshavardhana
36ab615518
Remove unused functions and constants ( #6175 )
2018-07-20 23:37:43 +05:30
kannappanr
43cc0096fa
Add support for deployment ID ( #6144 )
...
deployment ID helps in identifying a minio deployment in the case of remote
logging targets.
2018-07-18 20:17:35 -07:00
Anis Elleuch
32700fca52
Enhance fatal errors printing of common issues seen by users ( #5878 )
2018-05-08 19:04:36 -07:00
kannappanr
f8a3fd0c2a
Create logger package and rename errorIf to LogIf ( #5678 )
...
Removing message from error logging
Replace errors.Trace with LogIf
2018-04-05 15:04:40 -07:00
Krishnan Parthasarathi
e5e3d17216
Do not close *lock.LockedFile on failure ( #5565 )
2018-02-21 11:28:24 -08:00
Krishna Srinivas
047b7aff0c
Seek to offset 0 after Truncate() ( #5375 )
2018-02-06 15:37:48 -08:00
Krishna Srinivas
3b2486ebaf
Lock free multipart backend implementation for FS ( #5401 )
2018-01-31 13:17:24 -08:00
Krishna Srinivas
7c72d14027
Separate the codebase for XL and FS format.json related code ( #5317 )
2018-01-08 14:30:55 -08:00