Remove locking of trigger to update timestamps
Closed this issue · 0 comments
rorymckinley commented
We lock the trigger so that we can track timestamps received for partitions and avoid race conditions. Unfortunately, this may be the cause of intermittent deadlocks. Remove the tracking of partition timestamps to see if it resolves the issue.