You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficcontrol.apache.org by Erdem Gunay <er...@yahoo.com> on 2018/03/22 10:20:10 UTC

collapse forwarding plugin

Hi,
we want to enable collapse forwarding plugin in Apache Traffic Server rpm with the version 6.2.2 provided by Traffic Controller v2.1.0.
but, we have a problem when collapse forwarding plugin is enabled in plugin.config file. 
This is the line we used for adding plugin
#--plugin.confcollapsed_forwarding.so --delay=5000 --retries=1
#--
and this is the error message from diags.log #---diags.log
[Mar 22 13:12:38.102] Server {0x2b60b11f5900} NOTE: loading plugin '/opt/trafficserver/libexec/trafficserver/collapsed_forwarding.so'

[Mar 22 13:12:38.102] Server {0x2b60b11f5900} FATAL: unable to find TSPluginInit function in '/opt/trafficserver/libexec/trafficserver/collapsed_forwarding.so': (null)
#---
has anyone used collapse forwarding plugin with this tc and ts versions?
best regards

Re: RE: RE: collapse forwarding plugin

Posted by Erdem Gunay <er...@yahoo.com>.
 Hi,
The log files are uploaded to the following link 
https://drive.google.com/drive/folders/1gvqCSKrOfXglWE3YgkX-R4Kro83g1dJ6?usp=sharing


please let me know if any further information is required for investigating the issue
thanks & best regards
Erdem
    On Thursday, March 22, 2018, 3:35:56 PM GMT+3, Vasanth Mathivanan <va...@evolutiondigital.com> wrote:  
 
 #yiv4014684438 #yiv4014684438 -- _filtered #yiv4014684438 {panose-1:2 4 5 3 5 4 6 3 2 4;} _filtered #yiv4014684438 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}#yiv4014684438 #yiv4014684438 p.yiv4014684438MsoNormal, #yiv4014684438 li.yiv4014684438MsoNormal, #yiv4014684438 div.yiv4014684438MsoNormal {margin:0in;margin-bottom:.0001pt;font-size:11.0pt;}#yiv4014684438 a:link, #yiv4014684438 span.yiv4014684438MsoHyperlink {color:blue;text-decoration:underline;}#yiv4014684438 a:visited, #yiv4014684438 span.yiv4014684438MsoHyperlinkFollowed {color:#954F72;text-decoration:underline;}#yiv4014684438 p.yiv4014684438ydpf08a079fmsonormal, #yiv4014684438 li.yiv4014684438ydpf08a079fmsonormal, #yiv4014684438 div.yiv4014684438ydpf08a079fmsonormal {margin-right:0in;margin-left:0in;font-size:11.0pt;}#yiv4014684438 p.yiv4014684438msonormal, #yiv4014684438 li.yiv4014684438msonormal, #yiv4014684438 div.yiv4014684438msonormal {margin-right:0in;margin-left:0in;font-size:11.0pt;}#yiv4014684438 .yiv4014684438MsoChpDefault {} _filtered #yiv4014684438 {margin:1.0in 1.0in 1.0in 1.0in;}#yiv4014684438 div.yiv4014684438WordSection1 {}#yiv4014684438 
Hi,

Can you check diags log and post the trafficserver log ? 

  
 
Thanks & Regards 

Vasanth M 

  
 
  
 
Sent from Mail for Windows 10

  
 
From: Erdem Gunay
Sent: Thursday, March 22, 2018 4:47 PM
To: users@trafficcontrol.incubator.apache.org
Subject: Re: RE: collapse forwarding plugin

  
 Hi, 
thanks for your quick reply, 
ok disabled the global plugin, and left the remap.config as follows
#---remap.configmap     http://<edgeserver>/     http://<originserver>/ @plugin=collapsed_forwarding.so @pparam=--delay=5000 @pparam=--retries=0
#---
but this time we do not see that the collapse forwarding plugin is enabled and is in action. 
how can we make sure that this plugin is activated properly and works as expected.
When we perform load test on the traffic server for HLS live content,  we get too many requests leaking from the edge server to the origin server for the same chunk file (.ts). this is polluting the origin server and causes it to become out-of-service.
Is collapse forwarding plugin the right solution for this problem?
best regardsOn Thursday, March 22, 2018, 1:24:04 PM GMT+3, Vasanth Mathivanan <va...@evolutiondigital.com> wrote:

#yiv4014684438 -- filtered {panose-1:2 4 5 3 5 4 6 3 2 4;}#yiv4014684438 filtered {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}#yiv4014684438 p.yiv4014684438MsoNormal, #yiv4014684438 li.yiv4014684438MsoNormal, #yiv4014684438 div.yiv4014684438MsoNormal {margin:0in;margin-bottom:.0001pt;font-size:11.0pt;}#yiv4014684438 a:link, #yiv4014684438 span.yiv4014684438MsoHyperlink {color:blue;text-decoration:underline;}#yiv4014684438 a:visited, #yiv4014684438 span.yiv4014684438MsoHyperlinkFollowed {color:#954F72;text-decoration:underline;}#yiv4014684438 p.yiv4014684438ydpf08a079fmsonormal, #yiv4014684438 li.yiv4014684438ydpf08a079fmsonormal, #yiv4014684438 div.yiv4014684438ydpf08a079fmsonormal {margin-right:0in;margin-left:0in;font-size:11.0pt;}#yiv4014684438 .yiv4014684438MsoChpDefault {}#yiv4014684438 filtered {margin:1.0in 1.0in 1.0in 1.0in;}#yiv4014684438 div.yiv4014684438WordSection1 {}#yiv4014684438 
Hi,

Collapsed forwarding not global plugin so you don’t mention plugin. Config  so just removed then  give plugin in  remap. Config manually ….

 

Thanks & regards 

Vasanth M 

 

Sent from Mail for Windows 10

 

From: Erdem Gunay
Sent: Thursday, March 22, 2018 3:50 PM
To: users@trafficcontrol.apache.org
Subject: collapse forwarding plugin

 
Hi,
we want to enable collapse forwarding plugin in Apache Traffic Server rpm with the version 6.2.2 provided by Traffic Controller v2.1.0.
but, we have a problem when collapse forwarding plugin is enabled in plugin.config file. 
This is the line we used for adding plugin
#--plugin.confcollapsed_forwarding.so --delay=5000 --retries=1
#--
and this is the error message from diags.log #---diags.log
[Mar 22 13:12:38.102] Server {0x2b60b11f5900} NOTE: loading plugin '/opt/trafficserver/libexec/trafficserver/collapsed_forwarding.so'

[Mar 22 13:12:38.102] Server {0x2b60b11f5900} FATAL: unable to find TSPluginInit function in '/opt/trafficserver/libexec/trafficserver/collapsed_forwarding.so': (null)
#---
has anyone used collapse forwarding plugin with this tc and ts versions?
best regards  

RE: RE: collapse forwarding plugin

Posted by Vasanth Mathivanan <va...@evolutiondigital.com>.
Hi,
Can you check diags log and post the trafficserver log ?

Thanks & Regards
Vasanth M


Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

From: Erdem Gunay<ma...@yahoo.com>
Sent: Thursday, March 22, 2018 4:47 PM
To: users@trafficcontrol.incubator.apache.org<ma...@trafficcontrol.incubator.apache.org>
Subject: Re: RE: collapse forwarding plugin

Hi,

thanks for your quick reply,

ok disabled the global plugin, and left the remap.config as follows

#---remap.config
map     http://<edgeserver>/<http://tvgbztcdnes02.channels.turkcelltvplus.com.tr/>     http://<originserver>/<http://176.235.11.2/> @plugin=collapsed_forwarding.so @pparam=--delay=5000 @pparam=--retries=0
#---

but this time we do not see that the collapse forwarding plugin is enabled and is in action.

how can we make sure that this plugin is activated properly and works as expected.

When we perform load test on the traffic server for HLS live content,  we get too many requests leaking from the edge server to the origin server for the same chunk file (.ts). this is polluting the origin server and causes it to become out-of-service.

Is collapse forwarding plugin the right solution for this problem?

best regards
On Thursday, March 22, 2018, 1:24:04 PM GMT+3, Vasanth Mathivanan <va...@evolutiondigital.com> wrote:



Hi,

Collapsed forwarding not global plugin so you don’t mention plugin. Config  so just removed then  give plugin in  remap. Config manually ….



Thanks & regards

Vasanth M



Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10



From: Erdem Gunay<ma...@yahoo.com>
Sent: Thursday, March 22, 2018 3:50 PM
To: users@trafficcontrol.apache.org<ma...@trafficcontrol.apache.org>
Subject: collapse forwarding plugin



Hi,

we want to enable collapse forwarding plugin in Apache Traffic Server rpm with the version 6.2.2 provided by Traffic Controller v2.1.0.

but, we have a problem when collapse forwarding plugin is enabled in plugin.config file.

This is the line we used for adding plugin

#--plugin.conf
collapsed_forwarding.so --delay=5000 --retries=1
#--

and this is the error message from diags.log
#---diags.log

[Mar 22 13:12:38.102] Server {0x2b60b11f5900} NOTE: loading plugin '/opt/trafficserver/libexec/trafficserver/collapsed_forwarding.so'

[Mar 22 13:12:38.102] Server {0x2b60b11f5900} FATAL: unable to find TSPluginInit function in '/opt/trafficserver/libexec/trafficserver/collapsed_forwarding.so': (null)

#---

has anyone used collapse forwarding plugin with this tc and ts versions?

best regards

Re: RE: collapse forwarding plugin

Posted by Erdem Gunay <er...@yahoo.com>.
 Hi, 
