> Issue
>
> https://bugs.openjdk.java.net/browse/JDK-8243376
>
> Problem
>
> The scenario is:
> - Some specified target hostname resolves to two IP addresses (always the
> same address pair).
> - The DNS resolved order of the two ip addresses changes (a usual
> LoadBalancer type behavior).
On Mon, 8 Feb 2021 14:43:10 GMT, Michael McMahon wrote:
>> Jayashree S Kumar has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Code Review: cname made array accounting for multiple cname values
>
> Changes requested by michaelm (Reviewer).
> Issue
>
> https://bugs.openjdk.java.net/browse/JDK-8243376
>
> Problem
>
> The scenario is:
> - Some specified target hostname resolves to two IP addresses (always the
> same address pair).
> - The DNS resolved order of the two ip addresses changes (a usual
> LoadBalancer type behavior).
On Mon, 8 Feb 2021 20:58:01 GMT, Andrey Turbanov
wrote:
>> 8080272 Refactor I/O stream copying to use
>> InputStream.transferTo/readAllBytes and Files.copy
>
> Andrey Turbanov has updated the pull request incrementally with one
> additional commit since the last revision:
>
> 8080272: Refa