This commit is contained in:
sebastianburckhardt 2024-04-11 09:01:52 -07:00
Родитель c260fd36a1
Коммит da6e73e4ff
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -742,6 +742,7 @@ namespace DurableTask.Netherite.Faster
catch (OperationCanceledException) when (this.terminationToken.IsCancellationRequested)
{
// partition is terminating
this.blobManager.TraceHelper.FasterProgress($"PrefetchSession {sessionId} cancelled");
}
catch (Exception e)
{