Harshavardhana
99ad445260
Avoid double for loops in notification init ( #8691 )
5 years ago
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.
5 years ago
Harshavardhana
d48fd6fde9
Remove unusued params and functions ( #8399 )
5 years ago
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
5 years ago
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
6 years ago
Harshavardhana
df35d7db9d
Introduce staticcheck for stricter builds ( #7035 )
6 years ago
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.
6 years ago
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
6 years ago
Harshavardhana
36ab615518
Remove unused functions and constants ( #6175 )
6 years ago
kannappanr
43cc0096fa
Add support for deployment ID ( #6144 )
...
deployment ID helps in identifying a minio deployment in the case of remote
logging targets.
6 years ago
Anis Elleuch
32700fca52
Enhance fatal errors printing of common issues seen by users ( #5878 )
7 years ago
kannappanr
f8a3fd0c2a
Create logger package and rename errorIf to LogIf ( #5678 )
...
Removing message from error logging
Replace errors.Trace with LogIf
7 years ago
Krishnan Parthasarathi
e5e3d17216
Do not close *lock.LockedFile on failure ( #5565 )
7 years ago
Krishna Srinivas
047b7aff0c
Seek to offset 0 after Truncate() ( #5375 )
7 years ago
Krishna Srinivas
3b2486ebaf
Lock free multipart backend implementation for FS ( #5401 )
7 years ago
Krishna Srinivas
7c72d14027
Separate the codebase for XL and FS format.json related code ( #5317 )
7 years ago