Skip to content

Commit

Permalink
[ISSUE apache#956]fix reset offset remove pq
Browse files Browse the repository at this point in the history
  • Loading branch information
0daypwn committed Nov 3, 2022
1 parent 92515f7 commit e61fc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer/push_consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ func (pc *pushConsumer) ResetOffset(topic string, table map[primitive.MessageQue
}
pq := v.(*processQueue)
pc.removeUnnecessaryMessageQueue(mq, pq)
pc.processQueueTable.Delete(mq)
pc.processQueueTable.Delete(*mq)
}
}
}
Expand Down

0 comments on commit e61fc1d

Please sign in to comment.