SparkSubmit will open the port to communicate with the APP Master and
executors. 

This port is not closing the IDLE connections,so it is vulnerable for DOS
attack,I did telnet IP port and this connection is not closed. 

In order to fix this I tried to Handle in the *userEventTriggered *of
*TransportChannelHandler.java*  class,to my surprise APP master is also IDLE
if no JOB is submitted ,so fixing this will result in terminating the
connection for APP master also. 

Any one have you come across this type of problem,and is there any other way
to fix this issue 



--
Sent from: http://apache-spark-user-list.1001560.n3.nabble.com/

---------------------------------------------------------------------
To unsubscribe e-mail: user-unsubscr...@spark.apache.org

Reply via email to