[ 
https://issues.apache.org/jira/browse/HADOOP-17331?focusedWorklogId=579873&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-579873
 ]

ASF GitHub Bot logged work on HADOOP-17331:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Apr/21 09:51
            Start Date: 09/Apr/21 09:51
    Worklog Time Spent: 10m 
      Work Description: aajisaka opened a new pull request #2884:
URL: https://github.com/apache/hadoop/pull/2884


   Using reflection to update a static final field is not allowed. Removed the 
final modifier and use a setter method to update the field.
   
   This fix is similar to #2309 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 579873)
    Remaining Estimate: 0h
            Time Spent: 10m

> [JDK 15] TestDNS fails by UncheckedIOException
> ----------------------------------------------
>
>                 Key: HADOOP-17331
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17331
>             Project: Hadoop Common
>          Issue Type: Sub-task
>            Reporter: Akira Ajisaka
>            Assignee: Akira Ajisaka
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> After [JDK-8235783|https://bugs.openjdk.java.net/browse/JDK-8235783], 
> DatagramSocket::connect throws UncheckedIOException if connect fails.
> {noformat}
> [INFO] Running org.apache.hadoop.net.TestDNS
> [ERROR] Tests run: 12, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 
> 0.403 s <<< FAILURE! - in org.apache.hadoop.net.TestDNS
> [ERROR] testNullDnsServer(org.apache.hadoop.net.TestDNS)  Time elapsed: 0.134 
> s  <<< ERROR!
> java.io.UncheckedIOException: java.net.SocketException: Unsupported address 
> type
>       at 
> java.base/sun.nio.ch.DatagramSocketAdaptor.connect(DatagramSocketAdaptor.java:120)
>       at java.base/java.net.DatagramSocket.connect(DatagramSocket.java:341)
> {noformat}
> Full error log: 
> https://gist.github.com/aajisaka/2a24cb2b110cc3d19f7dec6256db6844



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to