[
https://issues.apache.org/jira/browse/HADOOP-6434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Loughran updated HADOOP-6434:
-----------------------------------
Attachment: HADOOP-6434-1.patch
# BindExceptions include (hostname, port) while retaining old stack trace in
the nested fault;
# toString() operator lists server state (robustly)
# isAlive() method is public for other bits of code to look at
No tests, yet. I could imagine
# testing isAlive()
# testing that the toString() operator includes http://
> Make HttpServer slightly easier to manage/diagnose faults with
> --------------------------------------------------------------
>
> Key: HADOOP-6434
> URL: https://issues.apache.org/jira/browse/HADOOP-6434
> Project: Hadoop Common
> Issue Type: Improvement
> Affects Versions: 0.22.0
> Reporter: Steve Loughran
> Assignee: Steve Loughran
> Priority: Minor
> Attachments: HADOOP-6434-1.patch
>
>
> It would be easier to work with HttpServer if
> # webServer.isStarted() was exported
> # the toString() method included the (hostname,port) in use
> # Bind Exceptions raised in startup included the (hostname, port) requested
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.