Chris Lu
e439b65e38
fix test
4 years ago
Chris Lu
c7197470fd
2.21
4 years ago
Chris Lu
5a3386e39b
Revert "Revert "mount: fake support for socket/block/character/fifo devices""
This reverts commit 3d5cb7eb86
.
4 years ago
Chris Lu
67faa56920
Revert "Revert "mount: add more entry type""
This reverts commit 4085b79d38
.
4 years ago
Chris Lu
7119e7b491
mount: ensure reading from dirty pages
4 years ago
Chris Lu
de876c795d
minor fix
4 years ago
Chris Lu
4085b79d38
Revert "mount: add more entry type"
This reverts commit d7d907be27
.
4 years ago
Chris Lu
3d5cb7eb86
Revert "mount: fake support for socket/block/character/fifo devices"
This reverts commit 61ef2d8658
.
4 years ago
Chris Lu
61ef2d8658
mount: fake support for socket/block/character/fifo devices
to pass pjdfstest. A distributed file system can not really support these things anyway.
4 years ago
Chris Lu
d7d907be27
mount: add more entry type
4 years ago
Chris Lu
389426bbb7
s3: listing may repeat on the edge
4 years ago
Chris Lu
0fddf68417
Merge pull request #1748 from kmlebedev/prometheus
docker-compose
4 years ago
Konstantin Lebedev
0f1c08d8ec
docker-compose
- prometheus
- nginx
4 years ago
Chris Lu
09f49d1c04
refactoring
4 years ago
Chris Lu
a4063a5437
add stream list directory entries
4 years ago
Chris Lu
01dc8a43ba
fix rocksdb
4 years ago
Chris Lu
16ad74f477
go fmt
4 years ago
Chris Lu
f002e668de
change limit to int64 in case of overflow
4 years ago
Chris Lu
19e52fd414
pass along hasMore
4 years ago
Chris Lu
c0bcf6f6e1
implement sql changes
4 years ago
Chris Lu
5d4568b91f
implement elastic changes
4 years ago
Chris Lu
893cbc8482
implement c* changes
4 years ago
Chris Lu
5ef43b9b09
implement etcd changes
4 years ago
Chris Lu
54527f0326
implement hbase changes
4 years ago
Chris Lu
b5ceffe188
implement leveldb changes
4 years ago
Chris Lu
c64bfb0e2e
implement mongodb changes
4 years ago
Chris Lu
34a846009d
implement rocksdb changes
4 years ago
Chris Lu
d2ece29fff
implement redis changes
4 years ago
Chris Lu
9a50dbcda0
chagned api
4 years ago
Chris Lu
e1c7bc66f9
change interface
4 years ago
Chris Lu
4aaa97c789
skip not found error in case of race condition
4 years ago
Chris Lu
d0826c2f62
mount: avoid showing "topics" folder
fix https://github.com/chrislusf/seaweedfs/issues/1325
4 years ago
Chris Lu
698f58f7c4
filer, s3: add http status 206 as late as possible
fix https://github.com/chrislusf/seaweedfs/issues/1746
4 years ago
Chris Lu
fd1d8a2a09
fix compilation
4 years ago
Chris Lu
ae812c07d6
Merge pull request #1743 from LazyDBA247-Anyvision/master
MYSQL - Better Connection Pool Control
4 years ago
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