ferdelyi commented on PR #7979:
URL: https://github.com/apache/hadoop/pull/7979#issuecomment-3335426490

   shadedclient was failing on this:
   
   [INFO] Running org.apache.hadoop.example.ITUseMiniCluster
   [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 
19.60 s <<< FAILURE! -- in org.apache.hadoop.example.ITUseMiniCluster
   [ERROR] org.apache.hadoop.example.ITUseMiniCluster.useWebHDFS -- Time 
elapsed: 12.18 s <<< ERROR!
   java.io.IOException: Problem starting http server
        at org.apache.hadoop.http.HttpServer2.start(HttpServer2.java:1488)
        at 
org.apache.hadoop.hdfs.server.datanode.web.DatanodeHttpServer.<init>(DatanodeHttpServer.java:140)
        at 
org.apache.hadoop.hdfs.server.datanode.DataNode.startInfoServer(DataNode.java:1498)
   ...
   Caused by: java.lang.IllegalStateException: Insufficient configured threads: 
required=4 < max=4 for 
QueuedThreadPool[qtp164052991]@9c73fff{STARTED,4<=4<=4,i=2,r=-1,q=0}[ReservedThreadExecutor@65f40689{reserved=0/1,pending=0}]
   ...
        at org.apache.hadoop.http.HttpServer2.start(HttpServer2.java:1442)


-- 
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.

To unsubscribe, e-mail: [email protected]

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


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

Reply via email to