Chris Lu
79ab10e300
adjust help message
4 years ago
Chris Lu
55cb68c09c
filer: replication follows master config if not specified
4 years ago
Chris Lu
b9887504e8
fix test
4 years ago
Chris Lu
f46eae284e
adjust for test
4 years ago
Chris Lu
75aca5e13d
2.01
4 years ago
Chris Lu
e6552b5e1e
filer: able to start s3 together
4 years ago
Chris Lu
474e2b6ac3
add a hard link marker to 16byte + maker, for future extensions
4 years ago
Chris Lu
c49e2bb9a3
adjust
4 years ago
Chris Lu
62ce85610e
skip caching too large chunks
4 years ago
Chris Lu
9ad2dcca2b
more tests
4 years ago
Chris Lu
e43d86c796
fix pre allocated volume size
4 years ago
Chris Lu
31fc7bb2e1
refactor
adjust for faster test
4 years ago
Chris Lu
a37535cd9f
avoid non utf-8 in filename
fix https://github.com/chrislusf/seaweedfs/issues/1493
4 years ago
Chris Lu
41be7a4c8f
filer: upload also set file size
ensure works same as fuse mount
4 years ago
Chris Lu
35f6518c36
weed upload: usePublicUrl was not being used on big files
fix https://github.com/chrislusf/seaweedfs/issues/1492
4 years ago
limd
402aef8f30
s3:
1.fix spark reading S3 directory wildcard problem
2.fix the problem of the spark history service writing S3 directory
reference git revsion number: b41b7ea4d0
4 years ago
Chris Lu
8516517c48
filer store: Cassandra supports username/password
4 years ago
limd
ed7816681a
Add cassandra authenticator mode
4 years ago
limd
370a98cf6b
code style
4 years ago
limd
aee3fd08b9
code style
4 years ago
limd
48c578410f
mount: rollback default value
4 years ago
Chris Lu
dbf5327b98
s3: handle response-content-encoding
fix https://github.com/chrislusf/seaweedfs/issues/1487
4 years ago
Chris Lu
7726965a47
minor
4 years ago
Chris Lu
0790c6d605
fix empty hard link id
4 years ago
Chris Lu
1012df7bb5
switch hardlink id from int64 to bytes
4 years ago
Chris Lu
4856bce0ee
adjust for metrics port
4 years ago
Chris Lu
d2d3aec3e1
consolidate to one metricsPort in "weed server" mode
4 years ago
Chris Lu
2e7c361a0d
hardlink deletion factors in hardlink counter
4 years ago
Chris Lu
1295347958
adjust hardlink update
simplify logic, pass entity content directly to hard link. The "weed mount" handles the logic to calculate hard link counter.
4 years ago
Konstantin Lebedev
98e9de6e11
fix style
4 years ago
Konstantin Lebedev
324e44d4b3
add start metrics server
4 years ago
limd
cbca14edc5
mount: fix k8s pvc and os mount directory permission bug
4 years ago
Chris Lu
5e239afdfc
hardlink works now
4 years ago
limd
59e91e9c7e
mount: fix k8s pvc mount directory permission
4 years ago
LIBA-S
eecd6b5d35
Fix a race condition when handle VolumeLocationList
4 years ago
LIBA-S
0157798ebf
Correct the oversized state of volume after compaction
4 years ago
limd
9b21ec27e4
mount: auto created dir set corrct umask fix bug
4 years ago
Chris Lu
f7a0ccb595
mount: auto created dir set corrct umask
4 years ago
Chris Lu
f0e325b6fc
mount: auto created directory follow umask
4 years ago
limd
d506080c36
rollback
4 years ago
limd
8f9f29b773
fixed the problem of empty directory when S3 deleted the directory
4 years ago
limd
1892677b22
fixed the problem of empty directory when S3 deleted the directory
4 years ago
limd
a99f63cb4d
1.add S3 copy directory function
2.fixed the problem of empty directory when S3 deleted the directory
4 years ago
Chris Lu
b61d33f251
expose only store wrapper to meta changes
4 years ago
Chris Lu
0adbb56cc1
rename
4 years ago
Chris Lu
3e52329cee
Revert "Merge pull request #1479 from LIBA-S/fix_oversized"
This reverts commit bd11f0b3e4
, reversing
changes made to ec5b9f1e91
.
4 years ago
Chris Lu
4a1fe4b8e2
add error logs
4 years ago
LIBA-S
8573ac82c6
Fix: remove the oversized state after compaction
4 years ago
James Hartig
658fc2e5b6
Allow option to enable volume pprof on server
4 years ago
James Hartig
91e4eca1e9
Fix deadlock with KeepConnected and SendHeartbeat
There's the potential where we're writing to a clientConn and it goes away
and we're stuck keeping a read lock on clientChansLock. This causes
KeepConnected to not be able to remove the client since it requires a write
lock on clientChansLock. This ends up backing up SendHeartbeat because it
can't get a read lock.
4 years ago