Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

etcd_worker: batch etcd patch (#3277) #3389

Merged
Prev Previous commit
Next Next commit
*: fix go mod error
  • Loading branch information
asddongmen committed Dec 20, 2021
commit f252d5072589c9f8a60f76b9ed425619c9badab1
2 changes: 1 addition & 1 deletion cdc/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/pingcap/tiflow/cdc/kv"
"github.com/pingcap/tiflow/cdc/owner"
"github.com/pingcap/tiflow/cdc/processor"
tablepipeline "github.com/pingcap/ticdc/cdc/processor/pipeline"
tablepipeline "github.com/pingcap/tiflow/cdc/processor/pipeline"
"github.com/pingcap/tiflow/cdc/puller"
"github.com/pingcap/tiflow/cdc/sink"
"github.com/pingcap/tiflow/cdc/sorter/memory"
Expand Down
4 changes: 2 additions & 2 deletions pkg/orchestrator/batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ package orchestrator

import (
"github.com/pingcap/errors"
cerrors "github.com/pingcap/ticdc/pkg/errors"
"github.com/pingcap/ticdc/pkg/orchestrator/util"
cerrors "github.com/pingcap/tiflow/pkg/errors"
"github.com/pingcap/tiflow/pkg/orchestrator/util"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion pkg/orchestrator/batch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"fmt"
"testing"

"github.com/pingcap/ticdc/pkg/orchestrator/util"
"github.com/pingcap/tiflow/pkg/orchestrator/util"
"github.com/stretchr/testify/require"
)

Expand Down