Open
Description
Related Template(s)
Anything using FileBasedDeadLetterQueueReconsumer (as best I can tell, looks like just spanner changestreams + datastreams templates - https://github.com/search?q=repo%3AGoogleCloudPlatform%2FDataflowTemplates%20FileBasedDeadLetterQueueReconsumer&type=code )
Template Version
latest - seen in 2023-07-18-00_rc00, but also just based on code inspection
What happened?
The way
- Generate sequence fires, and everything before the reshuffle happens
- Generate sequence fires again, and everything before the reshuffle happens
- We remove the file after the reshuffle
- We try to remove the file after the reshuffle again, which logs but succeeds -