[ 
https://issues.apache.org/jira/browse/SPARK-25311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiaochen Ouyang updated SPARK-25311:
------------------------------------
    Description: 
IPV4 can pass the follwing check
{code:java}
  def checkHost(host: String, message: String = "") {
    assert(host.indexOf(':') == -1, message)
  }
{code}
But IPV6 check failed.

  was:
IPV4 can pass the flowing check
{code:java}
  def checkHost(host: String, message: String = "") {
    assert(host.indexOf(':') == -1, message)
  }
{code}
But IPV6 check failed.



> `SPARK_LOCAL_HOSTNAME` unsupport IPV6 when do host checking
> -----------------------------------------------------------
>
>                 Key: SPARK-25311
>                 URL: https://issues.apache.org/jira/browse/SPARK-25311
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 2.2.1, 2.2.2
>            Reporter: Xiaochen Ouyang
>            Priority: Major
>
> IPV4 can pass the follwing check
> {code:java}
>   def checkHost(host: String, message: String = "") {
>     assert(host.indexOf(':') == -1, message)
>   }
> {code}
> But IPV6 check failed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to