| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-01-24 | mount: outsideContainerClusterMode proxy through filer | Chris Lu | 1 | -0/+1 | |
| Running mount outside of the cluster would not need to expose all the volume servers to outside of the cluster. The chunk read and write will go through the filer. | |||||
| 2021-01-24 | Revert "mount: when outside cluster network, use filer as proxy to access ↵ | Chris Lu | 1 | -1/+0 | |
| volume servers" This reverts commit 096e088d7bb2a5dce7573b24c2d3006d1cb6f9ec. | |||||
| 2021-01-24 | mount: when outside cluster network, use filer as proxy to access volume servers | Chris Lu | 1 | -0/+1 | |
| 2021-01-24 | filer.sync: replicate outside of either cluster, only need to see filers | Chris Lu | 1 | -24/+30 | |
| 2021-01-21 | filer.meta.tail: output json format for easier parsing | Chris Lu | 1 | -1/+11 | |
| 2021-01-20 | mount: limit background requests and congestion threshold | Chris Lu | 1 | -0/+2 | |
| 2021-01-19 | filer store: postgres configuration adjust text | Chris Lu | 1 | -2/+2 | |
| 2021-01-19 | filer store: postgres adjust default config, add optioanl schema | Chris Lu | 1 | -2/+4 | |
| 2021-01-19 | filer store: add postgres2 | Chris Lu | 1 | -0/+20 | |
| 2021-01-19 | filer store: add mysql2 | Chris Lu | 1 | -0/+21 | |
| 2021-01-19 | scaffold: add YugabyteDB | Chris Lu | 1 | -1/+1 | |
| 2021-01-19 | add memsql to comments | Chris Lu | 1 | -1/+1 | |
| 2021-01-14 | better mysql connection pool management | LazyDBA247-Anyvision | 1 | -0/+1 | |
| adding SetConnMaxLifetime configuration (https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime) to enable refresh of connections. | |||||
| 2021-01-13 | filer.meta.tail: optionally submit metadata changes to ElasticSearch | Chris Lu | 1 | -0/+81 | |
| 2021-01-13 | rename | Chris Lu | 1 | -16/+16 | |
| 2021-01-12 | rename "weed watch" to "weed filer.meta.tail" | Chris Lu | 2 | -9/+9 | |
| 2021-01-12 | go fmt | Chris Lu | 1 | -12/+12 | |
| 2021-01-12 | filer: add leveldb3 | Chris Lu | 1 | -0/+6 | |
| support dedicated leveldb instance for each bucket | |||||
| 2021-01-12 | avoid concurrent map updates to viper | Chris Lu | 1 | -2/+1 | |
| 2021-01-11 | redis cluster: do not enable route by latency by default | Chris Lu | 1 | -2/+2 | |
| 2021-01-11 | refactoring | Chris Lu | 1 | -2/+5 | |
| 2021-01-11 | refactoring | Chris Lu | 1 | -1/+5 | |
| 2021-01-10 | filer: change to saveToFilerLimit from cacheToFilerLimit | Chris Lu | 2 | -15/+15 | |
| short circuit saving small files to volume server | |||||
| 2021-01-09 | mount: default to 128 concurrent writers | Chris Lu | 1 | -1/+1 | |
| 2021-01-07 | server: add option to disable master | Chris Lu | 1 | -1/+6 | |
| 2021-01-06 | add "weed filer.cat" to read files directly from volume servers | Chris Lu | 3 | -1/+120 | |
| 2021-01-03 | Merge branch 'add_rocksdb' | Chris Lu | 1 | -1/+7 | |
| 2021-01-03 | add scaffold | Chris Lu | 1 | -1/+7 | |
| 2021-01-02 | upload: add read default collection from master | Chris Lu | 1 | -0/+25 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1724#issuecomment-753576071 | |||||
| 2020-12-29 | mount: load security keys | Chris Lu | 1 | -2/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1714 | |||||
| 2020-12-28 | shell: add shell.toml support | Chris Lu | 2 | -2/+39 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1664 | |||||
| 2020-12-27 | s3: add command option "allowEmptyFolder" to filer and server | Chris Lu | 2 | -0/+2 | |
| 2020-12-27 | s3: add option for "alllowEmptyFolder" | Chris Lu | 1 | -7/+10 | |
| 2020-12-24 | filer: hbase add enabled flag | Chris Lu | 1 | -0/+1 | |
| 2020-12-23 | hook up | Chris Lu | 1 | -0/+4 | |
| 2020-12-22 | Merge branch 'master' into support_ssd_volume | Chris Lu | 2 | -6/+31 | |
| 2020-12-22 | filer: add -defaultStoreDir so that filer.toml can be skipped | Chris Lu | 1 | -6/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1659 | |||||
| 2020-12-22 | filer: redis, redis cluster, cassandra support super large directory | Chris Lu | 1 | -0/+6 | |
| 2020-12-19 | filer: support path-specific filer store | Chris Lu | 1 | -0/+22 | |
| 2020-12-16 | go fmt | Chris Lu | 7 | -11/+11 | |
| 2020-12-16 | Merge branch 'master' into support_ssd_volume | Chris Lu | 1 | -2/+2 | |
| 2020-12-14 | show error a little bit more obviously | Chris Lu | 1 | -2/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1678 | |||||
| 2020-12-13 | disk type configurable for each folder | Chris Lu | 1 | -6/+20 | |
| 2020-12-13 | refactor | Chris Lu | 1 | -2/+2 | |
| 2020-12-13 | rename parameter name to "disk" | Chris Lu | 4 | -5/+5 | |
| 2020-12-13 | rename parameter name to "disk" | Chris Lu | 3 | -2/+3 | |
| 2020-12-13 | rename from volumeType to diskType | Chris Lu | 7 | -27/+27 | |
| 2020-12-13 | volume server set volume type and heartbeat to the master | Chris Lu | 1 | -1/+8 | |
| 2020-12-13 | adding volume type | Chris Lu | 6 | -6/+29 | |
| 2020-12-07 | adding /usr/local/etc/seaweedfs for bsd style config search path | Chris Lu | 2 | -2/+2 | |
| related to https://reviews.freebsd.org/D27391 | |||||
