Skip to content
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

Closed
KRyan opened this issue Oct 2, 2019 · 1 comment
Closed

Comments

@KRyan
Copy link
Member

KRyan commented Oct 2, 2019

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

image

AssertionError: undefined == true
at W.enqueueMessages
at W.catchUp
at W.enqueInitalOps
at W.processInitialMessages

@ashwinmayya, @ZeguangWu, @anthony-murphy FYI

@vladsud
Copy link
Contributor

vladsud commented Oct 8, 2019

This is already fixed in all latest release/10.0 builds, at least from Thursday last week.
It was back port from master, so master is good too.

@vladsud vladsud closed this as completed Oct 8, 2019
This was referenced Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants