Chris Lu
|
223b344c79
|
update fuse version
|
3 years ago |
Konstantin Lebedev
|
1f301e4ba4
|
gccgo build
|
3 years ago |
Chris Lu
|
8461c025ef
|
mount: use pooled goroutine instead of round-robin
fix https://github.com/chrislusf/seaweedfs/issues/2263
|
3 years ago |
Konstantin Lebedev
|
865b06b7fe
|
The IEEE assembler optimizations has been submitted and will be part of the Go 1.6 standard library.
https://github.com/klauspost/crc32
|
3 years ago |
Chris Lu
|
7667d26ebf
|
gocql update
related to https://github.com/chrislusf/seaweedfs/issues/2246
|
3 years ago |
byunghwa.yun
|
bdc7730fdb
|
Add autocomplete
|
3 years ago |
Chris Lu
|
60f5c0a2f5
|
fix security alert on github.com/dgrijalva/jwt-go
resolve https://github.com/chrislusf/seaweedfs/security/dependabot/go.mod/github.com%2Fdgrijalva%2Fjwt-go/open
|
3 years ago |
Chris Lu
|
f3746d350f
|
resolve gjson security alert
resolve https://github.com/chrislusf/seaweedfs/security/dependabot/go.mod/github.com%2Ftidwall%2Fgjson/open
|
3 years ago |
Chris Lu
|
a70e772a03
|
update mongodb lib due to security warning
|
3 years ago |
Chris Lu
|
215b169562
|
mount: recursively rename locally
|
4 years ago |
Chris Lu
|
78b1fb921c
|
adjust log level
|
4 years ago |
Jonas Falck
|
829b195084
|
Add process metrics of weed itself
|
4 years ago |
Chris Lu
|
f15d7a57f5
|
mount: support macfuse 4.x
|
4 years ago |
Konstantin Lebedev
|
69c768870b
|
- object write cache control
- object write expires
|
4 years ago |
Chris Lu
|
064269bb57
|
filer: Support sqlite as filer meta store
|
4 years ago |
Chris Lu
|
fc5a8af09e
|
fix possible nil
|
4 years ago |
Chris Lu
|
da0a4e775b
|
Revert "Revert "Merge pull request #2027 from bingoohuang/master""
This reverts commit d74cdf0115 .
|
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
|
d74cdf0115
|
Revert "Merge pull request #2027 from bingoohuang/master"
Need to revert because docker image build failed. The docker apk package only has go 1.15.
|
4 years ago |
bingoohuang
|
7a9d27fce8
|
promote to go:embed instead of github.com/rakyll/statik
|
4 years ago |
Chris Lu
|
4b3cc28cab
|
fuse 1.1.4
|
4 years ago |
Chris Lu
|
d9a2a7f1c4
|
WIP
no memory issue
if some directory is removed, it may have this error
$ rm -Rf ~/tmp/m2/s1
rm: fts_read: Device not configured
|
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
|
6d729fa742
|
Update go.mod
|
4 years ago |
Yoni Nakache
|
302dbb1b9c
|
update pg to latest version
currently, it is an old 2+ years driver
|
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
|
32955b04b8
|
Update go.mod
|
4 years ago |
Chris Lu
|
64c48c9724
|
seems compiling
|
4 years ago |
Chris Lu
|
3fedfec1e7
|
check cross device rename error
|
4 years ago |
Chris Lu
|
92f906b6fc
|
remove zstd
fix https://github.com/chrislusf/seaweedfs/issues/1629
|
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 |