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
We are hitting this unhandled exception when fetch times out.
Any chance one of you can help me trace where we are lacking putting catch(() => {})? @chensixx, I think you fixed one such case, this happens on recent bits in ODSP stress tests.
UnhandledPromiseRejection
Error
at createOdspNetworkError (/app/packages/utils/odsp-doclib-utils/dist/odspErrorUtils.js:123:21)
at Object.throwOdspNetworkError (/app/packages/utils/odsp-doclib-utils/dist/odspErrorUtils.js:161:26)
at /app/packages/drivers/odsp-driver/dist/odspUtils.js:82:33
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Object.fetchAndParseAsJSONHelper (/app/packages/drivers/odsp-driver/dist/odspUtils.js:119:62)
at async EpochTrackerWithRedemption.fetchAndParseAsJSON (/app/packages/drivers/odsp-driver/dist/epochTracker.js:109:30)
at async EpochTrackerWithRedemption.fetchAndParseAsJSON (/app/packages/drivers/odsp-driver/dist/epochTracker.js:268:20)
at async /app/packages/drivers/odsp-driver/dist/fetchSnapshot.js:141:30
at async Function.timedExecAsync (/app/packages/utils/telemetry-utils/dist/logger.js:302:25)
at async OdspDocumentStorageService.fetchSnapshotCore (/app/packages/drivers/odsp-driver/dist/odspDocumentStorageManager.js:419:34)
The text was updated successfully, but these errors were encountered:
no, we did not find the exception, the unit test was to rule out some scenarios. Jatin said we should add telemetry when unhandled exceptions happen. I will follow up when he is back
We are hitting this unhandled exception when fetch times out.
Any chance one of you can help me trace where we are lacking putting catch(() => {})?
@chensixx, I think you fixed one such case, this happens on recent bits in ODSP stress tests.
UnhandledPromiseRejection
Error
at createOdspNetworkError (/app/packages/utils/odsp-doclib-utils/dist/odspErrorUtils.js:123:21)
at Object.throwOdspNetworkError (/app/packages/utils/odsp-doclib-utils/dist/odspErrorUtils.js:161:26)
at /app/packages/drivers/odsp-driver/dist/odspUtils.js:82:33
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Object.fetchAndParseAsJSONHelper (/app/packages/drivers/odsp-driver/dist/odspUtils.js:119:62)
at async EpochTrackerWithRedemption.fetchAndParseAsJSON (/app/packages/drivers/odsp-driver/dist/epochTracker.js:109:30)
at async EpochTrackerWithRedemption.fetchAndParseAsJSON (/app/packages/drivers/odsp-driver/dist/epochTracker.js:268:20)
at async /app/packages/drivers/odsp-driver/dist/fetchSnapshot.js:141:30
at async Function.timedExecAsync (/app/packages/utils/telemetry-utils/dist/logger.js:302:25)
at async OdspDocumentStorageService.fetchSnapshotCore (/app/packages/drivers/odsp-driver/dist/odspDocumentStorageManager.js:419:34)
The text was updated successfully, but these errors were encountered: