Chris Lu
0c16e00ef9
raft v1.0.7
4 years ago
Chris Lu
930581cedc
fuse: avoid nil when invalidating entry
fix https://github.com/chrislusf/seaweedfs/issues/2055
4 years ago
Chris Lu
ac71117ee6
revert PR #1903 avoid http error: superfluous response.WriteHeader
4 years ago
Chris Lu
4b3cc28cab
fuse 1.1.4
4 years ago
Konstantin Lebedev
5021bea698
GetUserPolicy
4 years ago
Chris Lu
98c08a3dcd
raft: fix possible nil
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1962c8a]
goroutine 68239935 [running]:
github.com/chrislusf/raft.(*LogEntry).Term(...)
/home/travis/gopath/pkg/mod/github.com/chrislusf/raft@v1.0.4/log_entry.go:59
github.com/chrislusf/raft.(*server).TakeSnapshot(0xc00014f320, 0xc028b5a600, 0xc03995bc00)
/home/travis/gopath/pkg/mod/github.com/chrislusf/raft@v1.0.4/server.go:1276 +0x50a
github.com/chrislusf/raft.(*server).maybeTakeSnapshot.func1(0xc00014f320)
/home/travis/gopath/pkg/mod/github.com/chrislusf/raft@v1.0.4/server.go:1221 +0x5b
created by github.com/chrislusf/raft.(*server).maybeTakeSnapshot
/home/travis/gopath/pkg/mod/github.com/chrislusf/raft@v1.0.4/server.go:1219 +0x98
4 years ago
Chris Lu
b06c5b9d99
upgrade raft to v1.0.5
fix https://github.com/chrislusf/seaweedfs/issues/1974
4 years ago
李海
69b2dab9c6
add a snowflake sequencer as more robust fid generator, but less compressable than small auto-inc id
4 years ago
Konstantin Lebedev
7194a5e7bf
avoid http error: superfluous response.WriteHeader
https://github.com/chrislusf/seaweedfs/issues/1838
4 years ago
Chris Lu
e19b6b2d0a
upgrade fuse version, add batch forget
4 years ago
Chris Lu
c2ad66e4bf
Update go.sum
4 years ago
Chris Lu
7d9dc3c6a2
use fasthttp lib to read
4 years ago
Konstantin Lebedev
24ec17219b
RabbitMQ delay retry with Dead Letter Exchange
https://github.com/chrislusf/seaweedfs/issues/1773
https://github.com/google/go-cloud/issues/2952
4 years ago
Chris Lu
22e167bc8a
mount: skip daemon timeout on FreeBSD
4 years ago
Chris Lu
3a1d3d3413
mount: properly invalidate kernel node cache entry
fix https://github.com/chrislusf/seaweedfs/issues/1752
4 years ago
Chris Lu
84f05787f8
mount: limit background requests and congestion threshold
4 years ago
Chris Lu
acc0d5cd2c
Revert "Revert "filer store: redis module upgrade""
This reverts commit dd0171e35c
.
4 years ago
Chris Lu
dd0171e35c
Revert "filer store: redis module upgrade"
This reverts commit 40161c9cec
.
4 years ago
Chris Lu
90b117acf1
update ccache version
4 years ago
Chris Lu
40161c9cec
filer store: redis module upgrade
4 years ago
yuwang
d253e0ea6e
fix s3 upload "use of closed network connection"
4 years ago
Chris Lu
c3f674ac1d
address raft nil snapshot during flush
fix https://github.com/chrislusf/seaweedfs/issues/1718
4 years ago
Chris Lu
f4d87f8b9d
works
performance seems about the same as leveldb for insert entries
4 years ago
Chris Lu
64c48c9724
seems compiling
4 years ago
Chris Lu
3fedfec1e7
check cross device rename error
4 years ago
Chris Lu
0a406f652e
load filer conf and match by prefix
4 years ago
Chris Lu
7cfa616843
raft: grpc wait for ready
related to https://github.com/chrislusf/seaweedfs/issues/1618
https://github.com/grpc/grpc/blob/master/doc/wait-for-ready.md
7c64624a06
4 years ago
Chris Lu
57c770a7b4
go get github.com/chrislusf/raft@v1.0.2
4 years ago
Chris Lu
c923170d7c
Revert "go mod tidy"
This reverts commit 85e43b678f
.
4 years ago
Chris Lu
85e43b678f
go mod tidy
4 years ago
Chris Lu
be95f68ca7
scaffold for sftpd
4 years ago
Chris Lu
326a4bbaf5
go mod
4 years ago
Chris Lu
e50eae9ad8
update fuse
4 years ago
Chris Lu
8eaa067da5
module upgrade
4 years ago
Chris Lu
e0c8507d93
memory pool to reduce memory allocation
4 years ago
Chris Lu
9884dfc369
use bytebuffer for interval list
4 years ago
Chris Lu
f64252023e
Revert "a better byte buffer pool"
This reverts commit 59c6422777
.
4 years ago
Chris Lu
59c6422777
a better byte buffer pool
4 years ago
Chris Lu
9b0e8ef026
filer: added QR code to transfer files with mobile devices
4 years ago
Chris Lu
666859f7cd
mount: read prefetching
4 years ago
Устюжанин Антон Александрович
dc31b19469
fix: restore raft state
4 years ago
Chris Lu
5718d33148
Update go.sum
4 years ago
Chris Lu
0ddcc2a8f5
go mod
4 years ago
Chris Lu
fcb0ff9890
git mod tidy
4 years ago
Chris Lu
37e964d4bd
update gorilla mux
4 years ago
李远军
8c318470dd
Revert "remove fixJpgOrientation"
This reverts commit de5ca9b2
minimise the revert changes
5 years ago
Chris Lu
1b680c06c1
update to raft 1.0.1
5 years ago
Chris Lu
2ff37ccdbd
testing parsing the upload
The mime type is always the value passed in.
Compress or not depends on the content detection, file name extension, and compression ratio.
If the content is already compressed, need to know the content size.
5 years ago
Chris Lu
a73fd7682a
grpc upgrading
5 years ago
Chris Lu
ca3516ac6d
adjust protoc
5 years ago