Skip to content

Commit 056b61e

Browse files
committed
fix: update comments
1 parent b4aea67 commit 056b61e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Microsoft.Azure.Cosmos/src/Routing/GatewayAddressCache.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,8 @@ private static void SetTransportAddressUrisToUnhealthy(
479479
}
480480
}
481481
}
482-
// overloaded method, the previous Lazy<HashSet<TransportAddressUri>> will be removed in a future release
482+
// Overloaded method, the previous Lazy<HashSet<TransportAddressUri>> will be removed in a future release
483+
// Once this is merged to master, we will cherry-pick the v3 master commit to OSS and create a new OSS release to use the OSS commit in the msdata PR to unblock the build failures from OSS.
483484
private static void SetTransportAddressUrisToUnhealthy(
484485
PartitionAddressInformation stalePartitionAddressInformation,
485486
Lazy<ConcurrentDictionary<TransportAddressUri, bool>> failedEndpoints)

0 commit comments

Comments
 (0)