-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing errors while DTFx processes the messages from queue in latest version of DurableTask.AzureStorage 2.0.0-rc.2. #1141
Comments
Can you also attach the message from the queue ? |
There's a known parsing error in the -rc.2 package - in particular, it is unable to de-serialize messages generated by the Please note that the |
Thanks @davidmrdavid for updating us with the details. @davidmrdavid Can you share the ETA for the release for 2.x version? |
Hey Saurav, |
@Iamjithender I had a similar issue as well. Just wanted to take a look at your message and see if the issue is same, |
Hey, thanks for using the DTFx package. Just an update that the GA version of DTFx.AzureStorage v2 is published in nuget: https://www.nuget.org/packages/Microsoft.Azure.DurableTask.AzureStorage/2.0.0. Please let me know if you have any problem with the package. |
Hii,
We started consuming the 2.0.0-rc.2 version of DurableTask.AzureStorage nuget as previous versions contain reference of the deprecated versions of "WindowsAzure.Storage".
After consuming the nuget we deployed in the ECY Canary region for testing. After deployment, we started encountering the Json parsing issues while dtfx processes the queue messages. "Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: e. Path '', line 0, position 0.".
Full exception message with stack trace:
We started encountering these issues after updating to the "2.0.0-rc.2", prior to that we didn't observe these issues. We observed that a periodic workflow which we run every 5 mins is not getting executed but there are few successful executions of other workflows as well.
Let me know if you need anything further to debug this issue.
The text was updated successfully, but these errors were encountered: