CDN 2.0 Infinitely Pinging Nodes

AlanM

Member
We run Flashphoner with CDN 2.0. with 1 Origin, and 1-5 edges. Edges servers are regularly added and removed.
We have noticed that even once an edge server has been removed, the origin will continue to try to connect to it, resulting in wasted resources. Is there a way to set a timeout on edge servers so once they have not responded in 60 seconds or so, they will be removed from the nodes list?


 

Max

Administrator
Staff member
Hello,

That is the designed behavior. Internal request WCS-1505 has been created to add a configurable timeout for the case. Will notify in the thread when that is implemented.
 

Max

Administrator
Staff member
We added configurable timeout to remove inactive nodes from CDN nodes list in version 5.1.3578.
This timeout should be set in seconds using the following parameter in WCS_HOME/conf/flashphoner.properties file:
Code:
cdn_nodes_timeout=60
In this case, inactive nodes will be removed from CDN nodes list after 60 seconds of inactivity.
 
Top