Chris Lu
|
bdbe5ddbe9
|
volume server: add a fix for dead lock
https://github.com/chrislusf/seaweedfs/issues/1353
|
2020-06-08 08:12:59 -07:00 |
|
Chris Lu
|
b8e346cc86
|
1.80
|
2020-06-05 15:29:25 -07:00 |
|
Chris Lu
|
45a9d852d3
|
go fmt
|
2020-06-05 15:27:10 -07:00 |
|
Chris Lu
|
03c2f03509
|
Merge pull request #1351 from ekozlov-search/master
Set volumes ReadOnly if low free disk space
|
2020-06-05 09:56:46 -07:00 |
|
Chris Lu
|
ebd1759741
|
fix ReadAt
fix https://github.com/chrislusf/seaweedfs/issues/1344
|
2020-06-05 09:54:14 -07:00 |
|
Evgenii Kozlov
|
2410ffbd79
|
Name fix
|
2020-06-05 19:00:38 +03:00 |
|
Evgenii Kozlov
|
0e0db70f55
|
Set volumes ReadOnly if low free disk space
|
2020-06-05 18:18:15 +03:00 |
|
Chris Lu
|
393ab07c7c
|
disable pulse seconds
there are a few other hard coded timing settings, which will cause disconnected volume servers.
|
2020-06-04 10:52:01 -07:00 |
|
Chris Lu
|
fbed2e9026
|
Merge pull request #1341 from ekozlov-search/windows_disk_stat
Discs statistics on Windows platform.
|
2020-06-02 13:55:39 -07:00 |
|
Evgenii Kozlov
|
48f9ff52cf
|
Discs statistics on Windows platform.
|
2020-06-02 11:52:16 +03:00 |
|
Chris Lu
|
bc2ec6774d
|
inject git version into build
|
2020-06-02 00:10:38 -07:00 |
|
Chris Lu
|
ea93d21641
|
Merge pull request #1337 from bingoohuang/master
add Volume Ids column only for max 100 volumes for convenience in the master ui.
|
2020-05-29 10:12:20 -07:00 |
|
bingoohuang
|
1f8782a1ed
|
try showing the first 100 volume ids and an extra ...
|
2020-05-29 16:15:33 +08:00 |
|
bingoohuang
|
1a642b9876
|
add Volume Ids column only for max 100 volumes for convenience in the master ui.
|
2020-05-29 15:37:58 +08:00 |
|
Chris Lu
|
5837fe72fc
|
Merge pull request #1335 from bingoohuang/master
add BytesToHumanReadable for see_dat and see_idx
|
2020-05-28 23:27:29 -07:00 |
|
bingoohuang
|
b4e93b639d
|
remove unnecessary comments
|
2020-05-29 11:28:08 +08:00 |
|
bingoohuang
|
accb4964b7
|
util.BytesToHumanReadable
|
2020-05-29 10:00:07 +08:00 |
|
Chris Lu
|
6286a454c7
|
Merge pull request #1332 from bingoohuang/master
rename 'needle' which collides with imported package name
|
2020-05-28 10:26:05 -07:00 |
|
bingoohuang
|
21d0a013d5
|
rename 'needle' which collides with imported package name
|
2020-05-28 17:00:00 +08:00 |
|
Chris Lu
|
ed92992003
|
Merge pull request #1331 from bingoohuang/master
log JSON response if httpStatus >= 400
|
2020-05-27 21:32:44 -07:00 |
|
bingoohuang
|
41cab5d69f
|
log JSON response if httpStatus >= 400
|
2020-05-28 08:56:55 +08:00 |
|
bingoohuang
|
73264b952b
|
Merge pull request #1 from chrislusf/master
|
2020-05-27 13:33:00 +08:00 |
|
Chris Lu
|
ef2b3a0801
|
leveldb recover error handling
|
2020-05-26 00:03:44 -07:00 |
|
Chris Lu
|
5d3ec22975
|
refactoring
|
2020-05-26 00:03:31 -07:00 |
|
Chris Lu
|
d4235afe4d
|
support multiple locks
|
2020-05-25 18:39:53 -07:00 |
|
Chris Lu
|
bf86e38f9a
|
Merge pull request #1329 from bingoohuang/master
fix build error
|
2020-05-25 08:05:01 -07:00 |
|
bingoohuang
|
ecdeef8c66
|
simplify func(w http.ResponseWriter, r *http.Request) to http.HandlerFunc
|
2020-05-25 21:00:12 +08:00 |
|
bingoohuang
|
16fc3fb1a0
|
fix build error
|
2020-05-25 20:45:21 +08:00 |
|
Chris Lu
|
8dfaaeabfd
|
HCFS: 1.2.8 fix hbase related bugs
1. SeaweedFileSystem.listStatus need to work with file also
2. SeaweedRead readChunkView has wrong len
|
2020-05-24 17:07:34 -07:00 |
|
Chris Lu
|
e5a0787653
|
filer: leveldb store add auto recovery, report correct error
fix https://github.com/chrislusf/seaweedfs/issues/1326
|
2020-05-22 10:54:42 -07:00 |
|
Chris Lu
|
ab4c9ac221
|
allow optionally change volume max count
|
2020-05-22 10:37:04 -07:00 |
|
Chris Lu
|
1e64dbcb98
|
Revert "allow overwrite flags"
This reverts commit 232b0f0e
|
2020-05-22 10:30:46 -07:00 |
|
Chris Lu
|
232b0f0e6e
|
allow overwrite flags
|
2020-05-21 22:19:09 -07:00 |
|
Chris Lu
|
49973333f2
|
Update go.yml
|
2020-05-21 16:34:04 -07:00 |
|
Chris Lu
|
857aa0de08
|
Create go.yml
|
2020-05-21 16:27:46 -07:00 |
|
Chris Lu
|
ed9e4dc749
|
1.79
fix compilation problem
|
2020-05-19 08:21:51 -07:00 |
|
Chris Lu
|
7ff2b0121d
|
specify constant data type to uint64 instead of default int
fix https://github.com/chrislusf/seaweedfs/issues/1324
|
2020-05-19 07:55:23 -07:00 |
|
Chris Lu
|
11b33c0760
|
fix compilation problem
|
2020-05-18 10:53:31 -07:00 |
|
Chris Lu
|
ac48c899e8
|
add printouts for synchronizing metadata which can be slow for large folders
|
2020-05-18 10:31:12 -07:00 |
|
Chris Lu
|
0c856e8387
|
avoid possible wrong arguments
fix https://github.com/chrislusf/seaweedfs/issues/1320
|
2020-05-18 10:07:12 -07:00 |
|
Chris Lu
|
2bfd810912
|
combine msgBroker into weed server command
|
2020-05-17 22:44:20 -07:00 |
|
Chris Lu
|
85aeead3d2
|
1.78
|
2020-05-17 20:28:04 -07:00 |
|
Chris Lu
|
8005786d9a
|
logs
|
2020-05-17 20:27:10 -07:00 |
|
Chris Lu
|
75179544c3
|
logging
|
2020-05-17 20:20:21 -07:00 |
|
Chris Lu
|
91b91d6cb7
|
add error to avoid copying not found volume
fix https://github.com/chrislusf/seaweedfs/issues/1317
|
2020-05-17 20:20:12 -07:00 |
|
Chris Lu
|
d3925d086c
|
add delete channel
|
2020-05-17 17:42:42 -07:00 |
|
Chris Lu
|
e0e31e67a8
|
Merge pull request #1318 from chrislusf/msg_channel
Add messaging, add channel
|
2020-05-17 17:39:16 -07:00 |
|
Chris Lu
|
081ee6fe34
|
reduc logs
|
2020-05-17 17:38:31 -07:00 |
|
Chris Lu
|
bff09fb74f
|
fix looping
|
2020-05-17 17:38:21 -07:00 |
|
Chris Lu
|
f5684839a2
|
add DeleteTopic
|
2020-05-17 17:34:10 -07:00 |
|