Chris Lu
d6c79e16b2
Merge pull request #1789 from LazyDBA247-Anyvision/master
K8S chart updates
4 years ago
LazyDBA247-Anyvision
b373c1de93
remove collectionPattern if is empty string / null
4 years ago
LazyDBA247-Anyvision
259c66d978
volume: set minFreeSpacePercent to 7%
when k8s node have less than 5% free space, the k8s will start killing pods...
4 years ago
LazyDBA247-Anyvision
91a3314d36
filer/s3: enable/disable s3 and peers
enable/disable s3 pods
launch s3 in filer pod, to reduce network/latency between pods when using s3
disable/enable the peers option (with external backend DB is not needed)
added option to create s3 admin+read users
4 years ago
LazyDBA247-Anyvision
2646f5a784
cronjob: fix and update
enable/disable fix.replication & support for CollectionPrefix filtering
fix toleration and nodeSelector helm templating issues
4 years ago
LazyDBA247-Anyvision
b6fba0c03f
filer: make k8s service ClusterIP type
easier to patch/expose ( probably LoadBalancer will be better, but that also works)
4 years ago
bingoohuang
12a7833586
Merge pull request #1 from chrislusf/master
4 years ago
bingoohuang
9e06ef66b9
fix renaming for 5bytes
4 years ago
Chris Lu
5b1def9080
Java: 1.6.1 refacoring API
4 years ago
Chris Lu
ad36c7b0d7
refactoring: only expose FilerClient class
4 years ago
Chris Lu
a833021132
fix refactoring left over
4 years ago
Chris Lu
5e4b5109dd
2.24
4 years ago
Chris Lu
15c60cbb26
close the grpc connection after 10 hours
related to https://github.com/chrislusf/seaweedfs/issues/1782
4 years ago
Chris Lu
928efc642c
Merge pull request #1785 from bingoohuang/master
4 years ago
bingoohuang
7256902fb0
fix typo offset.ToAcutalOffset to offset.ToActualOffset
4 years ago
Chris Lu
7fca4324f9
Merge pull request #1784 from bingoohuang/master
4 years ago
bingoohuang
94ea3bd3a5
renaming NeedleMapType to NeedleMapKind
4 years ago
Chris Lu
5138d3954f
Java 1.6.0 fix filerProxy mode
4 years ago
Chris Lu
35ba277a97
Java: fix filerProxy mode
4 years ago
Chris Lu
9c1efdf11b
HCFS: 1.5.9
4 years ago
Chris Lu
8f3a51f2b8
Java: 1.5.8 additional fixes
4 years ago
Chris Lu
6a2a9b67e8
Java: 1.5.8
4 years ago
Chris Lu
694df89331
java: add configurable volume access mode
4 years ago
Chris Lu
8c3177d835
java: resolve parent directory if started with seaweedfs://
4 years ago
Chris Lu
42e5ef4b01
Java: adjust examples
4 years ago
Chris Lu
9fa7977714
Java: SeaweedOutputStream refactoring
4 years ago
Chris Lu
ce416d765f
Java: SeaweedOutputStream add replication option
4 years ago
Chris Lu
82c167aaca
Java: supportFlush set to true
4 years ago
Chris Lu
7f90d14f10
Java: add SeaweedOutputStream example
4 years ago
Chris Lu
502554887f
Java: add SeaweedInputStream example
4 years ago
Chris Lu
c3af72d950
fier store: fix elastic search regression
fix https://github.com/chrislusf/seaweedfs/issues/1774
4 years ago
Chris Lu
ee4b208b8a
increase to 3 volumes for local cluster
4 years ago
Chris Lu
430aca474c
relocating local docker compose files
4 years ago
Chris Lu
91f26b3b9b
Merge pull request #1778 from kmlebedev/retryQueue
Retry queue
4 years ago
Konstantin Lebedev
2fb4c60540
fix log warn
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
a331bbb3ae
filer: should return 204 on DELETE to nonexistent file
related to
https://github.com/chrislusf/seaweedfs/issues/1776
https://github.com/chrislusf/seaweedfs/issues/1160
4 years ago
Chris Lu
5353e38469
S3: should return 204 on DELETE to nonexistent file
fix https://github.com/chrislusf/seaweedfs/issues/1776
4 years ago
Chris Lu
2396ac234c
filer: fix elastic search pagination
possible fix for https://github.com/chrislusf/seaweedfs/issues/1774
4 years ago
Chris Lu
609daaf387
s3: DeleteMultipleObjectsHandler clean up leftover empty folders
fix https://github.com/chrislusf/seaweedfs/issues/1772
4 years ago
Chris Lu
9c56b46886
webdav: adds to docker file
4 years ago
Chris Lu
d67ccb66c0
webdav: can start together with "weed server" or "weed filer"
4 years ago
Chris Lu
76430790b9
webdav: cache to version specific folder
4 years ago
Chris Lu
318a3d2efc
2.23
4 years ago
Chris Lu
4be51c0701
filer: leveldb and hbase may miss files when listing large directories more than 1024
fix https://github.com/chrislusf/seaweedfs/issues/1768
4 years ago
Chris Lu
1102ae32c4
fix concurrent map reads
4 years ago
Chris Lu
314dc1c957
filer: etcd store fix listing
fix https://github.com/chrislusf/seaweedfs/issues/1767
4 years ago
Chris Lu
87d1bfa862
Hadoop Compatible FS: 1.5.7
4 years ago
Chris Lu
6f4aab51f9
refactoring SeaweedInputStream
4 years ago
Chris Lu
043c2d7960
refactoring SeaweedOutputStream
4 years ago