Chris Lu
|
8461c025ef
|
mount: use pooled goroutine instead of round-robin
fix https://github.com/chrislusf/seaweedfs/issues/2263
|
2021-08-17 03:37:06 -07:00 |
|
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
|
2021-08-17 13:06:48 +05:00 |
|
Chris Lu
|
7667d26ebf
|
gocql update
related to https://github.com/chrislusf/seaweedfs/issues/2246
|
2021-08-12 00:20:11 -07:00 |
|
byunghwa.yun
|
bdc7730fdb
|
Add autocomplete
|
2021-08-03 02:56:52 +09:00 |
|
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
|
2021-07-22 10:22:09 -07:00 |
|
Chris Lu
|
f3746d350f
|
resolve gjson security alert
resolve https://github.com/chrislusf/seaweedfs/security/dependabot/go.mod/github.com%2Ftidwall%2Fgjson/open
|
2021-07-22 09:57:49 -07:00 |
|
Chris Lu
|
a70e772a03
|
update mongodb lib due to security warning
|
2021-07-22 09:49:40 -07:00 |
|
Chris Lu
|
215b169562
|
mount: recursively rename locally
|
2021-07-01 01:19:31 -07:00 |
|
Chris Lu
|
78b1fb921c
|
adjust log level
|
2021-06-23 20:59:54 -07:00 |
|
Jonas Falck
|
829b195084
|
Add process metrics of weed itself
|
2021-06-22 13:09:42 +02:00 |
|
Chris Lu
|
f15d7a57f5
|
mount: support macfuse 4.x
|
2021-06-03 01:14:50 -07:00 |
|
Konstantin Lebedev
|
69c768870b
|
- object write cache control
- object write expires
|
2021-05-24 15:43:55 +05:00 |
|
Chris Lu
|
064269bb57
|
filer: Support sqlite as filer meta store
|
2021-05-23 23:58:28 -07:00 |
|
Chris Lu
|
fc5a8af09e
|
fix possible nil
|
2021-05-11 22:06:41 -07:00 |
|
Chris Lu
|
da0a4e775b
|
Revert "Revert "Merge pull request #2027 from bingoohuang/master""
This reverts commit d74cdf0115 .
|
2021-05-10 00:13:55 -07:00 |
|
Chris Lu
|
930581cedc
|
fuse: avoid nil when invalidating entry
fix https://github.com/chrislusf/seaweedfs/issues/2055
|
2021-05-07 07:09:04 -07:00 |
|
Chris Lu
|
ac71117ee6
|
revert PR #1903 avoid http error: superfluous response.WriteHeader
|
2021-05-05 15:11:39 -07:00 |
|
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.
|
2021-04-30 03:36:15 -07:00 |
|
bingoohuang
|
7a9d27fce8
|
promote to go:embed instead of github.com/rakyll/statik
|
2021-04-27 17:22:24 +08:00 |
|
Chris Lu
|
4b3cc28cab
|
fuse 1.1.4
|
2021-04-18 13:29:37 -07:00 |
|
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
|
2021-04-18 13:06:38 -07:00 |
|
Konstantin Lebedev
|
8e02e138ea
|
Merge branch 'upstreamMaster' into iam_handlers
|
2021-04-12 11:22:51 +05:00 |
|
Konstantin Lebedev
|
5021bea698
|
GetUserPolicy
|
2021-04-10 23:57:45 +05:00 |
|
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
|
2021-04-10 02:36:53 -07:00 |
|
Chris Lu
|
b06c5b9d99
|
upgrade raft to v1.0.5
fix https://github.com/chrislusf/seaweedfs/issues/1974
|
2021-04-07 20:59:48 -07:00 |
|
李海
|
69b2dab9c6
|
add a snowflake sequencer as more robust fid generator, but less compressable than small auto-inc id
|
2021-03-25 18:49:26 +08:00 |
|
Konstantin Lebedev
|
7194a5e7bf
|
avoid http error: superfluous response.WriteHeader
https://github.com/chrislusf/seaweedfs/issues/1838
|
2021-03-15 18:52:59 +05:00 |
|
Chris Lu
|
e19b6b2d0a
|
upgrade fuse version, add batch forget
|
2021-03-12 02:55:06 -08:00 |
|
Chris Lu
|
6d729fa742
|
Update go.mod
|
2021-03-10 12:22:58 -08:00 |
|
Yoni Nakache
|
302dbb1b9c
|
update pg to latest version
currently, it is an old 2+ years driver
|
2021-03-08 07:16:06 +02:00 |
|
Chris Lu
|
7d9dc3c6a2
|
use fasthttp lib to read
|
2021-02-12 05:59:52 -08:00 |
|
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
|
2021-02-03 21:32:30 +05:00 |
|
Chris Lu
|
22e167bc8a
|
mount: skip daemon timeout on FreeBSD
|
2021-01-27 15:34:43 -08:00 |
|
Chris Lu
|
3a1d3d3413
|
mount: properly invalidate kernel node cache entry
fix https://github.com/chrislusf/seaweedfs/issues/1752
|
2021-01-26 02:50:53 -08:00 |
|
Chris Lu
|
84f05787f8
|
mount: limit background requests and congestion threshold
|
2021-01-20 23:30:14 -08:00 |
|
Chris Lu
|
acc0d5cd2c
|
Revert "Revert "filer store: redis module upgrade""
This reverts commit dd0171e35c .
|
2021-01-11 02:30:19 -08:00 |
|
Chris Lu
|
dd0171e35c
|
Revert "filer store: redis module upgrade"
This reverts commit 40161c9cec .
|
2021-01-11 02:09:18 -08:00 |
|
Chris Lu
|
90b117acf1
|
update ccache version
|
2021-01-08 02:17:43 -08:00 |
|
Chris Lu
|
40161c9cec
|
filer store: redis module upgrade
|
2021-01-08 01:08:44 -08:00 |
|
yuwang
|
d253e0ea6e
|
fix s3 upload "use of closed network connection"
|
2021-01-06 15:11:54 +08:00 |
|
Chris Lu
|
c3f674ac1d
|
address raft nil snapshot during flush
fix https://github.com/chrislusf/seaweedfs/issues/1718
|
2021-01-03 13:38:27 -08:00 |
|
Chris Lu
|
f4d87f8b9d
|
works
performance seems about the same as leveldb for insert entries
|
2021-01-02 23:32:58 -08:00 |
|
Chris Lu
|
32955b04b8
|
Update go.mod
|
2020-12-23 22:08:41 -08:00 |
|
Chris Lu
|
64c48c9724
|
seems compiling
|
2020-12-23 21:44:53 -08:00 |
|
Chris Lu
|
3fedfec1e7
|
check cross device rename error
|
2020-12-10 23:50:32 -08:00 |
|
Chris Lu
|
92f906b6fc
|
remove zstd
fix https://github.com/chrislusf/seaweedfs/issues/1629
|
2020-11-21 13:06:45 -08:00 |
|
Chris Lu
|
0a406f652e
|
load filer conf and match by prefix
|
2020-11-15 00:26:05 -08:00 |
|
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
|
2020-11-14 20:52:26 -08:00 |
|
Chris Lu
|
57c770a7b4
|
go get github.com/chrislusf/raft@v1.0.2
|
2020-11-14 20:39:12 -08:00 |
|
Chris Lu
|
c923170d7c
|
Revert "go mod tidy"
This reverts commit 85e43b678f .
|
2020-11-02 19:11:11 -08:00 |
|