We have a problem with a projection where the position does not move from -1
We have replicated this on our system (and other systems) with the following steps
- Truncate a stream (tried using a Delete from UI and maxAge) - note the stream tends to have millions of truncated events.
- Create a projection which uses this truncated stream
- Projection will remain at Position -1
If I take the same projection code and change the fromStream to another non truncated stream, the projection bursts into life. As soon as I introduce the truncated stream, Position returns to -1 (even on the stream that was working when using fromStreams)
It sounds similar to the github issue below:
Can anyone help on this? I am hoping it’s something I have done to cause this, but unsure where else to look.
Running Event Store 21.2.0.0