Commit b9e4ef1
committed
Merged PR 729798: Demote timeout and missing blob error traces in cache code
Seen in AnyBuild telemetry.
```
Failed to obtain properties from latest blob at path checkpoints:checkpointRegistry/rg-a01835ca5c25429f85223a4479a6022drg-a01835ca5c25429f85223a4479a6022d_20230413rg-a01835ca5c25429f85223a4479a6022d_20230413.latest.json.: Azure.RequestFailedException: Service request failed.
Status: 404 (The specified blob does not exist.)
ErrorCode: BlobNotFound
```
```
Error during ReceiveBatchAsync: System.Threading.Tasks.TaskCanceledException: A task was canceled.
at Microsoft.Azure.Amqp.AsyncResult.End[TAsyncResult](IAsyncResult result)
```1 parent ace5ffe commit b9e4ef1
File tree
2 files changed
+24
-1
lines changed- Public/Src/Cache/ContentStore/Distributed/NuCache
- EventStreaming
2 files changed
+24
-1
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
148 | 154 | | |
149 | 155 | | |
150 | 156 | | |
| |||
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
134 | 151 | | |
135 | 152 | | |
136 | | - | |
| 153 | + | |
137 | 154 | | |
138 | 155 | | |
139 | 156 | | |
| |||
0 commit comments