Bug 1482662 Comment 37 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Errors from the weekend Nightlies:
build ids: 20210227094458/20210227214359/20210228103709/20210228215216
changeset: https://hg.mozilla.org/mozilla-central/rev/1add9a1bbfacd4ff1bee961fa8886b8cd0566d23
query: https://sql.telemetry.mozilla.org/queries/78426/source

```
Initialization::TemporaryStorage

 Clients Sessions Location                                           Result              
       4        6 dom/cache/FileUtils.cpp:487                        NS_ERROR_FILE_DIR_NOT_EMPTY
       3       29 dom/cache/FileUtils.cpp:487                        NS_ERROR_FILE_ACCESS_DENIED
       1       30 dom/indexeddb/ActorsParent.cpp:5794                NS_ERROR_FILE_ACCESS_DENIED
                  dom/indexeddb/ActorsParent.cpp:12823               NS_ERROR_FILE_ACCESS_DENIED
                  dom/indexeddb/ActorsParent.cpp:12827               NS_ERROR_UNEXPECTED 
       1        1 dom/quota/ActorsParent.cpp:544                     NS_ERROR_FILE_ACCESS_DENIED
       1        2 dom/cache/FileUtils.cpp:519                        NS_ERROR_FILE_ACCESS_DENIED
```

I'll double check if I got the "not_propagate" list right.

It seems, all these errors are related to the interference with anti-viruses, so we should probably add the retrying there.
Errors from the weekend Nightlies:
build ids: 20210227094458/20210227214359/20210228103709/20210228215216
changeset: https://hg.mozilla.org/mozilla-central/rev/1add9a1bbfacd4ff1bee961fa8886b8cd0566d23
query: https://sql.telemetry.mozilla.org/queries/78426/source

```
Initialization::TemporaryStorage

 Clients Sessions Location                                           Result              
       4        6 dom/cache/FileUtils.cpp:487                        NS_ERROR_FILE_DIR_NOT_EMPTY
       3       29 dom/cache/FileUtils.cpp:487                        NS_ERROR_FILE_ACCESS_DENIED
       1       30 dom/indexeddb/ActorsParent.cpp:5794                NS_ERROR_FILE_ACCESS_DENIED
                  dom/indexeddb/ActorsParent.cpp:12823               NS_ERROR_FILE_ACCESS_DENIED
                  dom/indexeddb/ActorsParent.cpp:12827               NS_ERROR_UNEXPECTED 
       1        1 dom/quota/ActorsParent.cpp:544                     NS_ERROR_FILE_ACCESS_DENIED
       1        2 dom/cache/FileUtils.cpp:519                        NS_ERROR_FILE_ACCESS_DENIED
       1        1 dom/quota/QuotaCommon.h:1212                       WIN32(0x570)
                  dom/cache/QuotaClient.cpp:52                       WIN32(0x570)
                  dom/cache/QuotaClient.cpp:478                      WIN32(0x570)
                  dom/quota/ActorsParent.cpp:4825                    WIN32(0x570)
                  dom/quota/ActorsParent.cpp:4897                    WIN32(0x570)
                  dom/quota/ActorsParent.cpp:4693                    WIN32(0x570)
                  dom/quota/ActorsParent.cpp:4716                    WIN32(0x570)
                  dom/quota/ActorsParent.cpp:4187                    WIN32(0x570)
                  dom/quota/ActorsParent.cpp:6172                    WIN32(0x570)
```

I'll double check if I got the "not_propagate" list right.

It seems, all these errors are related to the interference with anti-viruses, so we should probably add the retrying there.
Errors from the weekend Nightlies:
build ids: 20210227094458/20210227214359/20210228103709/20210228215216
changeset: https://hg.mozilla.org/mozilla-central/rev/1add9a1bbfacd4ff1bee961fa8886b8cd0566d23
query: https://sql.telemetry.mozilla.org/queries/78426/source

```
Initialization::TemporaryStorage

 Clients Sessions Location                                           Result              
       4        6 dom/cache/FileUtils.cpp:487                        NS_ERROR_FILE_DIR_NOT_EMPTY
       3       29 dom/cache/FileUtils.cpp:487                        NS_ERROR_FILE_ACCESS_DENIED
       1       30 dom/indexeddb/ActorsParent.cpp:5794                NS_ERROR_FILE_ACCESS_DENIED
                  dom/indexeddb/ActorsParent.cpp:12823               NS_ERROR_FILE_ACCESS_DENIED
                  dom/indexeddb/ActorsParent.cpp:12827               NS_ERROR_UNEXPECTED 
       1        1 dom/quota/ActorsParent.cpp:544                     NS_ERROR_FILE_ACCESS_DENIED
       1        2 dom/cache/FileUtils.cpp:519                        NS_ERROR_FILE_ACCESS_DENIED
       1        1 dom/quota/QuotaCommon.h:1212                       WIN32(0x570)
                  dom/cache/QuotaClient.cpp:52                       WIN32(0x570)
                  dom/cache/QuotaClient.cpp:478                      WIN32(0x570)
                  dom/quota/ActorsParent.cpp:4825                    WIN32(0x570)
                  dom/quota/ActorsParent.cpp:4897                    WIN32(0x570)
                  dom/quota/ActorsParent.cpp:4693                    WIN32(0x570)
                  dom/quota/ActorsParent.cpp:4716                    WIN32(0x570)
                  dom/quota/ActorsParent.cpp:4187                    WIN32(0x570)
                  dom/quota/ActorsParent.cpp:6172                    WIN32(0x570)
```

I'll double check if I got the "not_propagate" list right.

It seems, all these errors (except the last one) are related to the interference with anti-viruses, so we should probably add the retrying there.

Back to Bug 1482662 Comment 37