thanks for your quick reply, 
ok disabled the global plugin, and left the remap.config as follows
#---remap.configmap     http://<edgeserver>/     http://<originserver>/ @plugin=collapsed_forwarding.so @pparam=--delay=5000 @pparam=--retries=0
#---
but this time we do not see that the collapse forwarding plugin is enabled and is in action. 
how can we make sure that this plugin is activated properly and works as expected.
When we perform load test on the traffic server for HLS live content,  we get too many requests leaking from the edge server to the origin server for the same chunk file (.ts). this is polluting the origin server and causes it to become out-of-service.
Is collapse forwarding plugin the right solution for this problem?
best regards    On Thursday, March 22, 2018, 1:24:04 PM GMT+3, Vasanth Mathivanan <va...@evolutiondigital.com> wrote:  
 
 #yiv1170861494 #yiv1170861494 -- _filtered #yiv1170861494 {panose-1:2 4 5 3 5 4 6 3 2 4;} _filtered #yiv1170861494 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}#yiv1170861494 #yiv1170861494 p.yiv1170861494MsoNormal, #yiv1170861494 li.yiv1170861494MsoNormal, #yiv1170861494 div.yiv1170861494MsoNormal {margin:0in;margin-bottom:.0001pt;font-size:11.0pt;}#yiv1170861494 a:link, #yiv1170861494 span.yiv1170861494MsoHyperlink {color:blue;text-decoration:underline;}#yiv1170861494 a:visited, #yiv1170861494 span.yiv1170861494MsoHyperlinkFollowed {color:#954F72;text-decoration:underline;}#yiv1170861494 p.yiv1170861494ydpf08a079fmsonormal, #yiv1170861494 li.yiv1170861494ydpf08a079fmsonormal, #yiv1170861494 div.yiv1170861494ydpf08a079fmsonormal {margin-right:0in;margin-left:0in;font-size:11.0pt;}#yiv1170861494 .yiv1170861494MsoChpDefault {} _filtered #yiv1170861494 {margin:1.0in 1.0in 1.0in 1.0in;}#yiv1170861494 div.yiv1170861494WordSection1 {}#yiv1170861494 
Hi,

Collapsed forwarding not global plugin so you don’t mention plugin. Config  so just removed then  give plugin in  remap. Config manually ….

  
 
Thanks & regards 

Vasanth M 

  
 
Sent from Mail for Windows 10

  
 
From: Erdem Gunay
Sent: Thursday, March 22, 2018 3:50 PM
To: users@trafficcontrol.apache.org
Subject: collapse forwarding plugin

  
 Hi,
we want to enable collapse forwarding plugin in Apache Traffic Server rpm with the version 6.2.2 provided by Traffic Controller v2.1.0.
but, we have a problem when collapse forwarding plugin is enabled in plugin.config file. 
This is the line we used for adding plugin
#--plugin.confcollapsed_forwarding.so --delay=5000 --retries=1
#--
and this is the error message from diags.log #---diags.log
[Mar 22 13:12:38.102] Server {0x2b60b11f5900} NOTE: loading plugin '/opt/trafficserver/libexec/trafficserver/collapsed_forwarding.so'

[Mar 22 13:12:38.102] Server {0x2b60b11f5900} FATAL: unable to find TSPluginInit function in '/opt/trafficserver/libexec/trafficserver/collapsed_forwarding.so': (null)
#---
has anyone used collapse forwarding plugin with this tc and ts versions?
best regards  

RE: collapse forwarding plugin

Posted by Vasanth Mathivanan <va...@evolutiondigital.com>.
Hi,
Collapsed forwarding not global plugin so you don’t mention plugin. Config  so just removed then  give plugin in  remap. Config manually ….

Thanks & regards
Vasanth M

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

From: Erdem Gunay<ma...@yahoo.com>
Sent: Thursday, March 22, 2018 3:50 PM
To: users@trafficcontrol.apache.org<ma...@trafficcontrol.apache.org>
Subject: collapse forwarding plugin

Hi,

we want to enable collapse forwarding plugin in Apache Traffic Server rpm with the version 6.2.2 provided by Traffic Controller v2.1.0.

but, we have a problem when collapse forwarding plugin is enabled in plugin.config file.

This is the line we used for adding plugin

#--plugin.conf
collapsed_forwarding.so --delay=5000 --retries=1
#--

and this is the error message from diags.log
#---diags.log

[Mar 22 13:12:38.102] Server {0x2b60b11f5900} NOTE: loading plugin '/opt/trafficserver/libexec/trafficserver/collapsed_forwarding.so'

[Mar 22 13:12:38.102] Server {0x2b60b11f5900} FATAL: unable to find TSPluginInit function in '/opt/trafficserver/libexec/trafficserver/collapsed_forwarding.so': (null)

#---

has anyone used collapse forwarding plugin with this tc and ts versions?

best regards