[jira] [Commented] (HDFS-16002) TestJournalNodeRespectsBindHostKeys#testHttpsBindHostKey very flaky

2021-04-29 Thread Bilwa S T (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-16002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335618#comment-17335618
 ] 

Bilwa S T commented on HDFS-16002:
--

Hi [~weichiu]

can you assign this issue to me?

> TestJournalNodeRespectsBindHostKeys#testHttpsBindHostKey very flaky
> ---
>
> Key: HDFS-16002
> URL: https://issues.apache.org/jira/browse/HDFS-16002
> Project: Hadoop HDFS
>  Issue Type: Bug
>Reporter: Wei-Chiu Chuang
>Priority: Major
>
> This test appears to be failing a lot lately. I suspect it has to be with the 
> new change to support reloading httpserver2 certificates, but I've not looked 
> into it.
> {noformat}
> Stacktrace
> java.lang.NullPointerException
>   at sun.nio.fs.UnixPath.normalizeAndCheck(UnixPath.java:77)
>   at sun.nio.fs.UnixPath.(UnixPath.java:71)
>   at sun.nio.fs.UnixFileSystem.getPath(UnixFileSystem.java:281)
>   at java.nio.file.Paths.get(Paths.java:84)
>   at 
> org.apache.hadoop.http.HttpServer2$Builder.makeConfigurationChangeMonitor(HttpServer2.java:609)
>   at 
> org.apache.hadoop.http.HttpServer2$Builder.createHttpsChannelConnector(HttpServer2.java:592)
>   at 
> org.apache.hadoop.http.HttpServer2$Builder.build(HttpServer2.java:518)
>   at 
> org.apache.hadoop.hdfs.qjournal.server.JournalNodeHttpServer.start(JournalNodeHttpServer.java:81)
>   at 
> org.apache.hadoop.hdfs.qjournal.server.JournalNode.start(JournalNode.java:238)
>   at 
> org.apache.hadoop.hdfs.qjournal.MiniJournalCluster.(MiniJournalCluster.java:120)
>   at 
> org.apache.hadoop.hdfs.qjournal.MiniJournalCluster.(MiniJournalCluster.java:47)
>   at 
> org.apache.hadoop.hdfs.qjournal.MiniJournalCluster$Builder.build(MiniJournalCluster.java:79)
>   at 
> org.apache.hadoop.hdfs.qjournal.server.TestJournalNodeRespectsBindHostKeys.testHttpsBindHostKey(TestJournalNodeRespectsBindHostKeys.java:180)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>   at 
> org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:288)
>   at 
> org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:282)
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>   at java.lang.Thread.run(Thread.java:748)
> {noformat}



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

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Created] (HDFS-15179) [Federation] Add missing REST APIs for Router

2020-02-18 Thread Bilwa S T (Jira)
Bilwa S T created HDFS-15179:


 Summary: [Federation] Add missing REST APIs for Router
 Key: HDFS-15179
 URL: https://issues.apache.org/jira/browse/HDFS-15179
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Bilwa S T


InĀ FederationInterceptorREST following API are not implemented:
|getClusterInfo|
|getSchedulerInfo|
|dumpSchedulerLogs|
|getActivities|
|getAppActivities|
|getAppStatistics|
|getAppState|
|getNodeToLabels|
|getLabelsToNodes|
|replaceLabelsOnNodes|
|replaceLabelsOnNode|
|getClusterNodeLabels|
|addToClusterNodeLabels|
|removeFromCluserNodeLabels|
|getLabelsOnNode|
|getAppPriority|
|updateApplicationPriority|
|getAppQueue|
|updateAppQueue|
|postDelegationToken|
|postDelegationTokenExpiration|
|cancelDelegationToken|
|createNewReservation|
|submitReservation|
|updateReservation|
|deleteReservation|
|listReservation|
|getAppTimeout|
|getAppTimeouts|
|updateApplicationTimeout|
|getAppAttempts|
|checkUserAccessToQueue|
|getAppAttempt|
|getContainers|
|getContainer|



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

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org