Skip to content

Test fails due to get source id error "strconv.ParseUint: parsing \"\\x00\\x00\\x00\\x00\\x00\\x00\\x03\\xe8\": invalid syntax"" #8110

Closed
@overvenus

Description

What did you do?

Run integration tests.

What did you expect to see?

No test fails

What did you see instead?

[2023/01/19 21:23:00.203 +08:00] [ERROR] [changefeed.go:233] ["an error occurred in Owner"] [namespace=default] [changefeed=custom-changefeed-name] [error="[CDC:ErrPDEtcdAPIError]etcd api call error: strconv.ParseUint: parsing \"\\x00\\x00\\x00\\x00\\x00\\x00\\x03\\xe8\": invalid syntax"] [errorVerbose="[CDC:ErrPDEtcdAPIError]etcd api call error: strconv.ParseUint: parsing \"\\x00\\x00\\x00\\x00\\x00\\x00\\x03\\xe8\": invalid syntax
github.com/pingcap/errors.AddStack
	/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20220729040631-518f63d66278/errors.go:174
github.com/pingcap/errors.(*Error).GenWithStackByArgs
	/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20220729040631-518f63d66278/normalize.go:164
github.com/pingcap/tiflow/pkg/errors.WrapError
	/home/jenkins/agent/workspace/cdc_ghpr_kafka_integration_test/go/src/github.com/pingcap/tiflow/pkg/errors/helper.go:34
github.com/pingcap/tiflow/pkg/pdutil.GetSourceID
	/home/jenkins/agent/workspace/cdc_ghpr_kafka_integration_test/go/src/github.com/pingcap/tiflow/pkg/pdutil/utils.go:42
github.com/pingcap/tiflow/cdc/owner.(*changefeed).initialize
	/home/jenkins/agent/workspace/cdc_ghpr_kafka_integration_test/go/src/github.com/pingcap/tiflow/cdc/owner/changefeed.go:525
github.com/pingcap/tiflow/cdc/owner.(*changefeed).tick
	/home/jenkins/agent/workspace/cdc_ghpr_kafka_integration_test/go/src/github.com/pingcap/tiflow/cdc/owner/changefeed.go:286
github.com/pingcap/tiflow/cdc/owner.(*changefeed).Tick
	/home/jenkins/agent/workspace/cdc_ghpr_kafka_integration_test/go/src/github.com/pingcap/tiflow/cdc/owner/changefeed.go:213
github.com/pingcap/tiflow/cdc/owner.(*ownerImpl).Tick
	/home/jenkins/agent/workspace/cdc_ghpr_kafka_integration_test/go/src/github.com/pingcap/tiflow/cdc/owner/owner.go:222
github.com/pingcap/tiflow/pkg/orchestrator.(*EtcdWorker).Run
	/home/jenkins/agent/workspace/cdc_ghpr_kafka_integration_test/go/src/github.com/pingcap/tiflow/pkg/orchestrator/etcd_worker.go:290
github.com/pingcap/tiflow/cdc/capture.(*captureImpl).runEtcdWorker
	/home/jenkins/agent/workspace/cdc_ghpr_kafka_integration_test/go/src/github.com/pingcap/tiflow/cdc/capture/capture.go:516
github.com/pingcap/tiflow/cdc/capture.(*captureImpl).campaignOwner
	/home/jenkins/agent/workspace/cdc_ghpr_kafka_integration_test/go/src/github.com/pingcap/tiflow/cdc/capture/capture.go:479
github.com/pingcap/tiflow/cdc/capture.(*captureImpl).run.func2
	/home/jenkins/agent/workspace/cdc_ghpr_kafka_integration_test/go/src/github.com/pingcap/tiflow/cdc/capture/capture.go:344
golang.org/x/sync/errgroup.(*Group).Go.func1
	/go/pkg/mod/golang.org/x/sync@v0.1.0/errgroup/errgroup.go:75
runtime.goexit
	/usr/local/go/src/runtime/asm_amd64.s:1594"]

Versions of the cluster

TiCDC version (execute cdc version):

master branch 2023-01-19

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions