You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The trace even shows the CPU as NaN: DocDBTrace Information: 0 : System Usage recorded by telemetry is : {"systemHistory":[{"dateUtc":"2021-09-13T15:25:24.0897374Z","cpu":NaN,"memory":11566524.000,"threadInfo":{"isThreadStarving":"False","threadWaitIntervalInMs":0.6365,"availableThreads":32764,"minThreads":8,"maxThreads":32767}}]}
This causes the following assert to fail.
Assert.AreEqual failed. Expected:<2>. Actual:<1>. System Information Count doesn't Match; [{"metricInfo":{"metricsName":"MemoryRemaining","unitName":"MB","mean":10821.59375,"count":1,"min":10822.0,"max":10822.0,"percentiles":{"50":10821.6240234375,"90":10821.6240234375,"95":10821.6240234375,"99":10821.6240234375,"99.9":10821.6240234375}}}]
The text was updated successfully, but these errors were encountered:
Please keep this issue open until the direct package is updated and the assert is re-enabled in the test. Without an issue to track it the assert will not get enabled again.
* Adds improved 449 retry logic to be more aggressive on retries
* Fixes a bug where a InvalidOperationException can occur if a metadata operation fails while multiple item operations are waiting for the result
* Diagnostics: Fix issue causing CPU usage to be NaN intermittently. Related Issue on Github : #2728
The trace even shows the CPU as NaN: DocDBTrace Information: 0 : System Usage recorded by telemetry is : {"systemHistory":[{"dateUtc":"2021-09-13T15:25:24.0897374Z","cpu":NaN,"memory":11566524.000,"threadInfo":{"isThreadStarving":"False","threadWaitIntervalInMs":0.6365,"availableThreads":32764,"minThreads":8,"maxThreads":32767}}]}
This causes the following assert to fail.
Assert.AreEqual failed. Expected:<2>. Actual:<1>. System Information Count doesn't Match; [{"metricInfo":{"metricsName":"MemoryRemaining","unitName":"MB","mean":10821.59375,"count":1,"min":10822.0,"max":10822.0,"percentiles":{"50":10821.6240234375,"90":10821.6240234375,"95":10821.6240234375,"99":10821.6240234375,"99.9":10821.6240234375}}}]
The text was updated successfully, but these errors were encountered: