aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/tikv
AgeCommit message (Collapse)AuthorFilesLines
2025-06-24Changes logging function (#6919)Aleksey Kosov1-1/+1
* updated logging methods for stores * updated logging methods for stores * updated logging methods for filer * updated logging methods for uploader and http_util * updated logging methods for weed server --------- Co-authored-by: akosov <a.kosov@kryptonite.ru>
2023-10-25Fix: issues #4950 (#4952)duanhongyi1-50/+17
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu2-5/+5
2022-07-08filer tikv support tlsduanhongyi1-7/+12
2022-06-27Make tikv filer enable/disable by build tagsyulai.li3-2/+9
2022-06-26Update tikv client version and add one PC supportyulai.li2-7/+10
2021-10-10removing tikv to resolve "go mod tidy" problemChris Lu3-444/+0
tikv is causing "go mod tidy" problem. Need to resolve this before adding tikv back. go mod tidy go: finding module for package github.com/coreos/etcd/clientv3/balancer/picker go: finding module for package cloud.google.com/go/kms/apiv1 go: finding module for package github.com/coreos/etcd/clientv3/balancer/resolver/endpoint go: finding module for package google.golang.org/grpc/naming go: finding module for package github.com/coreos/etcd/clientv3/credentials go: finding module for package github.com/coreos/etcd/clientv3/balancer go: finding module for package github.com/d4l3k/messagediff go: found github.com/coreos/etcd/clientv3/balancer in github.com/coreos/etcd v3.3.26+incompatible go: found github.com/coreos/etcd/clientv3/balancer/picker in github.com/coreos/etcd v3.3.26+incompatible go: found github.com/coreos/etcd/clientv3/balancer/resolver/endpoint in github.com/coreos/etcd v3.3.26+incompatible go: found github.com/coreos/etcd/clientv3/credentials in github.com/coreos/etcd v3.3.26+incompatible go: found cloud.google.com/go/kms/apiv1 in cloud.google.com/go/kms v1.0.0 go: found github.com/d4l3k/messagediff in github.com/d4l3k/messagediff v1.2.1 go: finding module for package google.golang.org/grpc/naming github.com/chrislusf/seaweedfs/weed/filer/tikv imports github.com/tikv/client-go/v2/tikv imports go.etcd.io/etcd/clientv3 tested by go.etcd.io/etcd/clientv3.test imports github.com/coreos/etcd/integration imports github.com/coreos/etcd/proxy/grpcproxy imports google.golang.org/grpc/naming: module google.golang.org/grpc@latest found (v1.41.0), but does not contain package google.golang.org/grpc/naming
2021-09-01go fmtChris Lu2-0/+2
2021-08-30Add build tags for TiKV filerstoreyulai.li3-0/+9
2021-08-26Add deleterange_concurrency to filer configuration fileyulai.li1-1/+9
2021-08-26Change DeleteFolderChildren to DeleteRange apiyulai.li1-6/+24
2021-08-26Fix build bugyulai.li1-0/+3
2021-08-26init postyulai.li2-0/+404