Akka.Persistence.MongoDb version update causes NULLRef issues #5808
Unanswered
merthamurcu
asked this question in
Q&A
Replies: 2 comments 12 replies
-
Thanks for letting us know @merthamurcu - we'll take a look at this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The I think there's no way to upgrade without converting the old data structure to the new one |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to update from netstandard2.0 to net6.0, we were using akka 1.4.5 and trying to update to 1.4.31
some actors throwing nullref due to missing "Ordering" field in the "EventJournal" entries.
we have too many records in the mongoDB to add ordering to each of them realistically,
is there any work around to fix this error and upgrade my projects safely?
I believe it is introduced in this commit
akkadotnet/Akka.Persistence.MongoDB@bb0f4c6
and line 392 where it throws the nullref
thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions