LazyDBA247-Anyvision
5581d08702
K8S mysql connection pool
set max lifetime to 10 minutes, keeping connection "fresh"
and eliminating mysql/memsql closing old connection (causing filer errors)
4 years ago
Chris Lu
f20743bb38
remove WIP status
4 years ago
LazyDBA247-Anyvision
8eed763b97
better mysql connection pool management
adding SetConnMaxLifetime configuration (https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime )
to enable refresh of connections.
4 years ago
Chris Lu
f17aa1d06c
skip directory loop if dropping the bucket
4 years ago
Chris Lu
ca73013453
leveldb3: ensure repeatable adding removing buckets
4 years ago
Chris Lu
e2c7e3fe6d
better locks
4 years ago
Chris Lu
819a85f59a
avoid viper concurrent access
4 years ago
Chris Lu
3c5b0ed8e3
Update README.md
4 years ago
Chris Lu
9d1d6f7adf
Update README.md
4 years ago
Chris Lu
9e41941ba8
Merge pull request #1742 from LazyDBA247-Anyvision/master
K8S Chart
4 years ago
Yoni Nakache
d1959de038
Merge branch 'master' into master
4 years ago
LazyDBA247-Anyvision
95982e0856
correct master service
should have also:
publishNotReadyAddresses: true
4 years ago
LazyDBA247-Anyvision
d595b35ca7
filer peers & client service
in order to start several filers with peers setting, they need to be discoverable by dns name, we need a service with
- tolerate-unready-endpoints: "true"
- publishNotReadyAddresses: true
so the filer will start and "See" each other...
added "client" service which expose only ready and line filer
changed s3 config to use the new service
4 years ago
LazyDBA247-Anyvision
c1ed647daf
increase timeout
reduce unwanted k8s pod restarts on slow response
4 years ago
LazyDBA247-Anyvision
e57e6d6677
s3 logs
set logs to hostpath same as other pods
4 years ago
LazyDBA247-Anyvision
9ca1787e7e
s3 allowEmptyFolder
enable setting allowEmptyFolder for s3 server
4 years ago
LazyDBA247-Anyvision
5e62f77681
dir.idx volume config
enable setting dir.idx for volume server
4 years ago
LazyDBA247-Anyvision
cfc2033bf8
shell.toml
enable running shell from each pod with default
filer & master config
4 years ago
LazyDBA247-Anyvision
8491fbf1c7
fix cronjob reschedule
avoid errors of "more than 100 jobs skipped/failed"
and stopping of job by k8s
4 years ago
LazyDBA247-Anyvision
8b55331247
appVersion
start publishing and using appVersion as the image tag,
so its clear that the appVersion of the chart and containers are the same.
4 years ago
Chris Lu
3fb2ed9093
filer.meta.tail: optionally submit metadata changes to ElasticSearch
4 years ago
Chris Lu
c5df2577f5
rename
4 years ago
Chris Lu
90c5077610
rename "weed watch" to "weed filer.meta.tail"
4 years ago
Chris Lu
5cd9c9e642
remove println
4 years ago
Chris Lu
def6d8e565
fix test
4 years ago
Chris Lu
1c7faf1100
Revert "close opened file"
This reverts commit 2880160113
.
4 years ago
Chris Lu
2880160113
close opened file
4 years ago
Chris Lu
0ef43a23a7
go fmt
4 years ago
Chris Lu
629c9962e7
filer: add leveldb3
support dedicated leveldb instance for each bucket
4 years ago
Chris Lu
361043e6c1
filer store: leveldb2 fix nil entry error if not found
4 years ago
Chris Lu
cfb9342a15
avoid concurrent map updates to viper
4 years ago
Chris Lu
38d516251e
Revert "mount: avoid fatal error"
This reverts commit a4f0bac9b7
.
4 years ago
Chris Lu
a4f0bac9b7
mount: avoid fatal error
4 years ago
Chris Lu
8a7302ce37
s3: KeyCount is zero
fix https://github.com/chrislusf/seaweedfs/issues/1741
4 years ago
Chris Lu
2c7148cd55
redis cluster: do not enable route by latency by default
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
394513f598
filer: ensure seamless meta data updates
4 years ago
Chris Lu
6e12a3a490
refactoring
4 years ago
Chris Lu
62ee484d12
refactoring
4 years ago
Chris Lu
1efb51ba84
filer: change to saveToFilerLimit from cacheToFilerLimit
short circuit saving small files to volume server
4 years ago
Chris Lu
f0d3b3bf93
2.20
4 years ago
Chris Lu
d3d3f2fb9b
mount: default to 128 concurrent writers
4 years ago
Chris Lu
e9ccc0a6c5
adjust
4 years ago
Chris Lu
90b117acf1
update ccache version
4 years ago
Chris Lu
e2e0e30a51
filer: redis default to false for useReadOnly and routeByLatency
4 years ago
Chris Lu
40161c9cec
filer store: redis module upgrade
4 years ago
Chris Lu
30efaa66c6
server: add option to disable master
4 years ago
Chris Lu
07f4703bfc
Merge pull request #1738 from qieqieplus/rocksdb
fix rocksdb crash when list directory
4 years ago
qieqieplus
0f18592315
alter style
4 years ago