-
Notifications
You must be signed in to change notification settings - Fork 535
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
QoS: frequent crashes with 'undefined == true' assert in enqueMessages #243
Comments
This is already fixed in all latest release/10.0 builds, at least from Thursday last week. |
This was referenced Sep 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://dataexplorer.azure.com/clusters/kusto.aria.microsoft.com/databases/6a8929bcfc6d44e9b13fee392ada9cf0?query=H4sIAAAAAAAAAx2NMQ6CQBBFe07xOyAxIR6Awii2NvabZXdWJsJAhl2IhsMLlu/n/byqwrVn94YVD02CjpQQRsW4kC5MK6KS+OwRAjsy9z6xN5dpMo3qbm1Y/4+bjdYMNM/2Rahr5Ek8BRbyB0VNlGcb5jQMVvlLcGOSWJRoP2hZimYhiebJA51w9uWuHlFSxH1yndX4A/UUiBSpAAAA
// For chart run:
Office_Fluid_App_Error | where Data_message == 'undefined == true'
| summarize count() by bin(Event_Time, 1d)
| render timechart
// For random sessions run:
Office_Fluid_App_Error | where Data_message == 'undefined == true' | take 20
AssertionError: undefined == true
at W.enqueueMessages
at W.catchUp
at W.enqueInitalOps
at W.processInitialMessages
@ashwinmayya, @ZeguangWu, @anthony-murphy FYI
The text was updated successfully, but these errors were encountered: