Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: milvus-io/birdwatcher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2e171e34c8203057e3aa8ad667c39ce7d98a0949
Choose a base ref
..
head repository: milvus-io/birdwatcher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2a5f6190b67fa74d40d44a974cc4447410b7d0a8
Choose a head ref
Showing with 5 additions and 4 deletions.
  1. +5 −4 states/etcd/repair/check_qn_collection_leak.go
9 changes: 5 additions & 4 deletions states/etcd/repair/check_qn_collection_leak.go
Original file line number Diff line number Diff line change
@@ -8,16 +8,17 @@ import (
"strings"
"time"

"github.com/samber/lo"
"github.com/spf13/cobra"
clientv3 "go.etcd.io/etcd/client/v3"
"google.golang.org/grpc"

"github.com/milvus-io/birdwatcher/models"
commonpbv2 "github.com/milvus-io/birdwatcher/proto/v2.2/commonpb"
"github.com/milvus-io/birdwatcher/proto/v2.2/milvuspb"
querypbv2 "github.com/milvus-io/birdwatcher/proto/v2.2/querypb"
rootcoordpbv2 "github.com/milvus-io/birdwatcher/proto/v2.2/rootcoordpb"
"github.com/milvus-io/birdwatcher/states/etcd/common"
"github.com/samber/lo"
"github.com/spf13/cobra"
clientv3 "go.etcd.io/etcd/client/v3"
"google.golang.org/grpc"
)

func CheckQNCollectionLeak(cli clientv3.KV, basePath string) *cobra.Command {