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. 

If there is a long running JOB then this solution impact this Use case.

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-developers-list.1001551.n3.nabble.com/

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

Reply via email to