ReadModelPopulator.PopulateAsync returning prematurely. #863
Unanswered
IanEsteves5
asked this question in
Q&A
Replies: 1 comment
-
|
Not sure if this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I am trying to use the ReadModelPopulator class to repopulate my read model tables in my database. I ran into an issue where the populator would just say that no relevant events were found and leave the table empty, even though I knew for a fact that it should have found them.
I then tried setting the EventFlowConfiguration.PopulateReadModelEventPageSize to a very large number, and the read models were upraded succesfully.
I'm not sure what is causing this issue. Maybe it has to do with event upgraders? There are a few of them in my code. Another thing I noticed is that there is a pretty big gap in the GlobalSequenceNumber column in the EventFlow table (about 3500).
Thank you,
Ian.
Beta Was this translation helpful? Give feedback.
All reactions