Anthony-Nolan / Atlas

A free & open-source Donor Search Algorithm Service
GNU General Public License v3.0
9 stars 5 forks source link

Migrate to Azure.Data.Tables to fix failed requests to POST <env>wmdaatlasstorage/Tables #1052

Open zabeen opened 1 year ago

zabeen commented 1 year ago

Most requests made during RunMatchPredictionBatch of atlas-functions app but can also happen during RunSearch of matching.

Link to AI

No functional consequence, the search completes just fine, but there maybe a cost implication in terms of failed attempts to connect to cloud storage.

SergeyEzh commented 7 months ago

@Zabeen, Looks like it is know issue https://github.com/Azure/azure-sdk-for-net/issues/28084 . Pretty harmless, but making noise in the logs. It fixed in latest Azure.Data.Tables. But we're currently using Microsoft.Azure.CosmosDB, therefore need to migrate to Azure.Data.Tables to fix this issue.

zabeen commented 7 months ago

Thanks for investigating @SergeyEzh