Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

TAJO-1230: Disable ipv6 support on JVM#291

Closed
ykrips wants to merge 1 commit intoapache:masterfrom
ykrips:TAJO-1230
Closed

TAJO-1230: Disable ipv6 support on JVM#291
ykrips wants to merge 1 commit intoapache:masterfrom
ykrips:TAJO-1230

Conversation

@ykrips
Copy link
Copy Markdown

@ykrips ykrips commented Dec 8, 2014

Before applying this option, it would be shown like following line.

tcp        0      0 127.0.0.1:26001             0.0.0.0:*                   LISTEN      4494/java           
tcp        0      0 127.0.0.1:26002             0.0.0.0:*                   LISTEN      4494/java           
tcp        0      0 127.0.0.1:26003             0.0.0.0:*                   LISTEN      4494/java           
tcp        0      0 127.0.0.1:26005             0.0.0.0:*                   LISTEN      4494/java           
tcp        0      0 0.0.0.0:26080               0.0.0.0:*                   LISTEN      4494/java          
tcp        0      0 :::28091                    :::*                        LISTEN      4692/java           
tcp        0      0 :::28092                    :::*                        LISTEN      4692/java           
tcp        0      0 :::28093                    :::*                        LISTEN      4692/java           
tcp        0      0 :::38818                    :::*                        LISTEN      4595/java           
tcp        0      0 ::ffff:192.168.122.18:28080 :::*                        LISTEN      4692/java 

With this disable IPv6 option, it will be disable the ipv6 capability on servers.

tcp        0      0 127.0.0.1:26001             0.0.0.0:*                   LISTEN      3796/java           
tcp        0      0 127.0.0.1:26002             0.0.0.0:*                   LISTEN      3796/java           
tcp        0      0 127.0.0.1:26003             0.0.0.0:*                   LISTEN      3796/java           
tcp        0      0 127.0.0.1:26005             0.0.0.0:*                   LISTEN      3796/java           
tcp        0      0 0.0.0.0:28091               0.0.0.0:*                   LISTEN      3995/java           
tcp        0      0 0.0.0.0:28092               0.0.0.0:*                   LISTEN      3995/java           
tcp        0      0 0.0.0.0:28093               0.0.0.0:*                   LISTEN      3995/java           
tcp        0      0 0.0.0.0:26080               0.0.0.0:*                   LISTEN      3796/java           
tcp        0      0 192.168.122.185:28080       0.0.0.0:*                   LISTEN      3995/java           
tcp        0      0 0.0.0.0:11728               0.0.0.0:*                   LISTEN      3897/java 

@hyunsik
Copy link
Copy Markdown
Member

hyunsik commented Dec 8, 2014

+1

The patch looks straightforward. This patch does not affect any tests. The unit test was failed due to time zone issue (TAJO-1234). I'll commit it shortly.

@asfgit asfgit closed this in 88e5c9e Dec 8, 2014
@ykrips ykrips deleted the TAJO-1230 branch January 29, 2015 02:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants