justin
|
3551ca2fcf
|
enhancement: replace sort.Slice with slices.SortFunc to reduce reflection
|
3 years ago |
chrislu
|
adfd54e7c4
|
fix compilation
|
3 years ago |
chrislu
|
9f9ef1340c
|
use streaming mode for long poll grpc calls
streaming mode would create separate grpc connections for each call.
this is to ensure the long poll connections are properly closed.
|
3 years ago |
Chris Lu
|
4729a57cc0
|
use constants
|
3 years ago |
Chris Lu
|
5ea86ef1da
|
Revert "master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()"
This reverts commit af71ae11aa .
|
3 years ago |
Chris Lu
|
af71ae11aa
|
master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()
|
3 years ago |
Chris Lu
|
ab97b17e62
|
better printout
|
3 years ago |
Chris Lu
|
5160eb08f7
|
shell: optionally read filer address from master
|
3 years ago |
Chris Lu
|
0b4269b6a8
|
remember commands even if failed
|
3 years ago |
Chris Lu
|
44d0ac95f6
|
add cluster id if already set
|
3 years ago |
Daniel Nagy
|
7ce3bee0c0
|
Check for history file errors as well
|
4 years ago |
Chris Lu
|
615cb24ba6
|
shell: use tab print style for completion
|
4 years ago |
Chris Lu
|
90677e1097
|
ensure to call line.Close()
fix https://github.com/chrislusf/seaweedfs/issues/1995
similar to https://github.com/peterh/liner/issues/104
|
4 years ago |
Chris Lu
|
b2c1c209a5
|
refactor
|
4 years ago |
Chris Lu
|
816ef0ed30
|
add more help message
fix https://github.com/chrislusf/seaweedfs/issues/1816
|
4 years ago |
Chris Lu
|
5d6753fb98
|
shell: add volumeServer.leave command
|
4 years ago |
Chris Lu
|
662b5d0cf7
|
support semicolon seperated command lines
|
5 years ago |
Chris Lu
|
d83e648c0b
|
auto add prefix "fs."
|
5 years ago |
Chris Lu
|
ede876cfdb
|
periodic scripts exeuction from leader master
|
6 years ago |
Chris Lu
|
067b935763
|
report unknown commands
|
6 years ago |
Chris Lu
|
cd8a3b99bb
|
textual changes
|
6 years ago |
Chris Lu
|
bd1c0735e0
|
weed shell: adjust help text format
|
6 years ago |
Chris Lu
|
95e0520182
|
weed volume: add grpc operation to relicate a volume to local
|
6 years ago |
Chris Lu
|
f3d316a846
|
weed shell: adding file system disk usage fs.du
fix https://github.com/chrislusf/seaweedfs/issues/889
echo "fs.du http://localhost:8888/some/path" | weed shell
|
6 years ago |
Chris Lu
|
e48267e287
|
adjust output
|
6 years ago |
Chris Lu
|
657dd2e6c9
|
add shell command to list all collections
|
6 years ago |