Skip to content

Commit

Permalink
puller: fix potential stuck (#1066)
Browse files Browse the repository at this point in the history
close #1067
  • Loading branch information
lidezhu authored Mar 6, 2025
1 parent 4771d84 commit cbbc4fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logservice/logpuller/region_request_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ func (s *regionRequestWorker) processRegionSendTask(
// It means it's a special task for stopping the table.
if region.isStopped() {
req := &cdcpb.ChangeDataRequest{
Header: &cdcpb.Header{ClusterId: s.client.clusterID, TicdcVersion: version.ReleaseSemver()},
RequestId: uint64(subID),
Request: &cdcpb.ChangeDataRequest_Deregister_{
Deregister: &cdcpb.ChangeDataRequest_Deregister{},
Expand Down

0 comments on commit cbbc4fe

Please sign in to comment.