Chris Lu
|
d2d36a3f9d
|
master: avoid creating too many volumes
fix https://github.com/chrislusf/seaweedfs/issues/2062
|
2021-05-11 10:05:31 -07:00 |
|
Chris Lu
|
4596e64710
|
2.46
|
2021-05-10 21:58:37 -07:00 |
|
Chris Lu
|
e55aa41690
|
Merge branch 'upload_via_temp_file'
|
2021-05-10 21:48:18 -07:00 |
|
Chris Lu
|
1737af480a
|
adjust logs
|
2021-05-10 21:47:51 -07:00 |
|
Chris Lu
|
d06ecc2649
|
working properly
|
2021-05-10 21:47:07 -07:00 |
|
Chris Lu
|
fe2edd4b50
|
2.45
|
2021-05-10 13:53:03 -07:00 |
|
Chris Lu
|
55d547afec
|
switch back to in memory uploading for now
|
2021-05-10 13:50:10 -07:00 |
|
Chris Lu
|
9a6aa00e9d
|
avoid nil locations
fix https://github.com/chrislusf/seaweedfs/issues/2059
|
2021-05-10 02:39:52 -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
|
40945a60cf
|
use go 1.16.4 to build docker image
|
2021-05-10 00:13:36 -07:00 |
|
Chris Lu
|
aa6949ef25
|
2.44
|
2021-05-09 23:28:48 -07:00 |
|
Chris Lu
|
ba77833343
|
EOF handling
|
2021-05-09 23:04:24 -07:00 |
|
Chris Lu
|
f4cf30b497
|
mount: write to tmp file before uploading
|
2021-05-09 22:56:10 -07:00 |
|
Chris Lu
|
280e7cf289
|
mount: in case the set attribute is called before persisting the file
|
2021-05-09 22:55:30 -07:00 |
|
Chris Lu
|
74052064b6
|
add one missing optimization
|
2021-05-09 17:25:42 -07:00 |
|
Chris Lu
|
59ace54925
|
refactor
|
2021-05-09 17:22:30 -07:00 |
|
Chris Lu
|
50be19d23e
|
refactor
|
2021-05-09 15:33:01 -07:00 |
|
Chris Lu
|
55e060cf61
|
refactor
|
2021-05-09 15:28:54 -07:00 |
|
Chris Lu
|
735e65be17
|
refactor
|
2021-05-09 15:22:38 -07:00 |
|
Chris Lu
|
93e84a12f2
|
refactor
|
2021-05-09 15:15:18 -07:00 |
|
Chris Lu
|
3942e3b2ef
|
a better fix
|
2021-05-09 01:42:19 -07:00 |
|
Chris Lu
|
957e1a1bc1
|
fuse: important: if filer -filer.path is not root, directory listing will fail
|
2021-05-09 00:32:21 -07:00 |
|
Chris Lu
|
7ca75347ec
|
minor
|
2021-05-07 21:56:45 -07:00 |
|
Chris Lu
|
8f8738867f
|
add retry to assign volume
fix https://github.com/chrislusf/seaweedfs/issues/2056
|
2021-05-07 07:29:26 -07:00 |
|
Chris Lu
|
007401f3a0
|
remove duplicated code
|
2021-05-07 07:14:24 -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
|
84397b814a
|
Merge pull request #2052 from jbarotin/master
Add exists() to java client
|
2021-05-07 06:09:03 -07:00 |
|
Jérôme Barotin
|
89b2ef8d05
|
handle "/" in exist
|
2021-05-07 10:05:48 +02:00 |
|
Jérôme Barotin
|
a46be0ca56
|
Add exists() to java client
|
2021-05-07 09:33:03 +02:00 |
|
Chris Lu
|
9b5f54e367
|
java: filer client add modified time to touch() function
|
2021-05-06 11:38:23 -07:00 |
|
Chris Lu
|
28d58bac62
|
another simple example
|
2021-05-06 11:25:36 -07:00 |
|
Chris Lu
|
48601bce6c
|
Merge pull request #2050 from jbarotin/master
make SeaweedInputStream throw FileNotFoundException
|
2021-05-06 10:35:44 -07:00 |
|
Jérôme Barotin
|
9c97b17291
|
make SeaweedInputStream throw FileNotFoundException
|
2021-05-06 19:21:23 +02:00 |
|
Chris Lu
|
aaad4b578b
|
Merge pull request #2049 from qieqieplus/async-assign
ahead of time volume assignment
|
2021-05-06 10:00:25 -07:00 |
|
qieqieplus
|
c4d32f6937
|
ahead of time volume assignment
|
2021-05-06 18:55:44 +08:00 |
|
Chris Lu
|
55a8f57381
|
go fmt
|
2021-05-06 03:37:51 -07:00 |
|
Chris Lu
|
5753749c90
|
remove verbose logs
|
2021-05-06 03:34:34 -07:00 |
|
Chris Lu
|
38f411219a
|
mount: skip local chunk cache if opened write only
|
2021-05-06 03:31:40 -07:00 |
|
Chris Lu
|
c899bdf063
|
a little optimization
|
2021-05-06 03:03:00 -07:00 |
|
Chris Lu
|
3eb336e0b0
|
report error only for the first multipart upload
the glog.Errorf would always print for s3 multipart uploads
|
2021-05-06 01:57:54 -07:00 |
|
Chris Lu
|
76c48ffe27
|
optional parallel copy ec shards
fix https://github.com/chrislusf/seaweedfs/issues/2048
|
2021-05-06 01:53:35 -07:00 |
|
Chris Lu
|
ac71117ee6
|
revert PR #1903 avoid http error: superfluous response.WriteHeader
|
2021-05-05 15:11:39 -07:00 |
|
Chris Lu
|
24efa31e49
|
Merge pull request #2045 from qieqieplus/fix-vacuum-commit
|
2021-05-05 07:41:38 -07:00 |
|
qieqieplus
|
ac26080bd2
|
fix concurrent vacuum & delete panic
|
2021-05-05 17:54:50 +08:00 |
|
Chris Lu
|
e24ba2aadc
|
filer: delete specific tags
fix https://github.com/chrislusf/seaweedfs/issues/2041
|
2021-05-02 21:53:43 -07:00 |
|
Chris Lu
|
e87e6ef33c
|
s3: return 404 if bucket does not exist
fix https://github.com/chrislusf/seaweedfs/issues/2039
|
2021-05-02 21:30:37 -07:00 |
|
Chris Lu
|
a4bb37a5fe
|
add debug info
|
2021-05-01 16:10:26 -07:00 |
|
Chris Lu
|
2e56407c6b
|
fix visited checking
|
2021-05-01 16:09:29 -07:00 |
|
Chris Lu
|
c48ef78670
|
2.43
|
2021-05-01 00:39:04 -07:00 |
|
Chris Lu
|
53b300edd8
|
add git version for local builds
|
2021-05-01 00:20:11 -07:00 |
|