Harshavardhana
d69ba7d085
fs: fix logging by not logging common scenarios ( #5882 )
...
Fixes #5881
2018-05-03 08:29:38 +05:30
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
Harshavardhana
6dca044ea8
fs: Convert repeated code in rwpool.Open() into a single function. ( #4864 )
...
Refer https://github.com/minio/minio/issues/4658 for more information.
2017-08-30 09:48:19 -07:00
Harshavardhana
d864e00e24
posix: Deprecate custom removeAll/mkdirAll implementations. ( #4808 )
...
Since go1.8 os.RemoveAll and os.MkdirAll both support long
path names i.e UNC path on windows. The code we are carrying
was directly borrowed from `pkg/os` package and doesn't need
to be in our repo anymore. As a side affect this also
addresses our codecoverage issue.
Refer #4658
2017-08-12 19:25:43 -07:00
Harshavardhana
3544e5ad01
fs: Fix Shutdown() behavior and handle tests properly. ( #4796 )
...
Fixes #4795
2017-08-10 14:11:57 -07:00
Karthic Rao
2b0ed21f08
tests: Fix test server init - cleanup ( #3806 )
2017-02-28 18:05:52 -08:00
Harshavardhana
1c699d8d3f
fs: Re-implement object layer to remember the fd ( #3509 )
...
This patch re-writes FS backend to support shared backend sharing locks for safe concurrent access across multiple servers.
2017-01-16 17:05:00 -08:00